COLOR #C3B0DC

HEX: #C3B0DC
RGB: (195,176,220)

Color info

#C3B0DC contains red, green and blue colors in about the same proportion. Web safe color of #C3B0DC is #CC99CC (or #C9C).

RGB color model

#C3B0DC color RGB value is (195,176,220).

  • red value is 195;
  • green value is 176;
  • blue value is 220.
RGB:
(195,176,220)
(76%,69%,86%)

RGB channels and saturation

R 195 of 255 = 76%
G 176 of 255 = 69%
B 220 of 255 = 86%

195
176
220

R + G + B ~ 77%. #C3B0DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 176 + 220 = 591 (100%)
R 195 of 591 ~ 32.99%
G 176 of 591 ~ 29.78%
B 220 of 591 ~ 37.23%

%32.99
%29.78
%37.23

CMYK color model

#C3B0DC color CMYK value is (11,20,0,14).

  • cyan value is 11.36%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,20,0,14)
C11M20Y0K14 
(11%,20%,0%,14%)
(0.11/0.20/0.00/0.14)	

CMYK percentages

%11.36
%20
%0
%13.73

Codes

Color #C3B0DC in popluar color models

C3B0DC
RGB195176220
HSL266°38.60%77.65%
HSB/HSV266°20.00%86.27%
CMYK11.36%20.00%0.00%
13.73%

Color #C3B0DC in popluar number systems.

HEXC3B0DC
Decimal195176220
Binary110000111011000011011100
Octal303260334

Shades and tints

Shades of #C3B0DC

#C3B0DC
(195,176,220)
#B2A0C8
(178,160,200)
#A190B4
(161,144,180)
#9080A0
(144,128,160)
#7F708C
(127,112,140)
#6E6078
(110,96,120)
#5D5064
(93,80,100)
#4C4050
(76,64,80)
#3B303C
(59,48,60)
#2A2028
(42,32,40)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #C3B0DC

#C3B0DC
(195,176,220)
#C8B7DF
(200,183,223)
#CDBEE2
(205,190,226)
#D2C5E5
(210,197,229)
#D7CCE8
(215,204,232)
#DCD3EB
(220,211,235)
#E1DAEE
(225,218,238)
#E6E1F1
(230,225,241)
#EBE8F4
(235,232,244)
#F0EFF7
(240,239,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B0DC color. Also use rgb(195,176,220) instead hex code.

Text Font Color

.myTextColor { color: #C3B0DC; }

<p style="color:#C3B0DC">This sample text font color is #C3B0DC.</p>

This text font color is #C3B0DC.


Background Color

.myBgColor { background-color: #C3B0DC; }

<div style="background-color:#C3B0DC">Inner text</div>

This div background color is #C3B0DC.


Border color

.myBorderColor { border: 1px solid #C3B0DC; }

<div style="border:3px solid #C3B0DC">Div</div>

This div border color is #C3B0DC.


Opacity

.myOpacity80 { color: #C3B0DC; opacity: 0.8; }

<p style="color:#C3B0DC;opacity:0.8;">80%</p>

Text with #C3B0DC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C3B0DC;}

<p style="text-shadow: 3px 3px 1px #C3B0DC">Text here.</p>

This text has shadow with #C3B0DC color.

.textShadow {text-shadow: 3px 3px 1px #C3B0DC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C3B0DC, 5px 5px 20px red">Text here.</p>

This text has shadow with #C3B0DC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C3B0DC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C3B0DC, Direction=45, Strength=4)">Text</p>

This text has shadow with #C3B0DC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C3B0DC;
  -webkit-box-shadow:	1px 1px 3px 2px #C3B0DC;
  box-shadow:		1px 1px 3px 2px #C3B0DC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C3B0DC;
-webkit-box-shadow: 1px 1px 3px 2px #C3B0DC;
box-shadow:1px 1px 3px 2px #C3B0DC;">
Div content here</div>
This div box has shadow with color #C3B0DC.

Preview

Color preview on black background

This text has color #C3B0DC on black background.


Color preview on white background

This text has color #C3B0DC on white background.



Black color preview on #C3B0DC background

This text has black color on #C3B0DC background.


White color preview on #C3B0DC background

This text has white color on #C3B0DC background.