COLOR #C9E3DB

HEX: #C9E3DB RGB: (201,227,219)

Color info

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

RGB color model

#C9E3DB color RGB value is (201,227,219).

RGB: (201,227,219) (79%, 89%, 86%)

RGB channels and saturation

R 201 of 255 = 79%
G 227 of 255 = 89%
B 219 of 255 = 86%

201
227
219

R + G + B ~ 85%. #C9E3DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 227 + 219 = 647 (100%)
R 201 of 647 ~ 31.07%
G 227 of 647 ~ 35.09%
B 219 of 647 ~ 33.85'%

%31.07
%35.09
%33.85

CMYK color model

#C9E3DB color CMYK value is (11,0,4,11).

  • cyan value is 11.45%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 10.98%

CMYK: (11,0,4,11)
C11M0Y4K11 (11%, 0%, 4%, 11%)
(0.11 / 0.00 / 0.04 / 0.11)

CMYK percentages

%11.45
%0
%3.52
%10.98

Codes

Color #C9E3DB in popluar color models

C9 E3 DB
RGB 201 227 219
HSL 162° 31.71% 83.92%
HSB/HSV 162° 11.45% 89.02%
CMYK 11.45% 0.00% 3.52%
10.98%

Color #C9E3DB in popluar number systems.

HEX C9 E3 DB
Decimal 201 227 219
Binary 11001001 11100011 11011011
Octal 311 343 333

Shades and tints

Shades of #C9E3DB

#C9E3DB
(201,227,219)
#B7CFC8
(183,207,200)
#A5BBB5
(165,187,181)
#93A7A2
(147,167,162)
#81938F
(129,147,143)
#6F7F7C
(111,127,124)
#5D6B69
(93,107,105)
#4B5756
(75,87,86)
#394343
(57,67,67)
#272F30
(39,47,48)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #C9E3DB

#C9E3DB
(201,227,219)
#CDE5DE
(205,229,222)
#D1E7E1
(209,231,225)
#D5E9E4
(213,233,228)
#D9EBE7
(217,235,231)
#DDEDEA
(221,237,234)
#E1EFED
(225,239,237)
#E5F1F0
(229,241,240)
#E9F3F3
(233,243,243)
#EDF5F6
(237,245,246)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E3DB; }

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

This text font color is #C9E3DB.

Background Color

.myBgColor { background-color: #C9E3DB; }

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

This div background color is #C9E3DB.

Border color

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

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

This div border color is #C9E3DB.

Opacity

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

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

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

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

This text has shadow with #C9E3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E3DB.

Preview

Color preview on black background

This text has color #C9E3DB on black background.


Color preview on white background

This text has color #C9E3DB on white background.


Black color preview on #C9E3DB background

This text has black color on #C9E3DB background.


White color preview on #C9E3DB background

This text has white color on #C9E3DB background.


Related colors

Complementary color

Complementary color for #hex is #361C24.


I love getcolorcode.com

Triadic colors

1 #DBC9E3 and #E3DBC9 with #C9E3DB are triadic colors.

2 #DBE3C9 and #E3C9DB with #C9E3DB are triadic colors.