COLOR #C9E4EA

HEX: #C9E4EA RGB: (201,228,234)

Color info

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

RGB color model

#C9E4EA color RGB value is (201,228,234).

RGB: (201,228,234) (79%, 89%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 228 of 255 = 89%
B 234 of 255 = 92%

201
228
234

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

Portions of RGB colors in percentages

R + G + B = 201 + 228 + 234 = 663 (100%)
R 201 of 663 ~ 30.32%
G 228 of 663 ~ 34.39%
B 234 of 663 ~ 35.29'%

%30.32
%34.39
%35.29

CMYK color model

#C9E4EA color CMYK value is (14,3,0,8).

  • cyan value is 14.10%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (14,3,0,8)
C14M3Y0K8 (14%, 3%, 0%, 8%)
(0.14 / 0.03 / 0.00 / 0.08)

CMYK percentages

%14.1
%2.56
%0
%8.24

Codes

Color #C9E4EA in popluar color models

C9 E4 EA
RGB 201 228 234
HSL 191° 44.00% 85.29%
HSB/HSV 191° 14.10% 91.76%
CMYK 14.10% 2.56% 0.00%
8.24%

Color #C9E4EA in popluar number systems.

HEX C9 E4 EA
Decimal 201 228 234
Binary 11001001 11100100 11101010
Octal 311 344 352

Shades and tints

Shades of #C9E4EA

#C9E4EA
(201,228,234)
#B7D0D5
(183,208,213)
#A5BCC0
(165,188,192)
#93A8AB
(147,168,171)
#819496
(129,148,150)
#6F8081
(111,128,129)
#5D6C6C
(93,108,108)
#4B5857
(75,88,87)
#394442
(57,68,66)
#27302D
(39,48,45)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #C9E4EA

#C9E4EA
(201,228,234)
#CDE6EB
(205,230,235)
#D1E8EC
(209,232,236)
#D5EAED
(213,234,237)
#D9ECEE
(217,236,238)
#DDEEEF
(221,238,239)
#E1F0F0
(225,240,240)
#E5F2F1
(229,242,241)
#E9F4F2
(233,244,242)
#EDF6F3
(237,246,243)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E4EA; }

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

This text font color is #C9E4EA.

Background Color

.myBgColor { background-color: #C9E4EA; }

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

This div background color is #C9E4EA.

Border color

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

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

This div border color is #C9E4EA.

Opacity

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

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

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

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

This text has shadow with #C9E4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E4EA.

Preview

Color preview on black background

This text has color #C9E4EA on black background.


Color preview on white background

This text has color #C9E4EA on white background.


Black color preview on #C9E4EA background

This text has black color on #C9E4EA background.


White color preview on #C9E4EA background

This text has white color on #C9E4EA background.


Related colors

Complementary color

Complementary color for #hex is #361B15.


I love getcolorcode.com

Triadic colors

1 #EAC9E4 and #E4EAC9 with #C9E4EA are triadic colors.

2 #EAE4C9 and #E4C9EA with #C9E4EA are triadic colors.