COLOR #D3E0D9

HEX: #D3E0D9
RGB: (211,224,217)

Color info

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

RGB color model

#D3E0D9 color RGB value is (211,224,217).

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

RGB channels and saturation

R 211 of 255 = 83%
G 224 of 255 = 88%
B 217 of 255 = 85%

211
224
217

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

Portions of RGB colors in percentages

R + G + B =
211 + 224 + 217 = 652 (100%)
R 211 of 652 ~ 32.36%
G 224 of 652 ~ 34.36%
B 217 of 652 ~ 33.28%

%32.36
%34.36
%33.28

CMYK color model

#D3E0D9 color CMYK value is (6,0,3,12).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 12.16%
CMYK:
(6,0,3,12)
C6M0Y3K12 
(6%,0%,3%,12%)
(0.06/0.00/0.03/0.12)	

CMYK percentages

%5.8
%0
%3.13
%12.16

Codes

Color #D3E0D9 in popluar color models

D3E0D9
RGB211224217
HSL148°17.33%85.29%
HSB/HSV148°5.80%87.84%
CMYK5.80%0.00%3.13%
12.16%

Color #D3E0D9 in popluar number systems.

HEXD3E0D9
Decimal211224217
Binary110100111110000011011001
Octal323340331

Shades and tints

Shades of #D3E0D9

#D3E0D9
(211,224,217)
#C0CCC6
(192,204,198)
#ADB8B3
(173,184,179)
#9AA4A0
(154,164,160)
#87908D
(135,144,141)
#747C7A
(116,124,122)
#616867
(97,104,103)
#4E5454
(78,84,84)
#3B4041
(59,64,65)
#282C2E
(40,44,46)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #D3E0D9

#D3E0D9
(211,224,217)
#D7E2DC
(215,226,220)
#DBE4DF
(219,228,223)
#DFE6E2
(223,230,226)
#E3E8E5
(227,232,229)
#E7EAE8
(231,234,232)
#EBECEB
(235,236,235)
#EFEEEE
(239,238,238)
#F3F0F1
(243,240,241)
#F7F2F4
(247,242,244)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E0D9; }

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

This text font color is #D3E0D9.


Background Color

.myBgColor { background-color: #D3E0D9; }

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

This div background color is #D3E0D9.


Border color

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

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

This div border color is #D3E0D9.


Opacity

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

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

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

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

This text has shadow with #D3E0D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E0D9 on black background.


Color preview on white background

This text has color #D3E0D9 on white background.



Black color preview on #D3E0D9 background

This text has black color on #D3E0D9 background.


White color preview on #D3E0D9 background

This text has white color on #D3E0D9 background.