COLOR #D5E7CB

HEX: #D5E7CB
RGB: (213,231,203)

Color info

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

RGB color model

#D5E7CB color RGB value is (213,231,203).

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

RGB channels and saturation

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

213
231
203

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

Portions of RGB colors in percentages

R + G + B =
213 + 231 + 203 = 647 (100%)
R 213 of 647 ~ 32.92%
G 231 of 647 ~ 35.7%
B 203 of 647 ~ 31.38%

%32.92
%35.7
%31.38

CMYK color model

#D5E7CB color CMYK value is (8,0,12,9).

  • cyan value is 7.79%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 9.41%
CMYK:
(8,0,12,9)
C8M0Y12K9 
(8%,0%,12%,9%)
(0.08/0.00/0.12/0.09)	

CMYK percentages

%7.79
%0
%12.12
%9.41

Codes

Color #D5E7CB in popluar color models

D5E7CB
RGB213231203
HSL99°36.84%85.10%
HSB/HSV99°12.12%90.59%
CMYK7.79%0.00%12.12%
9.41%

Color #D5E7CB in popluar number systems.

HEXD5E7CB
Decimal213231203
Binary110101011110011111001011
Octal325347313

Shades and tints

Shades of #D5E7CB

#D5E7CB
(213,231,203)
#C2D2B9
(194,210,185)
#AFBDA7
(175,189,167)
#9CA895
(156,168,149)
#899383
(137,147,131)
#767E71
(118,126,113)
#63695F
(99,105,95)
#50544D
(80,84,77)
#3D3F3B
(61,63,59)
#2A2A29
(42,42,41)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #D5E7CB

#D5E7CB
(213,231,203)
#D8E9CF
(216,233,207)
#DBEBD3
(219,235,211)
#DEEDD7
(222,237,215)
#E1EFDB
(225,239,219)
#E4F1DF
(228,241,223)
#E7F3E3
(231,243,227)
#EAF5E7
(234,245,231)
#EDF7EB
(237,247,235)
#F0F9EF
(240,249,239)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E7CB; }

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

This text font color is #D5E7CB.


Background Color

.myBgColor { background-color: #D5E7CB; }

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

This div background color is #D5E7CB.


Border color

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

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

This div border color is #D5E7CB.


Opacity

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

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

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

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

This text has shadow with #D5E7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E7CB on black background.


Color preview on white background

This text has color #D5E7CB on white background.



Black color preview on #D5E7CB background

This text has black color on #D5E7CB background.


White color preview on #D5E7CB background

This text has white color on #D5E7CB background.