COLOR #C9DEF4

HEX: #C9DEF4 RGB: (201,222,244)

Color info

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

RGB color model

#C9DEF4 color RGB value is (201,222,244).

RGB: (201,222,244) (79%, 87%, 96%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 244 of 255 = 96%

201
222
244

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

Portions of RGB colors in percentages

R + G + B = 201 + 222 + 244 = 667 (100%)
R 201 of 667 ~ 30.13%
G 222 of 667 ~ 33.28%
B 244 of 667 ~ 36.58'%

%30.13
%33.28
%36.58

CMYK color model

#C9DEF4 color CMYK value is (18,9,0,4).

  • cyan value is 17.62%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (18,9,0,4)
C18M9Y0K4 (18%, 9%, 0%, 4%)
(0.18 / 0.09 / 0.00 / 0.04)

CMYK percentages

%17.62
%9.02
%0
%4.31

Codes

Color #C9DEF4 in popluar color models

C9 DE F4
RGB 201 222 244
HSL 211° 66.15% 87.25%
HSB/HSV 211° 17.62% 95.69%
CMYK 17.62% 9.02% 0.00%
4.31%

Color #C9DEF4 in popluar number systems.

HEX C9 DE F4
Decimal 201 222 244
Binary 11001001 11011110 11110100
Octal 311 336 364

Shades and tints

Shades of #C9DEF4

#C9DEF4
(201,222,244)
#B7CADE
(183,202,222)
#A5B6C8
(165,182,200)
#93A2B2
(147,162,178)
#818E9C
(129,142,156)
#6F7A86
(111,122,134)
#5D6670
(93,102,112)
#4B525A
(75,82,90)
#393E44
(57,62,68)
#272A2E
(39,42,46)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #C9DEF4

#C9DEF4
(201,222,244)
#CDE1F5
(205,225,245)
#D1E4F6
(209,228,246)
#D5E7F7
(213,231,247)
#D9EAF8
(217,234,248)
#DDEDF9
(221,237,249)
#E1F0FA
(225,240,250)
#E5F3FB
(229,243,251)
#E9F6FC
(233,246,252)
#EDF9FD
(237,249,253)
#F1FCFE
(241,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DEF4 color. Also use rgb(201,222,244) instead hex code.

Text Font Color

.myTextColor { color: #C9DEF4; }

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

This text font color is #C9DEF4.

Background Color

.myBgColor { background-color: #C9DEF4; }

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

This div background color is #C9DEF4.

Border color

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

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

This div border color is #C9DEF4.

Opacity

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

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

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

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

This text has shadow with #C9DEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DEF4.

Preview

Color preview on black background

This text has color #C9DEF4 on black background.


Color preview on white background

This text has color #C9DEF4 on white background.


Black color preview on #C9DEF4 background

This text has black color on #C9DEF4 background.


White color preview on #C9DEF4 background

This text has white color on #C9DEF4 background.


Related colors

Complementary color

Complementary color for #hex is #36210B.


I love getcolorcode.com

Triadic colors

1 #F4C9DE and #DEF4C9 with #C9DEF4 are triadic colors.

2 #F4DEC9 and #DEC9F4 with #C9DEF4 are triadic colors.