COLOR #C9B8D0

HEX: #C9B8D0
RGB: (201,184,208)

Color info

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

RGB color model

#C9B8D0 color RGB value is (201,184,208).

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

RGB channels and saturation

R 201 of 255 = 79%
G 184 of 255 = 72%
B 208 of 255 = 82%

201
184
208

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

Portions of RGB colors in percentages

R + G + B =
201 + 184 + 208 = 593 (100%)
R 201 of 593 ~ 33.9%
G 184 of 593 ~ 31.03%
B 208 of 593 ~ 35.08%

%33.9
%31.03
%35.08

CMYK color model

#C9B8D0 color CMYK value is (3,12,0,18).

  • cyan value is 3.37%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(3,12,0,18)
C3M12Y0K18 
(3%,12%,0%,18%)
(0.03/0.12/0.00/0.18)	

CMYK percentages

%3.37
%11.54
%0
%18.43

Codes

Color #C9B8D0 in popluar color models

C9B8D0
RGB201184208
HSL283°20.34%76.86%
HSB/HSV283°11.54%81.57%
CMYK3.37%11.54%0.00%
18.43%

Color #C9B8D0 in popluar number systems.

HEXC9B8D0
Decimal201184208
Binary110010011011100011010000
Octal311270320

Shades and tints

Shades of #C9B8D0

#C9B8D0
(201,184,208)
#B7A8BE
(183,168,190)
#A598AC
(165,152,172)
#93889A
(147,136,154)
#817888
(129,120,136)
#6F6876
(111,104,118)
#5D5864
(93,88,100)
#4B4852
(75,72,82)
#393840
(57,56,64)
#27282E
(39,40,46)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #C9B8D0

#C9B8D0
(201,184,208)
#CDBED4
(205,190,212)
#D1C4D8
(209,196,216)
#D5CADC
(213,202,220)
#D9D0E0
(217,208,224)
#DDD6E4
(221,214,228)
#E1DCE8
(225,220,232)
#E5E2EC
(229,226,236)
#E9E8F0
(233,232,240)
#EDEEF4
(237,238,244)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B8D0; }

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

This text font color is #C9B8D0.


Background Color

.myBgColor { background-color: #C9B8D0; }

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

This div background color is #C9B8D0.


Border color

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

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

This div border color is #C9B8D0.


Opacity

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

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

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

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

This text has shadow with #C9B8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B8D0 on black background.


Color preview on white background

This text has color #C9B8D0 on white background.



Black color preview on #C9B8D0 background

This text has black color on #C9B8D0 background.


White color preview on #C9B8D0 background

This text has white color on #C9B8D0 background.