COLOR #D7DE97

HEX: #D7DE97
RGB: (215,222,151)

Color info

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

RGB color model

#D7DE97 color RGB value is (215,222,151).

  • red value is 215;
  • green value is 222;
  • blue value is 151.
RGB:
(215,222,151)
(84%,87%,59%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 151 of 255 = 59%

215
222
151

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

Portions of RGB colors in percentages

R + G + B =
215 + 222 + 151 = 588 (100%)
R 215 of 588 ~ 36.56%
G 222 of 588 ~ 37.76%
B 151 of 588 ~ 25.68%

%36.56
%37.76
%25.68

CMYK color model

#D7DE97 color CMYK value is (3,0,32,13).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 31.98%
  • key color value is 12.94%
CMYK:
(3,0,32,13)
C3M0Y32K13 
(3%,0%,32%,13%)
(0.03/0.00/0.32/0.13)	

CMYK percentages

%3.15
%0
%31.98
%12.94

Codes

Color #D7DE97 in popluar color models

D7DE97
RGB215222151
HSL66°51.82%73.14%
HSB/HSV66°31.98%87.06%
CMYK3.15%0.00%31.98%
12.94%

Color #D7DE97 in popluar number systems.

HEXD7DE97
Decimal215222151
Binary110101111101111010010111
Octal327336227

Shades and tints

Shades of #D7DE97

#D7DE97
(215,222,151)
#C4CA8A
(196,202,138)
#B1B67D
(177,182,125)
#9EA270
(158,162,112)
#8B8E63
(139,142,99)
#787A56
(120,122,86)
#656649
(101,102,73)
#52523C
(82,82,60)
#3F3E2F
(63,62,47)
#2C2A22
(44,42,34)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #D7DE97

#D7DE97
(215,222,151)
#DAE1A0
(218,225,160)
#DDE4A9
(221,228,169)
#E0E7B2
(224,231,178)
#E3EABB
(227,234,187)
#E6EDC4
(230,237,196)
#E9F0CD
(233,240,205)
#ECF3D6
(236,243,214)
#EFF6DF
(239,246,223)
#F2F9E8
(242,249,232)
#F5FCF1
(245,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DE97 color. Also use rgb(215,222,151) instead hex code.

Text Font Color

.myTextColor { color: #D7DE97; }

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

This text font color is #D7DE97.


Background Color

.myBgColor { background-color: #D7DE97; }

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

This div background color is #D7DE97.


Border color

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

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

This div border color is #D7DE97.


Opacity

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

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

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

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

This text has shadow with #D7DE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DE97 on black background.


Color preview on white background

This text has color #D7DE97 on white background.



Black color preview on #D7DE97 background

This text has black color on #D7DE97 background.


White color preview on #D7DE97 background

This text has white color on #D7DE97 background.