COLOR #C9DFEF

HEX: #C9DFEF RGB: (201,223,239)

Color info

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

RGB color model

#C9DFEF color RGB value is (201,223,239).

RGB: (201,223,239) (79%, 87%, 94%)

RGB channels and saturation

R 201 of 255 = 79%
G 223 of 255 = 87%
B 239 of 255 = 94%

201
223
239

R + G + B ~ 87%. #C9DFEF is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 223 + 239 = 663 (100%)
R 201 of 663 ~ 30.32%
G 223 of 663 ~ 33.63%
B 239 of 663 ~ 36.05'%

%30.32
%33.63
%36.05

CMYK color model

#C9DFEF color CMYK value is (16,7,0,6).

  • cyan value is 15.90%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (16,7,0,6)
C16M7Y0K6 (16%, 7%, 0%, 6%)
(0.16 / 0.07 / 0.00 / 0.06)

CMYK percentages

%15.9
%6.69
%0
%6.27

Codes

Color #C9DFEF in popluar color models

C9 DF EF
RGB 201 223 239
HSL 205° 54.29% 86.27%
HSB/HSV 205° 15.90% 93.73%
CMYK 15.90% 6.69% 0.00%
6.27%

Color #C9DFEF in popluar number systems.

HEX C9 DF EF
Decimal 201 223 239
Binary 11001001 11011111 11101111
Octal 311 337 357

Shades and tints

Shades of #C9DFEF

#C9DFEF
(201,223,239)
#B7CBDA
(183,203,218)
#A5B7C5
(165,183,197)
#93A3B0
(147,163,176)
#818F9B
(129,143,155)
#6F7B86
(111,123,134)
#5D6771
(93,103,113)
#4B535C
(75,83,92)
#393F47
(57,63,71)
#272B32
(39,43,50)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #C9DFEF

#C9DFEF
(201,223,239)
#CDE1F0
(205,225,240)
#D1E3F1
(209,227,241)
#D5E5F2
(213,229,242)
#D9E7F3
(217,231,243)
#DDE9F4
(221,233,244)
#E1EBF5
(225,235,245)
#E5EDF6
(229,237,246)
#E9EFF7
(233,239,247)
#EDF1F8
(237,241,248)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DFEF; }

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

This text font color is #C9DFEF.

Background Color

.myBgColor { background-color: #C9DFEF; }

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

This div background color is #C9DFEF.

Border color

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

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

This div border color is #C9DFEF.

Opacity

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

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

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

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

This text has shadow with #C9DFEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DFEF.

Preview

Color preview on black background

This text has color #C9DFEF on black background.


Color preview on white background

This text has color #C9DFEF on white background.


Black color preview on #C9DFEF background

This text has black color on #C9DFEF background.


White color preview on #C9DFEF background

This text has white color on #C9DFEF background.


Related colors

Complementary color

Complementary color for #hex is #362010.


I love getcolorcode.com

Triadic colors

1 #EFC9DF and #DFEFC9 with #C9DFEF are triadic colors.

2 #EFDFC9 and #DFC9EF with #C9DFEF are triadic colors.