COLOR #D7DC96

HEX: #D7DC96
RGB: (215,220,150)

Color info

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

RGB color model

#D7DC96 color RGB value is (215,220,150).

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

RGB channels and saturation

R 215 of 255 = 84%
G 220 of 255 = 86%
B 150 of 255 = 59%

215
220
150

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

Portions of RGB colors in percentages

R + G + B =
215 + 220 + 150 = 585 (100%)
R 215 of 585 ~ 36.75%
G 220 of 585 ~ 37.61%
B 150 of 585 ~ 25.64%

%36.75
%37.61
%25.64

CMYK color model

#D7DC96 color CMYK value is (2,0,32,14).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 13.73%
CMYK:
(2,0,32,14)
C2M0Y32K14 
(2%,0%,32%,14%)
(0.02/0.00/0.32/0.14)	

CMYK percentages

%2.27
%0
%31.82
%13.73

Codes

Color #D7DC96 in popluar color models

D7DC96
RGB215220150
HSL64°50.00%72.55%
HSB/HSV64°31.82%86.27%
CMYK2.27%0.00%31.82%
13.73%

Color #D7DC96 in popluar number systems.

HEXD7DC96
Decimal215220150
Binary110101111101110010010110
Octal327334226

Shades and tints

Shades of #D7DC96

#D7DC96
(215,220,150)
#C4C889
(196,200,137)
#B1B47C
(177,180,124)
#9EA06F
(158,160,111)
#8B8C62
(139,140,98)
#787855
(120,120,85)
#656448
(101,100,72)
#52503B
(82,80,59)
#3F3C2E
(63,60,46)
#2C2821
(44,40,33)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #D7DC96

#D7DC96
(215,220,150)
#DADF9F
(218,223,159)
#DDE2A8
(221,226,168)
#E0E5B1
(224,229,177)
#E3E8BA
(227,232,186)
#E6EBC3
(230,235,195)
#E9EECC
(233,238,204)
#ECF1D5
(236,241,213)
#EFF4DE
(239,244,222)
#F2F7E7
(242,247,231)
#F5FAF0
(245,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DC96; }

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

This text font color is #D7DC96.


Background Color

.myBgColor { background-color: #D7DC96; }

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

This div background color is #D7DC96.


Border color

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

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

This div border color is #D7DC96.


Opacity

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

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

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

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

This text has shadow with #D7DC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DC96 on black background.


Color preview on white background

This text has color #D7DC96 on white background.



Black color preview on #D7DC96 background

This text has black color on #D7DC96 background.


White color preview on #D7DC96 background

This text has white color on #D7DC96 background.