COLOR #C9B8CB

HEX: #C9B8CB RGB: (201,184,203)

Color info

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

RGB color model

#C9B8CB color RGB value is (201,184,203).

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

RGB channels and saturation

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

201
184
203

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

Portions of RGB colors in percentages

R + G + B = 201 + 184 + 203 = 588 (100%)
R 201 of 588 ~ 34.18%
G 184 of 588 ~ 31.29%
B 203 of 588 ~ 34.52'%

%34.18
%31.29
%34.52

CMYK color model

#C9B8CB color CMYK value is (1,9,0,20).

  • cyan value is 0.99%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (1,9,0,20)
C1M9Y0K20 (1%, 9%, 0%, 20%)
(0.01 / 0.09 / 0.00 / 0.20)

CMYK percentages

%0.99
%9.36
%0
%20.39

Codes

Color #C9B8CB in popluar color models

C9 B8 CB
RGB 201 184 203
HSL 294° 15.45% 75.88%
HSB/HSV 294° 9.36% 79.61%
CMYK 0.99% 9.36% 0.00%
20.39%

Color #C9B8CB in popluar number systems.

HEX C9 B8 CB
Decimal 201 184 203
Binary 11001001 10111000 11001011
Octal 311 270 313

Shades and tints

Shades of #C9B8CB

#C9B8CB
(201,184,203)
#B7A8B9
(183,168,185)
#A598A7
(165,152,167)
#938895
(147,136,149)
#817883
(129,120,131)
#6F6871
(111,104,113)
#5D585F
(93,88,95)
#4B484D
(75,72,77)
#39383B
(57,56,59)
#272829
(39,40,41)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #C9B8CB

#C9B8CB
(201,184,203)
#CDBECF
(205,190,207)
#D1C4D3
(209,196,211)
#D5CAD7
(213,202,215)
#D9D0DB
(217,208,219)
#DDD6DF
(221,214,223)
#E1DCE3
(225,220,227)
#E5E2E7
(229,226,231)
#E9E8EB
(233,232,235)
#EDEEEF
(237,238,239)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B8CB; }

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

This text font color is #C9B8CB.

Background Color

.myBgColor { background-color: #C9B8CB; }

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

This div background color is #C9B8CB.

Border color

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

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

This div border color is #C9B8CB.

Opacity

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

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

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

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

This text has shadow with #C9B8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B8CB.

Preview

Color preview on black background

This text has color #C9B8CB on black background.


Color preview on white background

This text has color #C9B8CB on white background.


Black color preview on #C9B8CB background

This text has black color on #C9B8CB background.


White color preview on #C9B8CB background

This text has white color on #C9B8CB background.


Related colors

Complementary color

Complementary color for #hex is #364734.


I love getcolorcode.com

Triadic colors

1 #CBC9B8 and #B8CBC9 with #C9B8CB are triadic colors.

2 #CBB8C9 and #B8C9CB with #C9B8CB are triadic colors.