COLOR #C9B8CC

HEX: #C9B8CC RGB: (201,184,204)

Color info

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

RGB color model

#C9B8CC color RGB value is (201,184,204).

RGB: (201,184,204) (79%, 72%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 184 of 255 = 72%
B 204 of 255 = 80%

201
184
204

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

Portions of RGB colors in percentages

R + G + B = 201 + 184 + 204 = 589 (100%)
R 201 of 589 ~ 34.13%
G 184 of 589 ~ 31.24%
B 204 of 589 ~ 34.63'%

%34.13
%31.24
%34.63

CMYK color model

#C9B8CC color CMYK value is (1,10,0,20).

  • cyan value is 1.47%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (1,10,0,20) C1M10Y0K20 (1%,10%,0%,20%) (0.01/0.10/0.00/0.20) 

CMYK percentages

%1.47
%9.8
%0
%20

Codes

Color #C9B8CC in popluar color models

C9 B8 CC
RGB 201 184 204
HSL 291° 16.39% 76.08%
HSB/HSV 291° 9.80% 80.00%
CMYK 1.47% 9.80% 0.00%
20.00%

Color #C9B8CC in popluar number systems.

HEX C9 B8 CC
Decimal 201 184 204
Binary 11001001 10111000 11001100
Octal 311 270 314

Shades and tints

Shades of #C9B8CC

#C9B8CC
(201,184,204)
#B7A8BA
(183,168,186)
#A598A8
(165,152,168)
#938896
(147,136,150)
#817884
(129,120,132)
#6F6872
(111,104,114)
#5D5860
(93,88,96)
#4B484E
(75,72,78)
#39383C
(57,56,60)
#27282A
(39,40,42)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #C9B8CC

#C9B8CC
(201,184,204)
#CDBED0
(205,190,208)
#D1C4D4
(209,196,212)
#D5CAD8
(213,202,216)
#D9D0DC
(217,208,220)
#DDD6E0
(221,214,224)
#E1DCE4
(225,220,228)
#E5E2E8
(229,226,232)
#E9E8EC
(233,232,236)
#EDEEF0
(237,238,240)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B8CC; }

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

This text font color is #C9B8CC.

Background Color

.myBgColor { background-color: #C9B8CC; }

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

This div background color is #C9B8CC.

Border color

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

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

This div border color is #C9B8CC.

Opacity

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

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

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

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

This text has shadow with #C9B8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B8CC.

Preview

Color preview on black background

This text has color #C9B8CC on black background.


Color preview on white background

This text has color #C9B8CC on white background.


Black color preview on #C9B8CC background

This text has black color on #C9B8CC background.


White color preview on #C9B8CC background

This text has white color on #C9B8CC background.


Related colors

Complementary color

Complementary color for #hex is #364733.


I love getcolorcode.com

Triadic colors

1 #CCC9B8 and #B8CCC9 with #C9B8CC are triadic colors.

2 #CCB8C9 and #B8C9CC with #C9B8CC are triadic colors.