COLOR #D2EE81

HEX: #D2EE81 RGB: (210,238,129)

Color info

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

RGB color model

#D2EE81 color RGB value is (210,238,129).

RGB: (210,238,129) (82%, 93%, 51%)

RGB channels and saturation

R 210 of 255 = 82%
G 238 of 255 = 93%
B 129 of 255 = 51%

210
238
129

R + G + B ~ 75%. #D2EE81 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 238 + 129 = 577 (100%)
R 210 of 577 ~ 36.4%
G 238 of 577 ~ 41.25%
B 129 of 577 ~ 22.36'%

%36.4
%41.25
%22.36

CMYK color model

#D2EE81 color CMYK value is (12,0,46,7).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 45.80%
  • key color value is 6.67%

CMYK: (12,0,46,7)
C12M0Y46K7 (12%, 0%, 46%, 7%)
(0.12 / 0.00 / 0.46 / 0.07)

CMYK percentages

%11.76
%0
%45.8
%6.67

Codes

Color #D2EE81 in popluar color models

D2 EE 81
RGB 210 238 129
HSL 75° 76.22% 71.96%
HSB/HSV 75° 45.80% 93.33%
CMYK 11.76% 0.00% 45.80%
6.67%

Color #D2EE81 in popluar number systems.

HEX D2 EE 81
Decimal 210 238 129
Binary 11010010 11101110 10000001
Octal 322 356 201

Shades and tints

Shades of #D2EE81

#D2EE81
(210,238,129)
#BFD976
(191,217,118)
#ACC46B
(172,196,107)
#99AF60
(153,175,96)
#869A55
(134,154,85)
#73854A
(115,133,74)
#60703F
(96,112,63)
#4D5B34
(77,91,52)
#3A4629
(58,70,41)
#27311E
(39,49,30)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #D2EE81

#D2EE81
(210,238,129)
#D6EF8C
(214,239,140)
#DAF097
(218,240,151)
#DEF1A2
(222,241,162)
#E2F2AD
(226,242,173)
#E6F3B8
(230,243,184)
#EAF4C3
(234,244,195)
#EEF5CE
(238,245,206)
#F2F6D9
(242,246,217)
#F6F7E4
(246,247,228)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EE81; }

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

This text font color is #D2EE81.

Background Color

.myBgColor { background-color: #D2EE81; }

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

This div background color is #D2EE81.

Border color

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

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

This div border color is #D2EE81.

Opacity

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

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

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

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

This text has shadow with #D2EE81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EE81.

Preview

Color preview on black background

This text has color #D2EE81 on black background.


Color preview on white background

This text has color #D2EE81 on white background.


Black color preview on #D2EE81 background

This text has black color on #D2EE81 background.


White color preview on #D2EE81 background

This text has white color on #D2EE81 background.


Related colors

Complementary color

Complementary color for #hex is #2D117E.


I love getcolorcode.com

Triadic colors

1 #81D2EE and #EE81D2 with #D2EE81 are triadic colors.

2 #81EED2 and #EED281 with #D2EE81 are triadic colors.