COLOR #C9CFDA

HEX: #C9CFDA
RGB: (201,207,218)

Color info

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

RGB color model

#C9CFDA color RGB value is (201,207,218).

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

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 218 of 255 = 85%

201
207
218

R + G + B ~ 82%. #C9CFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 207 + 218 = 626 (100%)
R 201 of 626 ~ 32.11%
G 207 of 626 ~ 33.07%
B 218 of 626 ~ 34.82%

%32.11
%33.07
%34.82

CMYK color model

#C9CFDA color CMYK value is (8,5,0,15).

  • cyan value is 7.80%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,5,0,15)
C8M5Y0K15 
(8%,5%,0%,15%)
(0.08/0.05/0.00/0.15)	

CMYK percentages

%7.8
%5.05
%0
%14.51

Codes

Color #C9CFDA in popluar color models

C9CFDA
RGB201207218
HSL219°18.68%82.16%
HSB/HSV219°7.80%85.49%
CMYK7.80%5.05%0.00%
14.51%

Color #C9CFDA in popluar number systems.

HEXC9CFDA
Decimal201207218
Binary110010011100111111011010
Octal311317332

Shades and tints

Shades of #C9CFDA

#C9CFDA
(201,207,218)
#B7BDC7
(183,189,199)
#A5ABB4
(165,171,180)
#9399A1
(147,153,161)
#81878E
(129,135,142)
#6F757B
(111,117,123)
#5D6368
(93,99,104)
#4B5155
(75,81,85)
#393F42
(57,63,66)
#272D2F
(39,45,47)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #C9CFDA

#C9CFDA
(201,207,218)
#CDD3DD
(205,211,221)
#D1D7E0
(209,215,224)
#D5DBE3
(213,219,227)
#D9DFE6
(217,223,230)
#DDE3E9
(221,227,233)
#E1E7EC
(225,231,236)
#E5EBEF
(229,235,239)
#E9EFF2
(233,239,242)
#EDF3F5
(237,243,245)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CFDA; }

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

This text font color is #C9CFDA.


Background Color

.myBgColor { background-color: #C9CFDA; }

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

This div background color is #C9CFDA.


Border color

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

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

This div border color is #C9CFDA.


Opacity

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

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

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

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

This text has shadow with #C9CFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CFDA on black background.


Color preview on white background

This text has color #C9CFDA on white background.



Black color preview on #C9CFDA background

This text has black color on #C9CFDA background.


White color preview on #C9CFDA background

This text has white color on #C9CFDA background.