COLOR #D2E5D1

HEX: #D2E5D1
RGB: (210,229,209)

Color info

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

RGB color model

#D2E5D1 color RGB value is (210,229,209).

  • red value is 210;
  • green value is 229;
  • blue value is 209.
RGB:
(210,229,209)
(82%,90%,82%)

RGB channels and saturation

R 210 of 255 = 82%
G 229 of 255 = 90%
B 209 of 255 = 82%

210
229
209

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

Portions of RGB colors in percentages

R + G + B =
210 + 229 + 209 = 648 (100%)
R 210 of 648 ~ 32.41%
G 229 of 648 ~ 35.34%
B 209 of 648 ~ 32.25%

%32.41
%35.34
%32.25

CMYK color model

#D2E5D1 color CMYK value is (8,0,9,10).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 8.73%
  • key color value is 10.20%
CMYK:
(8,0,9,10)
C8M0Y9K10 
(8%,0%,9%,10%)
(0.08/0.00/0.09/0.10)	

CMYK percentages

%8.3
%0
%8.73
%10.2

Codes

Color #D2E5D1 in popluar color models

D2E5D1
RGB210229209
HSL117°27.78%85.88%
HSB/HSV117°8.73%89.80%
CMYK8.30%0.00%8.73%
10.20%

Color #D2E5D1 in popluar number systems.

HEXD2E5D1
Decimal210229209
Binary110100101110010111010001
Octal322345321

Shades and tints

Shades of #D2E5D1

#D2E5D1
(210,229,209)
#BFD1BE
(191,209,190)
#ACBDAB
(172,189,171)
#99A998
(153,169,152)
#869585
(134,149,133)
#738172
(115,129,114)
#606D5F
(96,109,95)
#4D594C
(77,89,76)
#3A4539
(58,69,57)
#273126
(39,49,38)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #D2E5D1

#D2E5D1
(210,229,209)
#D6E7D5
(214,231,213)
#DAE9D9
(218,233,217)
#DEEBDD
(222,235,221)
#E2EDE1
(226,237,225)
#E6EFE5
(230,239,229)
#EAF1E9
(234,241,233)
#EEF3ED
(238,243,237)
#F2F5F1
(242,245,241)
#F6F7F5
(246,247,245)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E5D1 color. Also use rgb(210,229,209) instead hex code.

Text Font Color

.myTextColor { color: #D2E5D1; }

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

This text font color is #D2E5D1.


Background Color

.myBgColor { background-color: #D2E5D1; }

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

This div background color is #D2E5D1.


Border color

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

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

This div border color is #D2E5D1.


Opacity

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

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

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

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

This text has shadow with #D2E5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E5D1 on black background.


Color preview on white background

This text has color #D2E5D1 on white background.



Black color preview on #D2E5D1 background

This text has black color on #D2E5D1 background.


White color preview on #D2E5D1 background

This text has white color on #D2E5D1 background.