COLOR #D7DE91

HEX: #D7DE91
RGB: (215,222,145)

Color info

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

RGB color model

#D7DE91 color RGB value is (215,222,145).

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

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 145 of 255 = 57%

215
222
145

R + G + B ~ 76%. #D7DE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 222 + 145 = 582 (100%)
R 215 of 582 ~ 36.94%
G 222 of 582 ~ 38.14%
B 145 of 582 ~ 24.91%

%36.94
%38.14
%24.91

CMYK color model

#D7DE91 color CMYK value is (3,0,35,13).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 34.68%
  • key color value is 12.94%
CMYK:
(3,0,35,13)
C3M0Y35K13 
(3%,0%,35%,13%)
(0.03/0.00/0.35/0.13)	

CMYK percentages

%3.15
%0
%34.68
%12.94

Codes

Color #D7DE91 in popluar color models

D7DE91
RGB215222145
HSL65°53.85%71.96%
HSB/HSV65°34.68%87.06%
CMYK3.15%0.00%34.68%
12.94%

Color #D7DE91 in popluar number systems.

HEXD7DE91
Decimal215222145
Binary110101111101111010010001
Octal327336221

Shades and tints

Shades of #D7DE91

#D7DE91
(215,222,145)
#C4CA84
(196,202,132)
#B1B677
(177,182,119)
#9EA26A
(158,162,106)
#8B8E5D
(139,142,93)
#787A50
(120,122,80)
#656643
(101,102,67)
#525236
(82,82,54)
#3F3E29
(63,62,41)
#2C2A1C
(44,42,28)
#19160F
(25,22,15)
#000000
(0,0,0)

Tints of #D7DE91

#D7DE91
(215,222,145)
#DAE19B
(218,225,155)
#DDE4A5
(221,228,165)
#E0E7AF
(224,231,175)
#E3EAB9
(227,234,185)
#E6EDC3
(230,237,195)
#E9F0CD
(233,240,205)
#ECF3D7
(236,243,215)
#EFF6E1
(239,246,225)
#F2F9EB
(242,249,235)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DE91; }

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

This text font color is #D7DE91.


Background Color

.myBgColor { background-color: #D7DE91; }

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

This div background color is #D7DE91.


Border color

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

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

This div border color is #D7DE91.


Opacity

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

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

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

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

This text has shadow with #D7DE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DE91 on black background.


Color preview on white background

This text has color #D7DE91 on white background.



Black color preview on #D7DE91 background

This text has black color on #D7DE91 background.


White color preview on #D7DE91 background

This text has white color on #D7DE91 background.