COLOR #D1DD82

HEX: #D1DD82 RGB: (209,221,130)

Color info

#D1DD82 contains mainly red and green colors. Web safe color of #D1DD82 is #CCCC99 (or #CC9).

RGB color model

#D1DD82 color RGB value is (209,221,130).

RGB: (209,221,130) (82%, 87%, 51%)

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 130 of 255 = 51%

209
221
130

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

Portions of RGB colors in percentages

R + G + B = 209 + 221 + 130 = 560 (100%)
R 209 of 560 ~ 37.32%
G 221 of 560 ~ 39.46%
B 130 of 560 ~ 23.21'%

%37.32
%39.46
%23.21

CMYK color model

#D1DD82 color CMYK value is (5,0,41,13).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 13.33%

CMYK: (5,0,41,13)
C5M0Y41K13 (5%, 0%, 41%, 13%)
(0.05 / 0.00 / 0.41 / 0.13)

CMYK percentages

%5.43
%0
%41.18
%13.33

Codes

Color #D1DD82 in popluar color models

D1 DD 82
RGB 209 221 130
HSL 68° 57.23% 68.82%
HSB/HSV 68° 41.18% 86.67%
CMYK 5.43% 0.00% 41.18%
13.33%

Color #D1DD82 in popluar number systems.

HEX D1 DD 82
Decimal 209 221 130
Binary 11010001 11011101 10000010
Octal 321 335 202

Shades and tints

Shades of #D1DD82

#D1DD82
(209,221,130)
#BEC977
(190,201,119)
#ABB56C
(171,181,108)
#98A161
(152,161,97)
#858D56
(133,141,86)
#72794B
(114,121,75)
#5F6540
(95,101,64)
#4C5135
(76,81,53)
#393D2A
(57,61,42)
#26291F
(38,41,31)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #D1DD82

#D1DD82
(209,221,130)
#D5E08D
(213,224,141)
#D9E398
(217,227,152)
#DDE6A3
(221,230,163)
#E1E9AE
(225,233,174)
#E5ECB9
(229,236,185)
#E9EFC4
(233,239,196)
#EDF2CF
(237,242,207)
#F1F5DA
(241,245,218)
#F5F8E5
(245,248,229)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DD82 color. Also use rgb(209,221,130) instead hex code.

Text Font Color

.myTextColor { color: #D1DD82; }

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

This text font color is #D1DD82.

Background Color

.myBgColor { background-color: #D1DD82; }

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

This div background color is #D1DD82.

Border color

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

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

This div border color is #D1DD82.

Opacity

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

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

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

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

This text has shadow with #D1DD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DD82.

Preview

Color preview on black background

This text has color #D1DD82 on black background.


Color preview on white background

This text has color #D1DD82 on white background.


Black color preview on #D1DD82 background

This text has black color on #D1DD82 background.


White color preview on #D1DD82 background

This text has white color on #D1DD82 background.


Related colors

Complementary color

Complementary color for #hex is #2E227D.


I love getcolorcode.com

Triadic colors

1 #82D1DD and #DD82D1 with #D1DD82 are triadic colors.

2 #82DDD1 and #DDD182 with #D1DD82 are triadic colors.