COLOR #C9D7FE

HEX: #C9D7FE
RGB: (201,215,254)

Color info

#C9D7FE contains red, green and blue colors in about the same proportion. Web safe color of #C9D7FE is #CCCCFF (or #CCF).

RGB color model

#C9D7FE color RGB value is (201,215,254).

  • red value is 201;
  • green value is 215;
  • blue value is 254.
RGB:
(201,215,254)
(79%,84%,100%)

RGB channels and saturation

R 201 of 255 = 79%
G 215 of 255 = 84%
B 254 of 255 = 100%

201
215
254

R + G + B ~ 88%. #C9D7FE is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 215 + 254 = 670 (100%)
R 201 of 670 ~ 30%
G 215 of 670 ~ 32.09%
B 254 of 670 ~ 37.91%

%30
%32.09
%37.91

CMYK color model

#C9D7FE color CMYK value is (21,15,0,0).

  • cyan value is 20.87%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(21,15,0,0)
C21M15Y0K0 
(21%,15%,0%,0%)
(0.21/0.15/0.00/0.00)	

CMYK percentages

%20.87
%15.35
%0
%0.39

Codes

Color #C9D7FE in popluar color models

C9D7FE
RGB201215254
HSL224°96.36%89.22%
HSB/HSV224°20.87%99.61%
CMYK20.87%15.35%0.00%
0.39%

Color #C9D7FE in popluar number systems.

HEXC9D7FE
Decimal201215254
Binary110010011101011111111110
Octal311327376

Shades and tints

Shades of #C9D7FE

#C9D7FE
(201,215,254)
#B7C4E7
(183,196,231)
#A5B1D0
(165,177,208)
#939EB9
(147,158,185)
#818BA2
(129,139,162)
#6F788B
(111,120,139)
#5D6574
(93,101,116)
#4B525D
(75,82,93)
#393F46
(57,63,70)
#272C2F
(39,44,47)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #C9D7FE

#C9D7FE
(201,215,254)
#CDDAFE
(205,218,254)
#D1DDFE
(209,221,254)
#D5E0FE
(213,224,254)
#D9E3FE
(217,227,254)
#DDE6FE
(221,230,254)
#E1E9FE
(225,233,254)
#E5ECFE
(229,236,254)
#E9EFFE
(233,239,254)
#EDF2FE
(237,242,254)
#F1F5FE
(241,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D7FE color. Also use rgb(201,215,254) instead hex code.

Text Font Color

.myTextColor { color: #C9D7FE; }

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

This text font color is #C9D7FE.


Background Color

.myBgColor { background-color: #C9D7FE; }

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

This div background color is #C9D7FE.


Border color

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

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

This div border color is #C9D7FE.


Opacity

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

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

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

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

This text has shadow with #C9D7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D7FE on black background.


Color preview on white background

This text has color #C9D7FE on white background.



Black color preview on #C9D7FE background

This text has black color on #C9D7FE background.


White color preview on #C9D7FE background

This text has white color on #C9D7FE background.