COLOR #C9D0EF

HEX: #C9D0EF
RGB: (201,208,239)

Color info

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

RGB color model

#C9D0EF color RGB value is (201,208,239).

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

RGB channels and saturation

R 201 of 255 = 79%
G 208 of 255 = 82%
B 239 of 255 = 94%

201
208
239

R + G + B ~ 85%. #C9D0EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 208 + 239 = 648 (100%)
R 201 of 648 ~ 31.02%
G 208 of 648 ~ 32.1%
B 239 of 648 ~ 36.88%

%31.02
%32.1
%36.88

CMYK color model

#C9D0EF color CMYK value is (16,13,0,6).

  • cyan value is 15.90%
  • magenta value is 12.97%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(16,13,0,6)
C16M13Y0K6 
(16%,13%,0%,6%)
(0.16/0.13/0.00/0.06)	

CMYK percentages

%15.9
%12.97
%0
%6.27

Codes

Color #C9D0EF in popluar color models

C9D0EF
RGB201208239
HSL229°54.29%86.27%
HSB/HSV229°15.90%93.73%
CMYK15.90%12.97%0.00%
6.27%

Color #C9D0EF in popluar number systems.

HEXC9D0EF
Decimal201208239
Binary110010011101000011101111
Octal311320357

Shades and tints

Shades of #C9D0EF

#C9D0EF
(201,208,239)
#B7BEDA
(183,190,218)
#A5ACC5
(165,172,197)
#939AB0
(147,154,176)
#81889B
(129,136,155)
#6F7686
(111,118,134)
#5D6471
(93,100,113)
#4B525C
(75,82,92)
#394047
(57,64,71)
#272E32
(39,46,50)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #C9D0EF

#C9D0EF
(201,208,239)
#CDD4F0
(205,212,240)
#D1D8F1
(209,216,241)
#D5DCF2
(213,220,242)
#D9E0F3
(217,224,243)
#DDE4F4
(221,228,244)
#E1E8F5
(225,232,245)
#E5ECF6
(229,236,246)
#E9F0F7
(233,240,247)
#EDF4F8
(237,244,248)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D0EF; }

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

This text font color is #C9D0EF.


Background Color

.myBgColor { background-color: #C9D0EF; }

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

This div background color is #C9D0EF.


Border color

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

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

This div border color is #C9D0EF.


Opacity

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

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

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

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

This text has shadow with #C9D0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D0EF on black background.


Color preview on white background

This text has color #C9D0EF on white background.



Black color preview on #C9D0EF background

This text has black color on #C9D0EF background.


White color preview on #C9D0EF background

This text has white color on #C9D0EF background.