COLOR #C9CCD0

HEX: #C9CCD0
RGB: (201,204,208)

Color info

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

RGB color model

#C9CCD0 color RGB value is (201,204,208).

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

RGB channels and saturation

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

201
204
208

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

Portions of RGB colors in percentages

R + G + B =
201 + 204 + 208 = 613 (100%)
R 201 of 613 ~ 32.79%
G 204 of 613 ~ 33.28%
B 208 of 613 ~ 33.93%

%32.79
%33.28
%33.93

CMYK color model

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

  • cyan value is 3.37%
  • magenta value is 1.92%
  • 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
%1.92
%0
%18.43

Codes

Color #C9CCD0 in popluar color models

C9CCD0
RGB201204208
HSL214°6.93%80.20%
HSB/HSV214°3.37%81.57%
CMYK3.37%1.92%0.00%
18.43%

Color #C9CCD0 in popluar number systems.

HEXC9CCD0
Decimal201204208
Binary110010011100110011010000
Octal311314320

Shades and tints

Shades of #C9CCD0

#C9CCD0
(201,204,208)
#B7BABE
(183,186,190)
#A5A8AC
(165,168,172)
#93969A
(147,150,154)
#818488
(129,132,136)
#6F7276
(111,114,118)
#5D6064
(93,96,100)
#4B4E52
(75,78,82)
#393C40
(57,60,64)
#272A2E
(39,42,46)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #C9CCD0

#C9CCD0
(201,204,208)
#CDD0D4
(205,208,212)
#D1D4D8
(209,212,216)
#D5D8DC
(213,216,220)
#D9DCE0
(217,220,224)
#DDE0E4
(221,224,228)
#E1E4E8
(225,228,232)
#E5E8EC
(229,232,236)
#E9ECF0
(233,236,240)
#EDF0F4
(237,240,244)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCD0; }

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

This text font color is #C9CCD0.


Background Color

.myBgColor { background-color: #C9CCD0; }

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

This div background color is #C9CCD0.


Border color

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

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

This div border color is #C9CCD0.


Opacity

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

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

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

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

This text has shadow with #C9CCD0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C9CCD0 on black background.


Color preview on white background

This text has color #C9CCD0 on white background.



Black color preview on #C9CCD0 background

This text has black color on #C9CCD0 background.


White color preview on #C9CCD0 background

This text has white color on #C9CCD0 background.