COLOR #C9E0D8

HEX: #C9E0D8
RGB: (201,224,216)

Color info

#C9E0D8 contains red, green and blue colors in about the same proportion. Web safe color of #C9E0D8 is #CCCCCC (or #CCC).

RGB color model

#C9E0D8 color RGB value is (201,224,216).

  • red value is 201;
  • green value is 224;
  • blue value is 216.
RGB:
(201,224,216)
(79%,88%,85%)

RGB channels and saturation

R 201 of 255 = 79%
G 224 of 255 = 88%
B 216 of 255 = 85%

201
224
216

R + G + B ~ 84%. #C9E0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 224 + 216 = 641 (100%)
R 201 of 641 ~ 31.36%
G 224 of 641 ~ 34.95%
B 216 of 641 ~ 33.7%

%31.36
%34.95
%33.7

CMYK color model

#C9E0D8 color CMYK value is (10,0,4,12).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 12.16%
CMYK:
(10,0,4,12)
C10M0Y4K12 
(10%,0%,4%,12%)
(0.10/0.00/0.04/0.12)	

CMYK percentages

%10.27
%0
%3.57
%12.16

Codes

Color #C9E0D8 in popluar color models

C9E0D8
RGB201224216
HSL159°27.06%83.33%
HSB/HSV159°10.27%87.84%
CMYK10.27%0.00%3.57%
12.16%

Color #C9E0D8 in popluar number systems.

HEXC9E0D8
Decimal201224216
Binary110010011110000011011000
Octal311340330

Shades and tints

Shades of #C9E0D8

#C9E0D8
(201,224,216)
#B7CCC5
(183,204,197)
#A5B8B2
(165,184,178)
#93A49F
(147,164,159)
#81908C
(129,144,140)
#6F7C79
(111,124,121)
#5D6866
(93,104,102)
#4B5453
(75,84,83)
#394040
(57,64,64)
#272C2D
(39,44,45)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #C9E0D8

#C9E0D8
(201,224,216)
#CDE2DB
(205,226,219)
#D1E4DE
(209,228,222)
#D5E6E1
(213,230,225)
#D9E8E4
(217,232,228)
#DDEAE7
(221,234,231)
#E1ECEA
(225,236,234)
#E5EEED
(229,238,237)
#E9F0F0
(233,240,240)
#EDF2F3
(237,242,243)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E0D8 color. Also use rgb(201,224,216) instead hex code.

Text Font Color

.myTextColor { color: #C9E0D8; }

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

This text font color is #C9E0D8.


Background Color

.myBgColor { background-color: #C9E0D8; }

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

This div background color is #C9E0D8.


Border color

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

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

This div border color is #C9E0D8.


Opacity

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

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

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

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

This text has shadow with #C9E0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E0D8 on black background.


Color preview on white background

This text has color #C9E0D8 on white background.



Black color preview on #C9E0D8 background

This text has black color on #C9E0D8 background.


White color preview on #C9E0D8 background

This text has white color on #C9E0D8 background.