COLOR #C9E0DB

HEX: #C9E0DB
RGB: (201,224,219)

Color info

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

RGB color model

#C9E0DB color RGB value is (201,224,219).

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

RGB channels and saturation

R 201 of 255 = 79%
G 224 of 255 = 88%
B 219 of 255 = 86%

201
224
219

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

Portions of RGB colors in percentages

R + G + B =
201 + 224 + 219 = 644 (100%)
R 201 of 644 ~ 31.21%
G 224 of 644 ~ 34.78%
B 219 of 644 ~ 34.01%

%31.21
%34.78
%34.01

CMYK color model

#C9E0DB color CMYK value is (10,0,2,12).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(10,0,2,12)
C10M0Y2K12 
(10%,0%,2%,12%)
(0.10/0.00/0.02/0.12)	

CMYK percentages

%10.27
%0
%2.23
%12.16

Codes

Color #C9E0DB in popluar color models

C9E0DB
RGB201224219
HSL167°27.06%83.33%
HSB/HSV167°10.27%87.84%
CMYK10.27%0.00%2.23%
12.16%

Color #C9E0DB in popluar number systems.

HEXC9E0DB
Decimal201224219
Binary110010011110000011011011
Octal311340333

Shades and tints

Shades of #C9E0DB

#C9E0DB
(201,224,219)
#B7CCC8
(183,204,200)
#A5B8B5
(165,184,181)
#93A4A2
(147,164,162)
#81908F
(129,144,143)
#6F7C7C
(111,124,124)
#5D6869
(93,104,105)
#4B5456
(75,84,86)
#394043
(57,64,67)
#272C30
(39,44,48)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #C9E0DB

#C9E0DB
(201,224,219)
#CDE2DE
(205,226,222)
#D1E4E1
(209,228,225)
#D5E6E4
(213,230,228)
#D9E8E7
(217,232,231)
#DDEAEA
(221,234,234)
#E1ECED
(225,236,237)
#E5EEF0
(229,238,240)
#E9F0F3
(233,240,243)
#EDF2F6
(237,242,246)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E0DB; }

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

This text font color is #C9E0DB.


Background Color

.myBgColor { background-color: #C9E0DB; }

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

This div background color is #C9E0DB.


Border color

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

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

This div border color is #C9E0DB.


Opacity

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

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

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

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

This text has shadow with #C9E0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E0DB on black background.


Color preview on white background

This text has color #C9E0DB on white background.



Black color preview on #C9E0DB background

This text has black color on #C9E0DB background.


White color preview on #C9E0DB background

This text has white color on #C9E0DB background.