COLOR #D5E9CB

HEX: #D5E9CB
RGB: (213,233,203)

Color info

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

RGB color model

#D5E9CB color RGB value is (213,233,203).

  • red value is 213;
  • green value is 233;
  • blue value is 203.
RGB:
(213,233,203)
(84%,91%,80%)

RGB channels and saturation

R 213 of 255 = 84%
G 233 of 255 = 91%
B 203 of 255 = 80%

213
233
203

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

Portions of RGB colors in percentages

R + G + B =
213 + 233 + 203 = 649 (100%)
R 213 of 649 ~ 32.82%
G 233 of 649 ~ 35.9%
B 203 of 649 ~ 31.28%

%32.82
%35.9
%31.28

CMYK color model

#D5E9CB color CMYK value is (9,0,13,9).

  • cyan value is 8.58%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 8.63%
CMYK:
(9,0,13,9)
C9M0Y13K9 
(9%,0%,13%,9%)
(0.09/0.00/0.13/0.09)	

CMYK percentages

%8.58
%0
%12.88
%8.63

Codes

Color #D5E9CB in popluar color models

D5E9CB
RGB213233203
HSL100°40.54%85.49%
HSB/HSV100°12.88%91.37%
CMYK8.58%0.00%12.88%
8.63%

Color #D5E9CB in popluar number systems.

HEXD5E9CB
Decimal213233203
Binary110101011110100111001011
Octal325351313

Shades and tints

Shades of #D5E9CB

#D5E9CB
(213,233,203)
#C2D4B9
(194,212,185)
#AFBFA7
(175,191,167)
#9CAA95
(156,170,149)
#899583
(137,149,131)
#768071
(118,128,113)
#636B5F
(99,107,95)
#50564D
(80,86,77)
#3D413B
(61,65,59)
#2A2C29
(42,44,41)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D5E9CB

#D5E9CB
(213,233,203)
#D8EBCF
(216,235,207)
#DBEDD3
(219,237,211)
#DEEFD7
(222,239,215)
#E1F1DB
(225,241,219)
#E4F3DF
(228,243,223)
#E7F5E3
(231,245,227)
#EAF7E7
(234,247,231)
#EDF9EB
(237,249,235)
#F0FBEF
(240,251,239)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E9CB color. Also use rgb(213,233,203) instead hex code.

Text Font Color

.myTextColor { color: #D5E9CB; }

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

This text font color is #D5E9CB.


Background Color

.myBgColor { background-color: #D5E9CB; }

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

This div background color is #D5E9CB.


Border color

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

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

This div border color is #D5E9CB.


Opacity

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

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

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

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

This text has shadow with #D5E9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E9CB on black background.


Color preview on white background

This text has color #D5E9CB on white background.



Black color preview on #D5E9CB background

This text has black color on #D5E9CB background.


White color preview on #D5E9CB background

This text has white color on #D5E9CB background.