Maybe there\'s not a way, but I\'m looking to create 3 circles that would appear to overlap, yet would be actually individual objects with pure css. I can easily create a c
DEMO: http://jsfiddle.net/u5e5mhgx/
I believe the final mix is depends of the color and transparence of the circles, like:
background-color: rgba(0, 0, 255, 0.4);