COLOR #D9EFA7

HEX: #D9EFA7
RGB: (217,239,167)

Color info

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

RGB color model

#D9EFA7 color RGB value is (217,239,167).

  • red value is 217;
  • green value is 239;
  • blue value is 167.
RGB:
(217,239,167)
(85%,94%,65%)

RGB channels and saturation

R 217 of 255 = 85%
G 239 of 255 = 94%
B 167 of 255 = 65%

217
239
167

R + G + B ~ 81%. #D9EFA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 239 + 167 = 623 (100%)
R 217 of 623 ~ 34.83%
G 239 of 623 ~ 38.36%
B 167 of 623 ~ 26.81%

%34.83
%38.36
%26.81

CMYK color model

#D9EFA7 color CMYK value is (9,0,30,6).

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 6.27%
CMYK:
(9,0,30,6)
C9M0Y30K6 
(9%,0%,30%,6%)
(0.09/0.00/0.30/0.06)	

CMYK percentages

%9.21
%0
%30.13
%6.27

Codes

Color #D9EFA7 in popluar color models

D9EFA7
RGB217239167
HSL78°69.23%79.61%
HSB/HSV78°30.13%93.73%
CMYK9.21%0.00%30.13%
6.27%

Color #D9EFA7 in popluar number systems.

HEXD9EFA7
Decimal217239167
Binary110110011110111110100111
Octal331357247

Shades and tints

Shades of #D9EFA7

#D9EFA7
(217,239,167)
#C6DA98
(198,218,152)
#B3C589
(179,197,137)
#A0B07A
(160,176,122)
#8D9B6B
(141,155,107)
#7A865C
(122,134,92)
#67714D
(103,113,77)
#545C3E
(84,92,62)
#41472F
(65,71,47)
#2E3220
(46,50,32)
#1B1D11
(27,29,17)
#000000
(0,0,0)

Tints of #D9EFA7

#D9EFA7
(217,239,167)
#DCF0AF
(220,240,175)
#DFF1B7
(223,241,183)
#E2F2BF
(226,242,191)
#E5F3C7
(229,243,199)
#E8F4CF
(232,244,207)
#EBF5D7
(235,245,215)
#EEF6DF
(238,246,223)
#F1F7E7
(241,247,231)
#F4F8EF
(244,248,239)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EFA7 color. Also use rgb(217,239,167) instead hex code.

Text Font Color

.myTextColor { color: #D9EFA7; }

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

This text font color is #D9EFA7.


Background Color

.myBgColor { background-color: #D9EFA7; }

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

This div background color is #D9EFA7.


Border color

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

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

This div border color is #D9EFA7.


Opacity

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

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

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

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

This text has shadow with #D9EFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EFA7 on black background.


Color preview on white background

This text has color #D9EFA7 on white background.



Black color preview on #D9EFA7 background

This text has black color on #D9EFA7 background.


White color preview on #D9EFA7 background

This text has white color on #D9EFA7 background.