COLOR #D2E180

HEX: #D2E180 RGB: (210,225,128)

Color info

#D2E180 contains mainly red and green colors. Web safe color of #D2E180 is #CCCC66 (or #CC6).

RGB color model

#D2E180 color RGB value is (210,225,128).

RGB: (210,225,128) (82%, 88%, 50%)

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 128 of 255 = 50%

210
225
128

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

Portions of RGB colors in percentages

R + G + B = 210 + 225 + 128 = 563 (100%)
R 210 of 563 ~ 37.3%
G 225 of 563 ~ 39.96%
B 128 of 563 ~ 22.74'%

%37.3
%39.96
%22.74

CMYK color model

#D2E180 color CMYK value is (7,0,43,12).

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

CMYK: (7,0,43,12)
C7M0Y43K12 (7%, 0%, 43%, 12%)
(0.07 / 0.00 / 0.43 / 0.12)

CMYK percentages

%6.67
%0
%43.11
%11.76

Codes

Color #D2E180 in popluar color models

D2 E1 80
RGB 210 225 128
HSL 69° 61.78% 69.22%
HSB/HSV 69° 43.11% 88.24%
CMYK 6.67% 0.00% 43.11%
11.76%

Color #D2E180 in popluar number systems.

HEX D2 E1 80
Decimal 210 225 128
Binary 11010010 11100001 10000000
Octal 322 341 200

Shades and tints

Shades of #D2E180

#D2E180
(210,225,128)
#BFCD75
(191,205,117)
#ACB96A
(172,185,106)
#99A55F
(153,165,95)
#869154
(134,145,84)
#737D49
(115,125,73)
#60693E
(96,105,62)
#4D5533
(77,85,51)
#3A4128
(58,65,40)
#272D1D
(39,45,29)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #D2E180

#D2E180
(210,225,128)
#D6E38B
(214,227,139)
#DAE596
(218,229,150)
#DEE7A1
(222,231,161)
#E2E9AC
(226,233,172)
#E6EBB7
(230,235,183)
#EAEDC2
(234,237,194)
#EEEFCD
(238,239,205)
#F2F1D8
(242,241,216)
#F6F3E3
(246,243,227)
#FAF5EE
(250,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E180 color. Also use rgb(210,225,128) instead hex code.

Text Font Color

.myTextColor { color: #D2E180; }

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

This text font color is #D2E180.

Background Color

.myBgColor { background-color: #D2E180; }

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

This div background color is #D2E180.

Border color

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

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

This div border color is #D2E180.

Opacity

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

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

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

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

This text has shadow with #D2E180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E180.

Preview

Color preview on black background

This text has color #D2E180 on black background.


Color preview on white background

This text has color #D2E180 on white background.


Black color preview on #D2E180 background

This text has black color on #D2E180 background.


White color preview on #D2E180 background

This text has white color on #D2E180 background.


Related colors

Complementary color

Complementary color for #hex is #2D1E7F.


I love getcolorcode.com

Triadic colors

1 #80D2E1 and #E180D2 with #D2E180 are triadic colors.

2 #80E1D2 and #E1D280 with #D2E180 are triadic colors.