COLOR #D1EE71

HEX: #D1EE71
RGB: (209,238,113)

Color info

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

RGB color model

#D1EE71 color RGB value is (209,238,113).

  • red value is 209;
  • green value is 238;
  • blue value is 113.
RGB:
(209,238,113)
(82%,93%,44%)

RGB channels and saturation

R 209 of 255 = 82%
G 238 of 255 = 93%
B 113 of 255 = 44%

209
238
113

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

Portions of RGB colors in percentages

R + G + B =
209 + 238 + 113 = 560 (100%)
R 209 of 560 ~ 37.32%
G 238 of 560 ~ 42.5%
B 113 of 560 ~ 20.18%

%37.32
%42.5
%20.18

CMYK color model

#D1EE71 color CMYK value is (12,0,53,7).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 52.52%
  • key color value is 6.67%
CMYK:
(12,0,53,7)
C12M0Y53K7 
(12%,0%,53%,7%)
(0.12/0.00/0.53/0.07)	

CMYK percentages

%12.18
%0
%52.52
%6.67

Codes

Color #D1EE71 in popluar color models

D1EE71
RGB209238113
HSL74°78.62%68.82%
HSB/HSV74°52.52%93.33%
CMYK12.18%0.00%52.52%
6.67%

Color #D1EE71 in popluar number systems.

HEXD1EE71
Decimal209238113
Binary11010001111011101110001
Octal321356161

Shades and tints

Shades of #D1EE71

#D1EE71
(209,238,113)
#BED967
(190,217,103)
#ABC45D
(171,196,93)
#98AF53
(152,175,83)
#859A49
(133,154,73)
#72853F
(114,133,63)
#5F7035
(95,112,53)
#4C5B2B
(76,91,43)
#394621
(57,70,33)
#263117
(38,49,23)
#131C0D
(19,28,13)
#000000
(0,0,0)

Tints of #D1EE71

#D1EE71
(209,238,113)
#D5EF7D
(213,239,125)
#D9F089
(217,240,137)
#DDF195
(221,241,149)
#E1F2A1
(225,242,161)
#E5F3AD
(229,243,173)
#E9F4B9
(233,244,185)
#EDF5C5
(237,245,197)
#F1F6D1
(241,246,209)
#F5F7DD
(245,247,221)
#F9F8E9
(249,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EE71 color. Also use rgb(209,238,113) instead hex code.

Text Font Color

.myTextColor { color: #D1EE71; }

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

This text font color is #D1EE71.


Background Color

.myBgColor { background-color: #D1EE71; }

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

This div background color is #D1EE71.


Border color

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

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

This div border color is #D1EE71.


Opacity

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

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

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

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

This text has shadow with #D1EE71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EE71 on black background.


Color preview on white background

This text has color #D1EE71 on white background.



Black color preview on #D1EE71 background

This text has black color on #D1EE71 background.


White color preview on #D1EE71 background

This text has white color on #D1EE71 background.