COLOR #D2E3D2

HEX: #D2E3D2
RGB: (210,227,210)

Color info

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

RGB color model

#D2E3D2 color RGB value is (210,227,210).

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

RGB channels and saturation

R 210 of 255 = 82%
G 227 of 255 = 89%
B 210 of 255 = 82%

210
227
210

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

Portions of RGB colors in percentages

R + G + B =
210 + 227 + 210 = 647 (100%)
R 210 of 647 ~ 32.46%
G 227 of 647 ~ 35.09%
B 210 of 647 ~ 32.46%

%32.46
%35.09
%32.46

CMYK color model

#D2E3D2 color CMYK value is (7,0,7,11).

  • cyan value is 7.49%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK:
(7,0,7,11)
C7M0Y7K11 
(7%,0%,7%,11%)
(0.07/0.00/0.07/0.11)	

CMYK percentages

%7.49
%0
%7.49
%10.98

Codes

Color #D2E3D2 in popluar color models

D2E3D2
RGB210227210
HSL120°23.29%85.69%
HSB/HSV120°7.49%89.02%
CMYK7.49%0.00%7.49%
10.98%

Color #D2E3D2 in popluar number systems.

HEXD2E3D2
Decimal210227210
Binary110100101110001111010010
Octal322343322

Shades and tints

Shades of #D2E3D2

#D2E3D2
(210,227,210)
#BFCFBF
(191,207,191)
#ACBBAC
(172,187,172)
#99A799
(153,167,153)
#869386
(134,147,134)
#737F73
(115,127,115)
#606B60
(96,107,96)
#4D574D
(77,87,77)
#3A433A
(58,67,58)
#272F27
(39,47,39)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #D2E3D2

#D2E3D2
(210,227,210)
#D6E5D6
(214,229,214)
#DAE7DA
(218,231,218)
#DEE9DE
(222,233,222)
#E2EBE2
(226,235,226)
#E6EDE6
(230,237,230)
#EAEFEA
(234,239,234)
#EEF1EE
(238,241,238)
#F2F3F2
(242,243,242)
#F6F5F6
(246,245,246)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E3D2; }

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

This text font color is #D2E3D2.


Background Color

.myBgColor { background-color: #D2E3D2; }

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

This div background color is #D2E3D2.


Border color

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

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

This div border color is #D2E3D2.


Opacity

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

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

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

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

This text has shadow with #D2E3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E3D2 on black background.


Color preview on white background

This text has color #D2E3D2 on white background.



Black color preview on #D2E3D2 background

This text has black color on #D2E3D2 background.


White color preview on #D2E3D2 background

This text has white color on #D2E3D2 background.