COLOR #C9B0DF

HEX: #C9B0DF
RGB: (201,176,223)

Color info

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

RGB color model

#C9B0DF color RGB value is (201,176,223).

  • red value is 201;
  • green value is 176;
  • blue value is 223.
RGB:
(201,176,223)
(79%,69%,87%)

RGB channels and saturation

R 201 of 255 = 79%
G 176 of 255 = 69%
B 223 of 255 = 87%

201
176
223

R + G + B ~ 78%. #C9B0DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 176 + 223 = 600 (100%)
R 201 of 600 ~ 33.5%
G 176 of 600 ~ 29.33%
B 223 of 600 ~ 37.17%

%33.5
%29.33
%37.17

CMYK color model

#C9B0DF color CMYK value is (10,21,0,13).

  • cyan value is 9.87%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(10,21,0,13)
C10M21Y0K13 
(10%,21%,0%,13%)
(0.10/0.21/0.00/0.13)	

CMYK percentages

%9.87
%21.08
%0
%12.55

Codes

Color #C9B0DF in popluar color models

C9B0DF
RGB201176223
HSL272°42.34%78.24%
HSB/HSV272°21.08%87.45%
CMYK9.87%21.08%0.00%
12.55%

Color #C9B0DF in popluar number systems.

HEXC9B0DF
Decimal201176223
Binary110010011011000011011111
Octal311260337

Shades and tints

Shades of #C9B0DF

#C9B0DF
(201,176,223)
#B7A0CB
(183,160,203)
#A590B7
(165,144,183)
#9380A3
(147,128,163)
#81708F
(129,112,143)
#6F607B
(111,96,123)
#5D5067
(93,80,103)
#4B4053
(75,64,83)
#39303F
(57,48,63)
#27202B
(39,32,43)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #C9B0DF

#C9B0DF
(201,176,223)
#CDB7E1
(205,183,225)
#D1BEE3
(209,190,227)
#D5C5E5
(213,197,229)
#D9CCE7
(217,204,231)
#DDD3E9
(221,211,233)
#E1DAEB
(225,218,235)
#E5E1ED
(229,225,237)
#E9E8EF
(233,232,239)
#EDEFF1
(237,239,241)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B0DF color. Also use rgb(201,176,223) instead hex code.

Text Font Color

.myTextColor { color: #C9B0DF; }

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

This text font color is #C9B0DF.


Background Color

.myBgColor { background-color: #C9B0DF; }

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

This div background color is #C9B0DF.


Border color

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

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

This div border color is #C9B0DF.


Opacity

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

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

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

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

This text has shadow with #C9B0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B0DF on black background.


Color preview on white background

This text has color #C9B0DF on white background.



Black color preview on #C9B0DF background

This text has black color on #C9B0DF background.


White color preview on #C9B0DF background

This text has white color on #C9B0DF background.