COLOR #D5E0D3

HEX: #D5E0D3
RGB: (213,224,211)

Color info

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

RGB color model

#D5E0D3 color RGB value is (213,224,211).

  • red value is 213;
  • green value is 224;
  • blue value is 211.
RGB:
(213,224,211)
(84%,88%,83%)

RGB channels and saturation

R 213 of 255 = 84%
G 224 of 255 = 88%
B 211 of 255 = 83%

213
224
211

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

Portions of RGB colors in percentages

R + G + B =
213 + 224 + 211 = 648 (100%)
R 213 of 648 ~ 32.87%
G 224 of 648 ~ 34.57%
B 211 of 648 ~ 32.56%

%32.87
%34.57
%32.56

CMYK color model

#D5E0D3 color CMYK value is (5,0,6,12).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 5.80%
  • key color value is 12.16%
CMYK:
(5,0,6,12)
C5M0Y6K12 
(5%,0%,6%,12%)
(0.05/0.00/0.06/0.12)	

CMYK percentages

%4.91
%0
%5.8
%12.16

Codes

Color #D5E0D3 in popluar color models

D5E0D3
RGB213224211
HSL111°17.33%85.29%
HSB/HSV111°5.80%87.84%
CMYK4.91%0.00%5.80%
12.16%

Color #D5E0D3 in popluar number systems.

HEXD5E0D3
Decimal213224211
Binary110101011110000011010011
Octal325340323

Shades and tints

Shades of #D5E0D3

#D5E0D3
(213,224,211)
#C2CCC0
(194,204,192)
#AFB8AD
(175,184,173)
#9CA49A
(156,164,154)
#899087
(137,144,135)
#767C74
(118,124,116)
#636861
(99,104,97)
#50544E
(80,84,78)
#3D403B
(61,64,59)
#2A2C28
(42,44,40)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #D5E0D3

#D5E0D3
(213,224,211)
#D8E2D7
(216,226,215)
#DBE4DB
(219,228,219)
#DEE6DF
(222,230,223)
#E1E8E3
(225,232,227)
#E4EAE7
(228,234,231)
#E7ECEB
(231,236,235)
#EAEEEF
(234,238,239)
#EDF0F3
(237,240,243)
#F0F2F7
(240,242,247)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E0D3 color. Also use rgb(213,224,211) instead hex code.

Text Font Color

.myTextColor { color: #D5E0D3; }

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

This text font color is #D5E0D3.


Background Color

.myBgColor { background-color: #D5E0D3; }

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

This div background color is #D5E0D3.


Border color

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

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

This div border color is #D5E0D3.


Opacity

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

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

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

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

This text has shadow with #D5E0D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E0D3 on black background.


Color preview on white background

This text has color #D5E0D3 on white background.



Black color preview on #D5E0D3 background

This text has black color on #D5E0D3 background.


White color preview on #D5E0D3 background

This text has white color on #D5E0D3 background.