COLOR #D9E7A7

HEX: #D9E7A7
RGB: (217,231,167)

Color info

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

RGB color model

#D9E7A7 color RGB value is (217,231,167).

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

RGB channels and saturation

R 217 of 255 = 85%
G 231 of 255 = 91%
B 167 of 255 = 65%

217
231
167

R + G + B ~ 80%. #D9E7A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 231 + 167 = 615 (100%)
R 217 of 615 ~ 35.28%
G 231 of 615 ~ 37.56%
B 167 of 615 ~ 27.15%

%35.28
%37.56
%27.15

CMYK color model

#D9E7A7 color CMYK value is (6,0,28,9).

  • cyan value is 6.06%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 9.41%
CMYK:
(6,0,28,9)
C6M0Y28K9 
(6%,0%,28%,9%)
(0.06/0.00/0.28/0.09)	

CMYK percentages

%6.06
%0
%27.71
%9.41

Codes

Color #D9E7A7 in popluar color models

D9E7A7
RGB217231167
HSL73°57.14%78.04%
HSB/HSV73°27.71%90.59%
CMYK6.06%0.00%27.71%
9.41%

Color #D9E7A7 in popluar number systems.

HEXD9E7A7
Decimal217231167
Binary110110011110011110100111
Octal331347247

Shades and tints

Shades of #D9E7A7

#D9E7A7
(217,231,167)
#C6D298
(198,210,152)
#B3BD89
(179,189,137)
#A0A87A
(160,168,122)
#8D936B
(141,147,107)
#7A7E5C
(122,126,92)
#67694D
(103,105,77)
#54543E
(84,84,62)
#413F2F
(65,63,47)
#2E2A20
(46,42,32)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #D9E7A7

#D9E7A7
(217,231,167)
#DCE9AF
(220,233,175)
#DFEBB7
(223,235,183)
#E2EDBF
(226,237,191)
#E5EFC7
(229,239,199)
#E8F1CF
(232,241,207)
#EBF3D7
(235,243,215)
#EEF5DF
(238,245,223)
#F1F7E7
(241,247,231)
#F4F9EF
(244,249,239)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E7A7; }

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

This text font color is #D9E7A7.


Background Color

.myBgColor { background-color: #D9E7A7; }

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

This div background color is #D9E7A7.


Border color

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

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

This div border color is #D9E7A7.


Opacity

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

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

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

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

This text has shadow with #D9E7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E7A7 on black background.


Color preview on white background

This text has color #D9E7A7 on white background.



Black color preview on #D9E7A7 background

This text has black color on #D9E7A7 background.


White color preview on #D9E7A7 background

This text has white color on #D9E7A7 background.