COLOR #D2E7B6

HEX: #D2E7B6
RGB: (210,231,182)

Color info

#D2E7B6 contains red, green and blue colors in about the same proportion. Web safe color of #D2E7B6 is #CCFFCC (or #CFC).

RGB color model

#D2E7B6 color RGB value is (210,231,182).

  • red value is 210;
  • green value is 231;
  • blue value is 182.
RGB:
(210,231,182)
(82%,91%,71%)

RGB channels and saturation

R 210 of 255 = 82%
G 231 of 255 = 91%
B 182 of 255 = 71%

210
231
182

R + G + B ~ 81%. #D2E7B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 231 + 182 = 623 (100%)
R 210 of 623 ~ 33.71%
G 231 of 623 ~ 37.08%
B 182 of 623 ~ 29.21%

%33.71
%37.08
%29.21

CMYK color model

#D2E7B6 color CMYK value is (9,0,21,9).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 9.41%
CMYK:
(9,0,21,9)
C9M0Y21K9 
(9%,0%,21%,9%)
(0.09/0.00/0.21/0.09)	

CMYK percentages

%9.09
%0
%21.21
%9.41

Codes

Color #D2E7B6 in popluar color models

D2E7B6
RGB210231182
HSL86°50.52%80.98%
HSB/HSV86°21.21%90.59%
CMYK9.09%0.00%21.21%
9.41%

Color #D2E7B6 in popluar number systems.

HEXD2E7B6
Decimal210231182
Binary110100101110011110110110
Octal322347266

Shades and tints

Shades of #D2E7B6

#D2E7B6
(210,231,182)
#BFD2A6
(191,210,166)
#ACBD96
(172,189,150)
#99A886
(153,168,134)
#869376
(134,147,118)
#737E66
(115,126,102)
#606956
(96,105,86)
#4D5446
(77,84,70)
#3A3F36
(58,63,54)
#272A26
(39,42,38)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #D2E7B6

#D2E7B6
(210,231,182)
#D6E9BC
(214,233,188)
#DAEBC2
(218,235,194)
#DEEDC8
(222,237,200)
#E2EFCE
(226,239,206)
#E6F1D4
(230,241,212)
#EAF3DA
(234,243,218)
#EEF5E0
(238,245,224)
#F2F7E6
(242,247,230)
#F6F9EC
(246,249,236)
#FAFBF2
(250,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E7B6; }

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

This text font color is #D2E7B6.


Background Color

.myBgColor { background-color: #D2E7B6; }

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

This div background color is #D2E7B6.


Border color

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

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

This div border color is #D2E7B6.


Opacity

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

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

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

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

This text has shadow with #D2E7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E7B6 on black background.


Color preview on white background

This text has color #D2E7B6 on white background.



Black color preview on #D2E7B6 background

This text has black color on #D2E7B6 background.


White color preview on #D2E7B6 background

This text has white color on #D2E7B6 background.