COLOR #D5E3CB

HEX: #D5E3CB
RGB: (213,227,203)

Color info

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

RGB color model

#D5E3CB color RGB value is (213,227,203).

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

RGB channels and saturation

R 213 of 255 = 84%
G 227 of 255 = 89%
B 203 of 255 = 80%

213
227
203

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

Portions of RGB colors in percentages

R + G + B =
213 + 227 + 203 = 643 (100%)
R 213 of 643 ~ 33.13%
G 227 of 643 ~ 35.3%
B 203 of 643 ~ 31.57%

%33.13
%35.3
%31.57

CMYK color model

#D5E3CB color CMYK value is (6,0,11,11).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 10.98%
CMYK:
(6,0,11,11)
C6M0Y11K11 
(6%,0%,11%,11%)
(0.06/0.00/0.11/0.11)	

CMYK percentages

%6.17
%0
%10.57
%10.98

Codes

Color #D5E3CB in popluar color models

D5E3CB
RGB213227203
HSL95°30.00%84.31%
HSB/HSV95°10.57%89.02%
CMYK6.17%0.00%10.57%
10.98%

Color #D5E3CB in popluar number systems.

HEXD5E3CB
Decimal213227203
Binary110101011110001111001011
Octal325343313

Shades and tints

Shades of #D5E3CB

#D5E3CB
(213,227,203)
#C2CFB9
(194,207,185)
#AFBBA7
(175,187,167)
#9CA795
(156,167,149)
#899383
(137,147,131)
#767F71
(118,127,113)
#636B5F
(99,107,95)
#50574D
(80,87,77)
#3D433B
(61,67,59)
#2A2F29
(42,47,41)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #D5E3CB

#D5E3CB
(213,227,203)
#D8E5CF
(216,229,207)
#DBE7D3
(219,231,211)
#DEE9D7
(222,233,215)
#E1EBDB
(225,235,219)
#E4EDDF
(228,237,223)
#E7EFE3
(231,239,227)
#EAF1E7
(234,241,231)
#EDF3EB
(237,243,235)
#F0F5EF
(240,245,239)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E3CB; }

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

This text font color is #D5E3CB.


Background Color

.myBgColor { background-color: #D5E3CB; }

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

This div background color is #D5E3CB.


Border color

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

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

This div border color is #D5E3CB.


Opacity

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

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

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

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

This text has shadow with #D5E3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E3CB on black background.


Color preview on white background

This text has color #D5E3CB on white background.



Black color preview on #D5E3CB background

This text has black color on #D5E3CB background.


White color preview on #D5E3CB background

This text has white color on #D5E3CB background.