COLOR #C9EAFE

HEX: #C9EAFE RGB: (201,234,254)

Color info

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

RGB color model

#C9EAFE color RGB value is (201,234,254).

RGB: (201,234,254) (79%, 92%, 100%)

RGB channels and saturation

R 201 of 255 = 79%
G 234 of 255 = 92%
B 254 of 255 = 100%

201
234
254

R + G + B ~ 90%. #C9EAFE is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 234 + 254 = 689 (100%)
R 201 of 689 ~ 29.17%
G 234 of 689 ~ 33.96%
B 254 of 689 ~ 36.87'%

%29.17
%33.96
%36.87

CMYK color model

#C9EAFE color CMYK value is (21,8,0,0).

  • cyan value is 20.87%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (21,8,0,0) C21M8Y0K0 (21%,8%,0%,0%) (0.21/0.08/0.00/0.00) 

CMYK percentages

%20.87
%7.87
%0
%0.39

Codes

Color #C9EAFE in popluar color models

C9 EA FE
RGB 201 234 254
HSL 203° 96.36% 89.22%
HSB/HSV 203° 20.87% 99.61%
CMYK 20.87% 7.87% 0.00%
0.39%

Color #C9EAFE in popluar number systems.

HEX C9 EA FE
Decimal 201 234 254
Binary 11001001 11101010 11111110
Octal 311 352 376

Shades and tints

Shades of #C9EAFE

#C9EAFE
(201,234,254)
#B7D5E7
(183,213,231)
#A5C0D0
(165,192,208)
#93ABB9
(147,171,185)
#8196A2
(129,150,162)
#6F818B
(111,129,139)
#5D6C74
(93,108,116)
#4B575D
(75,87,93)
#394246
(57,66,70)
#272D2F
(39,45,47)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #C9EAFE

#C9EAFE
(201,234,254)
#CDEBFE
(205,235,254)
#D1ECFE
(209,236,254)
#D5EDFE
(213,237,254)
#D9EEFE
(217,238,254)
#DDEFFE
(221,239,254)
#E1F0FE
(225,240,254)
#E5F1FE
(229,241,254)
#E9F2FE
(233,242,254)
#EDF3FE
(237,243,254)
#F1F4FE
(241,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EAFE; }

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

This text font color is #C9EAFE.

Background Color

.myBgColor { background-color: #C9EAFE; }

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

This div background color is #C9EAFE.

Border color

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

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

This div border color is #C9EAFE.

Opacity

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

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

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

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

This text has shadow with #C9EAFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EAFE.

Preview

Color preview on black background

This text has color #C9EAFE on black background.


Color preview on white background

This text has color #C9EAFE on white background.


Black color preview on #C9EAFE background

This text has black color on #C9EAFE background.


White color preview on #C9EAFE background

This text has white color on #C9EAFE background.


Related colors

Complementary color

Complementary color for #hex is #361501.


I love getcolorcode.com

Triadic colors

1 #FEC9EA and #EAFEC9 with #C9EAFE are triadic colors.

2 #FEEAC9 and #EAC9FE with #C9EAFE are triadic colors.