COLOR #C2B0DA

HEX: #C2B0DA
RGB: (194,176,218)

Color info

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

RGB color model

#C2B0DA color RGB value is (194,176,218).

  • red value is 194;
  • green value is 176;
  • blue value is 218.
RGB:
(194,176,218)
(76%,69%,85%)

RGB channels and saturation

R 194 of 255 = 76%
G 176 of 255 = 69%
B 218 of 255 = 85%

194
176
218

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

Portions of RGB colors in percentages

R + G + B =
194 + 176 + 218 = 588 (100%)
R 194 of 588 ~ 32.99%
G 176 of 588 ~ 29.93%
B 218 of 588 ~ 37.07%

%32.99
%29.93
%37.07

CMYK color model

#C2B0DA color CMYK value is (11,19,0,15).

  • cyan value is 11.01%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(11,19,0,15)
C11M19Y0K15 
(11%,19%,0%,15%)
(0.11/0.19/0.00/0.15)	

CMYK percentages

%11.01
%19.27
%0
%14.51

Codes

Color #C2B0DA in popluar color models

C2B0DA
RGB194176218
HSL266°36.21%77.25%
HSB/HSV266°19.27%85.49%
CMYK11.01%19.27%0.00%
14.51%

Color #C2B0DA in popluar number systems.

HEXC2B0DA
Decimal194176218
Binary110000101011000011011010
Octal302260332

Shades and tints

Shades of #C2B0DA

#C2B0DA
(194,176,218)
#B1A0C7
(177,160,199)
#A090B4
(160,144,180)
#8F80A1
(143,128,161)
#7E708E
(126,112,142)
#6D607B
(109,96,123)
#5C5068
(92,80,104)
#4B4055
(75,64,85)
#3A3042
(58,48,66)
#29202F
(41,32,47)
#18101C
(24,16,28)
#000000
(0,0,0)

Tints of #C2B0DA

#C2B0DA
(194,176,218)
#C7B7DD
(199,183,221)
#CCBEE0
(204,190,224)
#D1C5E3
(209,197,227)
#D6CCE6
(214,204,230)
#DBD3E9
(219,211,233)
#E0DAEC
(224,218,236)
#E5E1EF
(229,225,239)
#EAE8F2
(234,232,242)
#EFEFF5
(239,239,245)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B0DA color. Also use rgb(194,176,218) instead hex code.

Text Font Color

.myTextColor { color: #C2B0DA; }

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

This text font color is #C2B0DA.


Background Color

.myBgColor { background-color: #C2B0DA; }

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

This div background color is #C2B0DA.


Border color

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

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

This div border color is #C2B0DA.


Opacity

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

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

Text with #C2B0DA 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 #C2B0DA;}

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

This text has shadow with #C2B0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B0DA on black background.


Color preview on white background

This text has color #C2B0DA on white background.



Black color preview on #C2B0DA background

This text has black color on #C2B0DA background.


White color preview on #C2B0DA background

This text has white color on #C2B0DA background.