COLOR #C9EAE5

HEX: #C9EAE5
RGB: (201,234,229)

Color info

#C9EAE5 contains red, green and blue colors in about the same proportion. Web safe color of #C9EAE5 is #CCFFCC (or #CFC).

RGB color model

#C9EAE5 color RGB value is (201,234,229).

  • red value is 201;
  • green value is 234;
  • blue value is 229.
RGB:
(201,234,229)
(79%,92%,90%)

RGB channels and saturation

R 201 of 255 = 79%
G 234 of 255 = 92%
B 229 of 255 = 90%

201
234
229

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

Portions of RGB colors in percentages

R + G + B =
201 + 234 + 229 = 664 (100%)
R 201 of 664 ~ 30.27%
G 234 of 664 ~ 35.24%
B 229 of 664 ~ 34.49%

%30.27
%35.24
%34.49

CMYK color model

#C9EAE5 color CMYK value is (14,0,2,8).

  • cyan value is 14.10%
  • magenta value is 0.00%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(14,0,2,8)
C14M0Y2K8 
(14%,0%,2%,8%)
(0.14/0.00/0.02/0.08)	

CMYK percentages

%14.1
%0
%2.14
%8.24

Codes

Color #C9EAE5 in popluar color models

C9EAE5
RGB201234229
HSL171°44.00%85.29%
HSB/HSV171°14.10%91.76%
CMYK14.10%0.00%2.14%
8.24%

Color #C9EAE5 in popluar number systems.

HEXC9EAE5
Decimal201234229
Binary110010011110101011100101
Octal311352345

Shades and tints

Shades of #C9EAE5

#C9EAE5
(201,234,229)
#B7D5D1
(183,213,209)
#A5C0BD
(165,192,189)
#93ABA9
(147,171,169)
#819695
(129,150,149)
#6F8181
(111,129,129)
#5D6C6D
(93,108,109)
#4B5759
(75,87,89)
#394245
(57,66,69)
#272D31
(39,45,49)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #C9EAE5

#C9EAE5
(201,234,229)
#CDEBE7
(205,235,231)
#D1ECE9
(209,236,233)
#D5EDEB
(213,237,235)
#D9EEED
(217,238,237)
#DDEFEF
(221,239,239)
#E1F0F1
(225,240,241)
#E5F1F3
(229,241,243)
#E9F2F5
(233,242,245)
#EDF3F7
(237,243,247)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EAE5; }

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

This text font color is #C9EAE5.


Background Color

.myBgColor { background-color: #C9EAE5; }

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

This div background color is #C9EAE5.


Border color

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

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

This div border color is #C9EAE5.


Opacity

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

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

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

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

This text has shadow with #C9EAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EAE5 on black background.


Color preview on white background

This text has color #C9EAE5 on white background.



Black color preview on #C9EAE5 background

This text has black color on #C9EAE5 background.


White color preview on #C9EAE5 background

This text has white color on #C9EAE5 background.