COLOR #C9B8DF

HEX: #C9B8DF
RGB: (201,184,223)

Color info

#C9B8DF contains red, green and blue colors in about the same proportion. Web safe color of #C9B8DF is #CCCCCC (or #CCC).

RGB color model

#C9B8DF color RGB value is (201,184,223).

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

RGB channels and saturation

R 201 of 255 = 79%
G 184 of 255 = 72%
B 223 of 255 = 87%

201
184
223

R + G + B ~ 79%. #C9B8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 184 + 223 = 608 (100%)
R 201 of 608 ~ 33.06%
G 184 of 608 ~ 30.26%
B 223 of 608 ~ 36.68%

%33.06
%30.26
%36.68

CMYK color model

#C9B8DF color CMYK value is (10,17,0,13).

  • cyan value is 9.87%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(10,17,0,13)
C10M17Y0K13 
(10%,17%,0%,13%)
(0.10/0.17/0.00/0.13)	

CMYK percentages

%9.87
%17.49
%0
%12.55

Codes

Color #C9B8DF in popluar color models

C9B8DF
RGB201184223
HSL266°37.86%79.80%
HSB/HSV266°17.49%87.45%
CMYK9.87%17.49%0.00%
12.55%

Color #C9B8DF in popluar number systems.

HEXC9B8DF
Decimal201184223
Binary110010011011100011011111
Octal311270337

Shades and tints

Shades of #C9B8DF

#C9B8DF
(201,184,223)
#B7A8CB
(183,168,203)
#A598B7
(165,152,183)
#9388A3
(147,136,163)
#81788F
(129,120,143)
#6F687B
(111,104,123)
#5D5867
(93,88,103)
#4B4853
(75,72,83)
#39383F
(57,56,63)
#27282B
(39,40,43)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #C9B8DF

#C9B8DF
(201,184,223)
#CDBEE1
(205,190,225)
#D1C4E3
(209,196,227)
#D5CAE5
(213,202,229)
#D9D0E7
(217,208,231)
#DDD6E9
(221,214,233)
#E1DCEB
(225,220,235)
#E5E2ED
(229,226,237)
#E9E8EF
(233,232,239)
#EDEEF1
(237,238,241)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B8DF; }

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

This text font color is #C9B8DF.


Background Color

.myBgColor { background-color: #C9B8DF; }

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

This div background color is #C9B8DF.


Border color

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

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

This div border color is #C9B8DF.


Opacity

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

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

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

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

This text has shadow with #C9B8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B8DF on black background.


Color preview on white background

This text has color #C9B8DF on white background.



Black color preview on #C9B8DF background

This text has black color on #C9B8DF background.


White color preview on #C9B8DF background

This text has white color on #C9B8DF background.