COLOR #D2E882

HEX: #D2E882
RGB: (210,232,130)

Color info

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

RGB color model

#D2E882 color RGB value is (210,232,130).

  • red value is 210;
  • green value is 232;
  • blue value is 130.
RGB:
(210,232,130)
(82%,91%,51%)

RGB channels and saturation

R 210 of 255 = 82%
G 232 of 255 = 91%
B 130 of 255 = 51%

210
232
130

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

Portions of RGB colors in percentages

R + G + B =
210 + 232 + 130 = 572 (100%)
R 210 of 572 ~ 36.71%
G 232 of 572 ~ 40.56%
B 130 of 572 ~ 22.73%

%36.71
%40.56
%22.73

CMYK color model

#D2E882 color CMYK value is (9,0,44,9).

  • cyan value is 9.48%
  • magenta value is 0.00%
  • yellow value is 43.97%
  • key color value is 9.02%
CMYK:
(9,0,44,9)
C9M0Y44K9 
(9%,0%,44%,9%)
(0.09/0.00/0.44/0.09)	

CMYK percentages

%9.48
%0
%43.97
%9.02

Codes

Color #D2E882 in popluar color models

D2E882
RGB210232130
HSL73°68.92%70.98%
HSB/HSV73°43.97%90.98%
CMYK9.48%0.00%43.97%
9.02%

Color #D2E882 in popluar number systems.

HEXD2E882
Decimal210232130
Binary110100101110100010000010
Octal322350202

Shades and tints

Shades of #D2E882

#D2E882
(210,232,130)
#BFD377
(191,211,119)
#ACBE6C
(172,190,108)
#99A961
(153,169,97)
#869456
(134,148,86)
#737F4B
(115,127,75)
#606A40
(96,106,64)
#4D5535
(77,85,53)
#3A402A
(58,64,42)
#272B1F
(39,43,31)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #D2E882

#D2E882
(210,232,130)
#D6EA8D
(214,234,141)
#DAEC98
(218,236,152)
#DEEEA3
(222,238,163)
#E2F0AE
(226,240,174)
#E6F2B9
(230,242,185)
#EAF4C4
(234,244,196)
#EEF6CF
(238,246,207)
#F2F8DA
(242,248,218)
#F6FAE5
(246,250,229)
#FAFCF0
(250,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E882 color. Also use rgb(210,232,130) instead hex code.

Text Font Color

.myTextColor { color: #D2E882; }

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

This text font color is #D2E882.


Background Color

.myBgColor { background-color: #D2E882; }

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

This div background color is #D2E882.


Border color

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

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

This div border color is #D2E882.


Opacity

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

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

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

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

This text has shadow with #D2E882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E882 on black background.


Color preview on white background

This text has color #D2E882 on white background.



Black color preview on #D2E882 background

This text has black color on #D2E882 background.


White color preview on #D2E882 background

This text has white color on #D2E882 background.