COLOR #D9EE66

HEX: #D9EE66
RGB: (217,238,102)

Color info

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

RGB color model

#D9EE66 color RGB value is (217,238,102).

  • red value is 217;
  • green value is 238;
  • blue value is 102.
RGB:
(217,238,102)
(85%,93%,40%)

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 102 of 255 = 40%

217
238
102

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

Portions of RGB colors in percentages

R + G + B =
217 + 238 + 102 = 557 (100%)
R 217 of 557 ~ 38.96%
G 238 of 557 ~ 42.73%
B 102 of 557 ~ 18.31%

%38.96
%42.73
%18.31

CMYK color model

#D9EE66 color CMYK value is (9,0,57,7).

  • cyan value is 8.82%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 6.67%
CMYK:
(9,0,57,7)
C9M0Y57K7 
(9%,0%,57%,7%)
(0.09/0.00/0.57/0.07)	

CMYK percentages

%8.82
%0
%57.14
%6.67

Codes

Color #D9EE66 in popluar color models

D9EE66
RGB217238102
HSL69°80.00%66.67%
HSB/HSV69°57.14%93.33%
CMYK8.82%0.00%57.14%
6.67%

Color #D9EE66 in popluar number systems.

HEXD9EE66
Decimal217238102
Binary11011001111011101100110
Octal331356146

Shades and tints

Shades of #D9EE66

#D9EE66
(217,238,102)
#C6D95D
(198,217,93)
#B3C454
(179,196,84)
#A0AF4B
(160,175,75)
#8D9A42
(141,154,66)
#7A8539
(122,133,57)
#677030
(103,112,48)
#545B27
(84,91,39)
#41461E
(65,70,30)
#2E3115
(46,49,21)
#1B1C0C
(27,28,12)
#000000
(0,0,0)

Tints of #D9EE66

#D9EE66
(217,238,102)
#DCEF73
(220,239,115)
#DFF080
(223,240,128)
#E2F18D
(226,241,141)
#E5F29A
(229,242,154)
#E8F3A7
(232,243,167)
#EBF4B4
(235,244,180)
#EEF5C1
(238,245,193)
#F1F6CE
(241,246,206)
#F4F7DB
(244,247,219)
#F7F8E8
(247,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EE66 color. Also use rgb(217,238,102) instead hex code.

Text Font Color

.myTextColor { color: #D9EE66; }

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

This text font color is #D9EE66.


Background Color

.myBgColor { background-color: #D9EE66; }

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

This div background color is #D9EE66.


Border color

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

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

This div border color is #D9EE66.


Opacity

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

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

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

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

This text has shadow with #D9EE66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EE66 on black background.


Color preview on white background

This text has color #D9EE66 on white background.



Black color preview on #D9EE66 background

This text has black color on #D9EE66 background.


White color preview on #D9EE66 background

This text has white color on #D9EE66 background.