COLOR #C9EAF5

HEX: #C9EAF5 RGB: (201,234,245)

Color info

#C9EAF5 contains red, green and blue colors in about the same proportion. Web safe color of #C9EAF5 is #CCFFFF (or #CFF).

RGB color model

#C9EAF5 color RGB value is (201,234,245).

RGB: (201,234,245) (79%, 92%, 96%)

RGB channels and saturation

R 201 of 255 = 79%
G 234 of 255 = 92%
B 245 of 255 = 96%

201
234
245

R + G + B ~ 89%. #C9EAF5 is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 234 + 245 = 680 (100%)
R 201 of 680 ~ 29.56%
G 234 of 680 ~ 34.41%
B 245 of 680 ~ 36.03'%

%29.56
%34.41
%36.03

CMYK color model

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

  • cyan value is 17.96%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (18,4,0,4) C18M4Y0K4 (18%,4%,0%,4%) (0.18/0.04/0.00/0.04) 

CMYK percentages

%17.96
%4.49
%0
%3.92

Codes

Color #C9EAF5 in popluar color models

C9 EA F5
RGB 201 234 245
HSL 195° 68.75% 87.45%
HSB/HSV 195° 17.96% 96.08%
CMYK 17.96% 4.49% 0.00%
3.92%

Color #C9EAF5 in popluar number systems.

HEX C9 EA F5
Decimal 201 234 245
Binary 11001001 11101010 11110101
Octal 311 352 365

Shades and tints

Shades of #C9EAF5

#C9EAF5
(201,234,245)
#B7D5DF
(183,213,223)
#A5C0C9
(165,192,201)
#93ABB3
(147,171,179)
#81969D
(129,150,157)
#6F8187
(111,129,135)
#5D6C71
(93,108,113)
#4B575B
(75,87,91)
#394245
(57,66,69)
#272D2F
(39,45,47)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #C9EAF5

#C9EAF5
(201,234,245)
#CDEBF5
(205,235,245)
#D1ECF5
(209,236,245)
#D5EDF5
(213,237,245)
#D9EEF5
(217,238,245)
#DDEFF5
(221,239,245)
#E1F0F5
(225,240,245)
#E5F1F5
(229,241,245)
#E9F2F5
(233,242,245)
#EDF3F5
(237,243,245)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EAF5 color. Also use rgb(201,234,245) instead hex code.

Text Font Color

.myTextColor { color: #C9EAF5; }

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

This text font color is #C9EAF5.

Background Color

.myBgColor { background-color: #C9EAF5; }

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

This div background color is #C9EAF5.

Border color

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

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

This div border color is #C9EAF5.

Opacity

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

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

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

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

This text has shadow with #C9EAF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EAF5.

Preview

Color preview on black background

This text has color #C9EAF5 on black background.


Color preview on white background

This text has color #C9EAF5 on white background.


Black color preview on #C9EAF5 background

This text has black color on #C9EAF5 background.


White color preview on #C9EAF5 background

This text has white color on #C9EAF5 background.


Related colors

Complementary color

Complementary color for #hex is #36150A.


I love getcolorcode.com

Triadic colors

1 #F5C9EA and #EAF5C9 with #C9EAF5 are triadic colors.

2 #F5EAC9 and #EAC9F5 with #C9EAF5 are triadic colors.