COLOR #D2EE6D

HEX: #D2EE6D
RGB: (210,238,109)

Color info

#D2EE6D contains mainly red and green colors. Web safe color of #D2EE6D is #CCFF66 (or #CF6).

RGB color model

#D2EE6D color RGB value is (210,238,109).

  • red value is 210;
  • green value is 238;
  • blue value is 109.
RGB:
(210,238,109)
(82%,93%,43%)

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 109 of 255 = 43%

210
238
109

R + G + B ~ 73%. #D2EE6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 238 + 109 = 557 (100%)
R 210 of 557 ~ 37.7%
G 238 of 557 ~ 42.73%
B 109 of 557 ~ 19.57%

%37.7
%42.73
%19.57

CMYK color model

#D2EE6D color CMYK value is (12,0,54,7).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 54.20%
  • key color value is 6.67%
CMYK:
(12,0,54,7)
C12M0Y54K7 
(12%,0%,54%,7%)
(0.12/0.00/0.54/0.07)	

CMYK percentages

%11.76
%0
%54.2
%6.67

Codes

Color #D2EE6D in popluar color models

D2EE6D
RGB210238109
HSL73°79.14%68.04%
HSB/HSV73°54.20%93.33%
CMYK11.76%0.00%54.20%
6.67%

Color #D2EE6D in popluar number systems.

HEXD2EE6D
Decimal210238109
Binary11010010111011101101101
Octal322356155

Shades and tints

Shades of #D2EE6D

#D2EE6D
(210,238,109)
#BFD964
(191,217,100)
#ACC45B
(172,196,91)
#99AF52
(153,175,82)
#869A49
(134,154,73)
#738540
(115,133,64)
#607037
(96,112,55)
#4D5B2E
(77,91,46)
#3A4625
(58,70,37)
#27311C
(39,49,28)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #D2EE6D

#D2EE6D
(210,238,109)
#D6EF7A
(214,239,122)
#DAF087
(218,240,135)
#DEF194
(222,241,148)
#E2F2A1
(226,242,161)
#E6F3AE
(230,243,174)
#EAF4BB
(234,244,187)
#EEF5C8
(238,245,200)
#F2F6D5
(242,246,213)
#F6F7E2
(246,247,226)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EE6D; }

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

This text font color is #D2EE6D.


Background Color

.myBgColor { background-color: #D2EE6D; }

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

This div background color is #D2EE6D.


Border color

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

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

This div border color is #D2EE6D.


Opacity

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

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

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

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

This text has shadow with #D2EE6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EE6D on black background.


Color preview on white background

This text has color #D2EE6D on white background.



Black color preview on #D2EE6D background

This text has black color on #D2EE6D background.


White color preview on #D2EE6D background

This text has white color on #D2EE6D background.