COLOR #D7E69F

HEX: #D7E69F
RGB: (215,230,159)

Color info

#D7E69F contains mainly red and green colors. Web safe color of #D7E69F is #CCCC99 (or #CC9).

RGB color model

#D7E69F color RGB value is (215,230,159).

  • red value is 215;
  • green value is 230;
  • blue value is 159.
RGB:
(215,230,159)
(84%,90%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 159 of 255 = 62%

215
230
159

R + G + B ~ 79%. #D7E69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 230 + 159 = 604 (100%)
R 215 of 604 ~ 35.6%
G 230 of 604 ~ 38.08%
B 159 of 604 ~ 26.32%

%35.6
%38.08
%26.32

CMYK color model

#D7E69F color CMYK value is (7,0,31,10).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 30.87%
  • key color value is 9.80%
CMYK:
(7,0,31,10)
C7M0Y31K10 
(7%,0%,31%,10%)
(0.07/0.00/0.31/0.10)	

CMYK percentages

%6.52
%0
%30.87
%9.8

Codes

Color #D7E69F in popluar color models

D7E69F
RGB215230159
HSL73°58.68%76.27%
HSB/HSV73°30.87%90.20%
CMYK6.52%0.00%30.87%
9.80%

Color #D7E69F in popluar number systems.

HEXD7E69F
Decimal215230159
Binary110101111110011010011111
Octal327346237

Shades and tints

Shades of #D7E69F

#D7E69F
(215,230,159)
#C4D291
(196,210,145)
#B1BE83
(177,190,131)
#9EAA75
(158,170,117)
#8B9667
(139,150,103)
#788259
(120,130,89)
#656E4B
(101,110,75)
#525A3D
(82,90,61)
#3F462F
(63,70,47)
#2C3221
(44,50,33)
#191E13
(25,30,19)
#000000
(0,0,0)

Tints of #D7E69F

#D7E69F
(215,230,159)
#DAE8A7
(218,232,167)
#DDEAAF
(221,234,175)
#E0ECB7
(224,236,183)
#E3EEBF
(227,238,191)
#E6F0C7
(230,240,199)
#E9F2CF
(233,242,207)
#ECF4D7
(236,244,215)
#EFF6DF
(239,246,223)
#F2F8E7
(242,248,231)
#F5FAEF
(245,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E69F color. Also use rgb(215,230,159) instead hex code.

Text Font Color

.myTextColor { color: #D7E69F; }

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

This text font color is #D7E69F.


Background Color

.myBgColor { background-color: #D7E69F; }

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

This div background color is #D7E69F.


Border color

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

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

This div border color is #D7E69F.


Opacity

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

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

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

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

This text has shadow with #D7E69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E69F on black background.


Color preview on white background

This text has color #D7E69F on white background.



Black color preview on #D7E69F background

This text has black color on #D7E69F background.


White color preview on #D7E69F background

This text has white color on #D7E69F background.