COLOR #D2E4D0

HEX: #D2E4D0
RGB: (210,228,208)

Color info

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

RGB color model

#D2E4D0 color RGB value is (210,228,208).

  • red value is 210;
  • green value is 228;
  • blue value is 208.
RGB:
(210,228,208)
(82%,89%,82%)

RGB channels and saturation

R 210 of 255 = 82%
G 228 of 255 = 89%
B 208 of 255 = 82%

210
228
208

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

Portions of RGB colors in percentages

R + G + B =
210 + 228 + 208 = 646 (100%)
R 210 of 646 ~ 32.51%
G 228 of 646 ~ 35.29%
B 208 of 646 ~ 32.2%

%32.51
%35.29
%32.2

CMYK color model

#D2E4D0 color CMYK value is (8,0,9,11).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 10.59%
CMYK:
(8,0,9,11)
C8M0Y9K11 
(8%,0%,9%,11%)
(0.08/0.00/0.09/0.11)	

CMYK percentages

%7.89
%0
%8.77
%10.59

Codes

Color #D2E4D0 in popluar color models

D2E4D0
RGB210228208
HSL114°27.03%85.49%
HSB/HSV114°8.77%89.41%
CMYK7.89%0.00%8.77%
10.59%

Color #D2E4D0 in popluar number systems.

HEXD2E4D0
Decimal210228208
Binary110100101110010011010000
Octal322344320

Shades and tints

Shades of #D2E4D0

#D2E4D0
(210,228,208)
#BFD0BE
(191,208,190)
#ACBCAC
(172,188,172)
#99A89A
(153,168,154)
#869488
(134,148,136)
#738076
(115,128,118)
#606C64
(96,108,100)
#4D5852
(77,88,82)
#3A4440
(58,68,64)
#27302E
(39,48,46)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #D2E4D0

#D2E4D0
(210,228,208)
#D6E6D4
(214,230,212)
#DAE8D8
(218,232,216)
#DEEADC
(222,234,220)
#E2ECE0
(226,236,224)
#E6EEE4
(230,238,228)
#EAF0E8
(234,240,232)
#EEF2EC
(238,242,236)
#F2F4F0
(242,244,240)
#F6F6F4
(246,246,244)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E4D0 color. Also use rgb(210,228,208) instead hex code.

Text Font Color

.myTextColor { color: #D2E4D0; }

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

This text font color is #D2E4D0.


Background Color

.myBgColor { background-color: #D2E4D0; }

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

This div background color is #D2E4D0.


Border color

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

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

This div border color is #D2E4D0.


Opacity

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

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

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

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

This text has shadow with #D2E4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E4D0 on black background.


Color preview on white background

This text has color #D2E4D0 on white background.



Black color preview on #D2E4D0 background

This text has black color on #D2E4D0 background.


White color preview on #D2E4D0 background

This text has white color on #D2E4D0 background.