COLOR #D2E99E

HEX: #D2E99E
RGB: (210,233,158)

Color info

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

RGB color model

#D2E99E color RGB value is (210,233,158).

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

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 158 of 255 = 62%

210
233
158

R + G + B ~ 78%. #D2E99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 233 + 158 = 601 (100%)
R 210 of 601 ~ 34.94%
G 233 of 601 ~ 38.77%
B 158 of 601 ~ 26.29%

%34.94
%38.77
%26.29

CMYK color model

#D2E99E color CMYK value is (10,0,32,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 8.63%
CMYK:
(10,0,32,9)
C10M0Y32K9 
(10%,0%,32%,9%)
(0.10/0.00/0.32/0.09)	

CMYK percentages

%9.87
%0
%32.19
%8.63

Codes

Color #D2E99E in popluar color models

D2E99E
RGB210233158
HSL78°63.03%76.67%
HSB/HSV78°32.19%91.37%
CMYK9.87%0.00%32.19%
8.63%

Color #D2E99E in popluar number systems.

HEXD2E99E
Decimal210233158
Binary110100101110100110011110
Octal322351236

Shades and tints

Shades of #D2E99E

#D2E99E
(210,233,158)
#BFD490
(191,212,144)
#ACBF82
(172,191,130)
#99AA74
(153,170,116)
#869566
(134,149,102)
#738058
(115,128,88)
#606B4A
(96,107,74)
#4D563C
(77,86,60)
#3A412E
(58,65,46)
#272C20
(39,44,32)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #D2E99E

#D2E99E
(210,233,158)
#D6EBA6
(214,235,166)
#DAEDAE
(218,237,174)
#DEEFB6
(222,239,182)
#E2F1BE
(226,241,190)
#E6F3C6
(230,243,198)
#EAF5CE
(234,245,206)
#EEF7D6
(238,247,214)
#F2F9DE
(242,249,222)
#F6FBE6
(246,251,230)
#FAFDEE
(250,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E99E; }

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

This text font color is #D2E99E.


Background Color

.myBgColor { background-color: #D2E99E; }

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

This div background color is #D2E99E.


Border color

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

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

This div border color is #D2E99E.


Opacity

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

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

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

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

This text has shadow with #D2E99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E99E on black background.


Color preview on white background

This text has color #D2E99E on white background.



Black color preview on #D2E99E background

This text has black color on #D2E99E background.


White color preview on #D2E99E background

This text has white color on #D2E99E background.