COLOR #C9DFEE

HEX: #C9DFEE RGB: (201,223,238)

Color info

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

RGB color model

#C9DFEE color RGB value is (201,223,238).

RGB: (201,223,238) (79%, 87%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 223 of 255 = 87%
B 238 of 255 = 93%

201
223
238

R + G + B ~ 86%. #C9DFEE is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 223 + 238 = 662 (100%)
R 201 of 662 ~ 30.36%
G 223 of 662 ~ 33.69%
B 238 of 662 ~ 35.95'%

%30.36
%33.69
%35.95

CMYK color model

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

  • cyan value is 15.55%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%

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

CMYK percentages

%15.55
%6.3
%0
%6.67

Codes

Color #C9DFEE in popluar color models

C9 DF EE
RGB 201 223 238
HSL 204° 52.11% 86.08%
HSB/HSV 204° 15.55% 93.33%
CMYK 15.55% 6.30% 0.00%
6.67%

Color #C9DFEE in popluar number systems.

HEX C9 DF EE
Decimal 201 223 238
Binary 11001001 11011111 11101110
Octal 311 337 356

Shades and tints

Shades of #C9DFEE

#C9DFEE
(201,223,238)
#B7CBD9
(183,203,217)
#A5B7C4
(165,183,196)
#93A3AF
(147,163,175)
#818F9A
(129,143,154)
#6F7B85
(111,123,133)
#5D6770
(93,103,112)
#4B535B
(75,83,91)
#393F46
(57,63,70)
#272B31
(39,43,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #C9DFEE

#C9DFEE
(201,223,238)
#CDE1EF
(205,225,239)
#D1E3F0
(209,227,240)
#D5E5F1
(213,229,241)
#D9E7F2
(217,231,242)
#DDE9F3
(221,233,243)
#E1EBF4
(225,235,244)
#E5EDF5
(229,237,245)
#E9EFF6
(233,239,246)
#EDF1F7
(237,241,247)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DFEE; }

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

This text font color is #C9DFEE.

Background Color

.myBgColor { background-color: #C9DFEE; }

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

This div background color is #C9DFEE.

Border color

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

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

This div border color is #C9DFEE.

Opacity

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

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

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

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

This text has shadow with #C9DFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DFEE.

Preview

Color preview on black background

This text has color #C9DFEE on black background.


Color preview on white background

This text has color #C9DFEE on white background.


Black color preview on #C9DFEE background

This text has black color on #C9DFEE background.


White color preview on #C9DFEE background

This text has white color on #C9DFEE background.


Related colors

Complementary color

Complementary color for #hex is #362011.


I love getcolorcode.com

Triadic colors

1 #EEC9DF and #DFEEC9 with #C9DFEE are triadic colors.

2 #EEDFC9 and #DFC9EE with #C9DFEE are triadic colors.