COLOR #C9CFD2

HEX: #C9CFD2
RGB: (201,207,210)

Color info

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

RGB color model

#C9CFD2 color RGB value is (201,207,210).

  • red value is 201;
  • green value is 207;
  • blue value is 210.
RGB:
(201,207,210)
(79%,81%,82%)

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 210 of 255 = 82%

201
207
210

R + G + B ~ 81%. #C9CFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 207 + 210 = 618 (100%)
R 201 of 618 ~ 32.52%
G 207 of 618 ~ 33.5%
B 210 of 618 ~ 33.98%

%32.52
%33.5
%33.98

CMYK color model

#C9CFD2 color CMYK value is (4,1,0,18).

  • cyan value is 4.29%
  • magenta value is 1.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(4,1,0,18)
C4M1Y0K18 
(4%,1%,0%,18%)
(0.04/0.01/0.00/0.18)	

CMYK percentages

%4.29
%1.43
%0
%17.65

Codes

Color #C9CFD2 in popluar color models

C9CFD2
RGB201207210
HSL200°9.09%80.59%
HSB/HSV200°4.29%82.35%
CMYK4.29%1.43%0.00%
17.65%

Color #C9CFD2 in popluar number systems.

HEXC9CFD2
Decimal201207210
Binary110010011100111111010010
Octal311317322

Shades and tints

Shades of #C9CFD2

#C9CFD2
(201,207,210)
#B7BDBF
(183,189,191)
#A5ABAC
(165,171,172)
#939999
(147,153,153)
#818786
(129,135,134)
#6F7573
(111,117,115)
#5D6360
(93,99,96)
#4B514D
(75,81,77)
#393F3A
(57,63,58)
#272D27
(39,45,39)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #C9CFD2

#C9CFD2
(201,207,210)
#CDD3D6
(205,211,214)
#D1D7DA
(209,215,218)
#D5DBDE
(213,219,222)
#D9DFE2
(217,223,226)
#DDE3E6
(221,227,230)
#E1E7EA
(225,231,234)
#E5EBEE
(229,235,238)
#E9EFF2
(233,239,242)
#EDF3F6
(237,243,246)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CFD2 color. Also use rgb(201,207,210) instead hex code.

Text Font Color

.myTextColor { color: #C9CFD2; }

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

This text font color is #C9CFD2.


Background Color

.myBgColor { background-color: #C9CFD2; }

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

This div background color is #C9CFD2.


Border color

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

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

This div border color is #C9CFD2.


Opacity

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

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

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

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

This text has shadow with #C9CFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CFD2 on black background.


Color preview on white background

This text has color #C9CFD2 on white background.



Black color preview on #C9CFD2 background

This text has black color on #C9CFD2 background.


White color preview on #C9CFD2 background

This text has white color on #C9CFD2 background.