COLOR #C9CBD0

HEX: #C9CBD0 RGB: (201,203,208)

Color info

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

RGB color model

#C9CBD0 color RGB value is (201,203,208).

RGB: (201,203,208) (79%, 80%, 82%)

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 208 of 255 = 82%

201
203
208

R + G + B ~ 80%. #C9CBD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 203 + 208 = 612 (100%)
R 201 of 612 ~ 32.84%
G 203 of 612 ~ 33.17%
B 208 of 612 ~ 33.99'%

%32.84
%33.17
%33.99

CMYK color model

#C9CBD0 color CMYK value is (3,2,0,18).

  • cyan value is 3.37%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK: (3,2,0,18) C3M2Y0K18 (3%,2%,0%,18%) (0.03/0.02/0.00/0.18) 

CMYK percentages

%3.37
%2.4
%0
%18.43

Codes

Color #C9CBD0 in popluar color models

C9 CB D0
RGB 201 203 208
HSL 223° 6.93% 80.20%
HSB/HSV 223° 3.37% 81.57%
CMYK 3.37% 2.40% 0.00%
18.43%

Color #C9CBD0 in popluar number systems.

HEX C9 CB D0
Decimal 201 203 208
Binary 11001001 11001011 11010000
Octal 311 313 320

Shades and tints

Shades of #C9CBD0

#C9CBD0
(201,203,208)
#B7B9BE
(183,185,190)
#A5A7AC
(165,167,172)
#93959A
(147,149,154)
#818388
(129,131,136)
#6F7176
(111,113,118)
#5D5F64
(93,95,100)
#4B4D52
(75,77,82)
#393B40
(57,59,64)
#27292E
(39,41,46)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #C9CBD0

#C9CBD0
(201,203,208)
#CDCFD4
(205,207,212)
#D1D3D8
(209,211,216)
#D5D7DC
(213,215,220)
#D9DBE0
(217,219,224)
#DDDFE4
(221,223,228)
#E1E3E8
(225,227,232)
#E5E7EC
(229,231,236)
#E9EBF0
(233,235,240)
#EDEFF4
(237,239,244)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CBD0; }

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

This text font color is #C9CBD0.

Background Color

.myBgColor { background-color: #C9CBD0; }

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

This div background color is #C9CBD0.

Border color

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

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

This div border color is #C9CBD0.

Opacity

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

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

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

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

This text has shadow with #C9CBD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CBD0.

Preview

Color preview on black background

This text has color #C9CBD0 on black background.


Color preview on white background

This text has color #C9CBD0 on white background.


Black color preview on #C9CBD0 background

This text has black color on #C9CBD0 background.


White color preview on #C9CBD0 background

This text has white color on #C9CBD0 background.


Related colors

Complementary color

Complementary color for #hex is #36342F.


I love getcolorcode.com

Triadic colors

1 #D0C9CB and #CBD0C9 with #C9CBD0 are triadic colors.

2 #D0CBC9 and #CBC9D0 with #C9CBD0 are triadic colors.