COLOR #D2ED9E

HEX: #D2ED9E
RGB: (210,237,158)

Color info

#D2ED9E contains mainly red and green colors. Web safe color of #D2ED9E is #CCFF99 (or #CF9).

RGB color model

#D2ED9E color RGB value is (210,237,158).

  • red value is 210;
  • green value is 237;
  • blue value is 158.
RGB:
(210,237,158)
(82%,93%,62%)

RGB channels and saturation

R 210 of 255 = 82%
G 237 of 255 = 93%
B 158 of 255 = 62%

210
237
158

R + G + B ~ 79%. #D2ED9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 237 + 158 = 605 (100%)
R 210 of 605 ~ 34.71%
G 237 of 605 ~ 39.17%
B 158 of 605 ~ 26.12%

%34.71
%39.17
%26.12

CMYK color model

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

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 7.06%
CMYK:
(11,0,33,7)
C11M0Y33K7 
(11%,0%,33%,7%)
(0.11/0.00/0.33/0.07)	

CMYK percentages

%11.39
%0
%33.33
%7.06

Codes

Color #D2ED9E in popluar color models

D2ED9E
RGB210237158
HSL81°68.70%77.45%
HSB/HSV81°33.33%92.94%
CMYK11.39%0.00%33.33%
7.06%

Color #D2ED9E in popluar number systems.

HEXD2ED9E
Decimal210237158
Binary110100101110110110011110
Octal322355236

Shades and tints

Shades of #D2ED9E

#D2ED9E
(210,237,158)
#BFD890
(191,216,144)
#ACC382
(172,195,130)
#99AE74
(153,174,116)
#869966
(134,153,102)
#738458
(115,132,88)
#606F4A
(96,111,74)
#4D5A3C
(77,90,60)
#3A452E
(58,69,46)
#273020
(39,48,32)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #D2ED9E

#D2ED9E
(210,237,158)
#D6EEA6
(214,238,166)
#DAEFAE
(218,239,174)
#DEF0B6
(222,240,182)
#E2F1BE
(226,241,190)
#E6F2C6
(230,242,198)
#EAF3CE
(234,243,206)
#EEF4D6
(238,244,214)
#F2F5DE
(242,245,222)
#F6F6E6
(246,246,230)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2ED9E; }

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

This text font color is #D2ED9E.


Background Color

.myBgColor { background-color: #D2ED9E; }

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

This div background color is #D2ED9E.


Border color

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

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

This div border color is #D2ED9E.


Opacity

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

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

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

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

This text has shadow with #D2ED9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ED9E on black background.


Color preview on white background

This text has color #D2ED9E on white background.



Black color preview on #D2ED9E background

This text has black color on #D2ED9E background.


White color preview on #D2ED9E background

This text has white color on #D2ED9E background.