Hi you can do as like this
You can define parent opicity
and child as like you
ex.
css
.parent{
padding:20px;
background:rgba(112,81,246,0.3);
}
.child{
padding:20px;
background:rgba(112,81,246,0.6);
}
HTML
Live demo here http://jsfiddle.net/rohitazad/PC4sL/