COLOR #D5E3C9

HEX: #D5E3C9
RGB: (213,227,201)

Color info

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

RGB color model

#D5E3C9 color RGB value is (213,227,201).

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

RGB channels and saturation

R 213 of 255 = 84%
G 227 of 255 = 89%
B 201 of 255 = 79%

213
227
201

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

Portions of RGB colors in percentages

R + G + B =
213 + 227 + 201 = 641 (100%)
R 213 of 641 ~ 33.23%
G 227 of 641 ~ 35.41%
B 201 of 641 ~ 31.36%

%33.23
%35.41
%31.36

CMYK color model

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

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • 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
%11.45
%10.98

Codes

Color #D5E3C9 in popluar color models

D5E3C9
RGB213227201
HSL92°31.71%83.92%
HSB/HSV92°11.45%89.02%
CMYK6.17%0.00%11.45%
10.98%

Color #D5E3C9 in popluar number systems.

HEXD5E3C9
Decimal213227201
Binary110101011110001111001001
Octal325343311

Shades and tints

Shades of #D5E3C9

#D5E3C9
(213,227,201)
#C2CFB7
(194,207,183)
#AFBBA5
(175,187,165)
#9CA793
(156,167,147)
#899381
(137,147,129)
#767F6F
(118,127,111)
#636B5D
(99,107,93)
#50574B
(80,87,75)
#3D4339
(61,67,57)
#2A2F27
(42,47,39)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #D5E3C9

#D5E3C9
(213,227,201)
#D8E5CD
(216,229,205)
#DBE7D1
(219,231,209)
#DEE9D5
(222,233,213)
#E1EBD9
(225,235,217)
#E4EDDD
(228,237,221)
#E7EFE1
(231,239,225)
#EAF1E5
(234,241,229)
#EDF3E9
(237,243,233)
#F0F5ED
(240,245,237)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E3C9; }

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

This text font color is #D5E3C9.


Background Color

.myBgColor { background-color: #D5E3C9; }

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

This div background color is #D5E3C9.


Border color

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

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

This div border color is #D5E3C9.


Opacity

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

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

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

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

This text has shadow with #D5E3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E3C9 on black background.


Color preview on white background

This text has color #D5E3C9 on white background.



Black color preview on #D5E3C9 background

This text has black color on #D5E3C9 background.


White color preview on #D5E3C9 background

This text has white color on #D5E3C9 background.