COLOR #D9EA86

HEX: #D9EA86 RGB: (217,234,134)

Color info

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

RGB color model

#D9EA86 color RGB value is (217,234,134).

RGB: (217,234,134) (85%, 92%, 53%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 134 of 255 = 53%

217
234
134

R + G + B ~ 77%. #D9EA86 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 234 + 134 = 585 (100%)
R 217 of 585 ~ 37.09%
G 234 of 585 ~ 40%
B 134 of 585 ~ 22.91'%

%37.09
%40
%22.91

CMYK color model

#D9EA86 color CMYK value is (7,0,43,8).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 42.74%
  • key color value is 8.24%

CMYK: (7,0,43,8)
C7M0Y43K8 (7%, 0%, 43%, 8%)
(0.07 / 0.00 / 0.43 / 0.08)

CMYK percentages

%7.26
%0
%42.74
%8.24

Codes

Color #D9EA86 in popluar color models

D9 EA 86
RGB 217 234 134
HSL 70° 70.42% 72.16%
HSB/HSV 70° 42.74% 91.76%
CMYK 7.26% 0.00% 42.74%
8.24%

Color #D9EA86 in popluar number systems.

HEX D9 EA 86
Decimal 217 234 134
Binary 11011001 11101010 10000110
Octal 331 352 206

Shades and tints

Shades of #D9EA86

#D9EA86
(217,234,134)
#C6D57A
(198,213,122)
#B3C06E
(179,192,110)
#A0AB62
(160,171,98)
#8D9656
(141,150,86)
#7A814A
(122,129,74)
#676C3E
(103,108,62)
#545732
(84,87,50)
#414226
(65,66,38)
#2E2D1A
(46,45,26)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #D9EA86

#D9EA86
(217,234,134)
#DCEB91
(220,235,145)
#DFEC9C
(223,236,156)
#E2EDA7
(226,237,167)
#E5EEB2
(229,238,178)
#E8EFBD
(232,239,189)
#EBF0C8
(235,240,200)
#EEF1D3
(238,241,211)
#F1F2DE
(241,242,222)
#F4F3E9
(244,243,233)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EA86 color. Also use rgb(217,234,134) instead hex code.

Text Font Color

.myTextColor { color: #D9EA86; }

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

This text font color is #D9EA86.

Background Color

.myBgColor { background-color: #D9EA86; }

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

This div background color is #D9EA86.

Border color

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

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

This div border color is #D9EA86.

Opacity

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

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

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

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

This text has shadow with #D9EA86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9EA86.

Preview

Color preview on black background

This text has color #D9EA86 on black background.


Color preview on white background

This text has color #D9EA86 on white background.


Black color preview on #D9EA86 background

This text has black color on #D9EA86 background.


White color preview on #D9EA86 background

This text has white color on #D9EA86 background.


Related colors

Complementary color

Complementary color for #hex is #261579.


I love getcolorcode.com

Triadic colors

1 #86D9EA and #EA86D9 with #D9EA86 are triadic colors.

2 #86EAD9 and #EAD986 with #D9EA86 are triadic colors.