COLOR #D7E996

HEX: #D7E996
RGB: (215,233,150)

Color info

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

RGB color model

#D7E996 color RGB value is (215,233,150).

  • red value is 215;
  • green value is 233;
  • blue value is 150.
RGB:
(215,233,150)
(84%,91%,59%)

RGB channels and saturation

R 215 of 255 = 84%
G 233 of 255 = 91%
B 150 of 255 = 59%

215
233
150

R + G + B ~ 78%. #D7E996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 233 + 150 = 598 (100%)
R 215 of 598 ~ 35.95%
G 233 of 598 ~ 38.96%
B 150 of 598 ~ 25.08%

%35.95
%38.96
%25.08

CMYK color model

#D7E996 color CMYK value is (8,0,36,9).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 8.63%
CMYK:
(8,0,36,9)
C8M0Y36K9 
(8%,0%,36%,9%)
(0.08/0.00/0.36/0.09)	

CMYK percentages

%7.73
%0
%35.62
%8.63

Codes

Color #D7E996 in popluar color models

D7E996
RGB215233150
HSL73°65.35%75.10%
HSB/HSV73°35.62%91.37%
CMYK7.73%0.00%35.62%
8.63%

Color #D7E996 in popluar number systems.

HEXD7E996
Decimal215233150
Binary110101111110100110010110
Octal327351226

Shades and tints

Shades of #D7E996

#D7E996
(215,233,150)
#C4D489
(196,212,137)
#B1BF7C
(177,191,124)
#9EAA6F
(158,170,111)
#8B9562
(139,149,98)
#788055
(120,128,85)
#656B48
(101,107,72)
#52563B
(82,86,59)
#3F412E
(63,65,46)
#2C2C21
(44,44,33)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #D7E996

#D7E996
(215,233,150)
#DAEB9F
(218,235,159)
#DDEDA8
(221,237,168)
#E0EFB1
(224,239,177)
#E3F1BA
(227,241,186)
#E6F3C3
(230,243,195)
#E9F5CC
(233,245,204)
#ECF7D5
(236,247,213)
#EFF9DE
(239,249,222)
#F2FBE7
(242,251,231)
#F5FDF0
(245,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E996 color. Also use rgb(215,233,150) instead hex code.

Text Font Color

.myTextColor { color: #D7E996; }

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

This text font color is #D7E996.


Background Color

.myBgColor { background-color: #D7E996; }

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

This div background color is #D7E996.


Border color

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

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

This div border color is #D7E996.


Opacity

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

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

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

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

This text has shadow with #D7E996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E996 on black background.


Color preview on white background

This text has color #D7E996 on white background.



Black color preview on #D7E996 background

This text has black color on #D7E996 background.


White color preview on #D7E996 background

This text has white color on #D7E996 background.