COLOR #D7D8AD

HEX: #D7D8AD
RGB: (215,216,173)

Color info

#D7D8AD contains red, green and blue colors in about the same proportion. Web safe color of #D7D8AD is #CCCC99 (or #CC9).

RGB color model

#D7D8AD color RGB value is (215,216,173).

  • red value is 215;
  • green value is 216;
  • blue value is 173.
RGB:
(215,216,173)
(84%,85%,68%)

RGB channels and saturation

R 215 of 255 = 84%
G 216 of 255 = 85%
B 173 of 255 = 68%

215
216
173

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

Portions of RGB colors in percentages

R + G + B =
215 + 216 + 173 = 604 (100%)
R 215 of 604 ~ 35.6%
G 216 of 604 ~ 35.76%
B 173 of 604 ~ 28.64%

%35.6
%35.76
%28.64

CMYK color model

#D7D8AD color CMYK value is (0,0,20,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 15.29%
CMYK:
(0,0,20,15)
C0M0Y20K15 
(0%,0%,20%,15%)
(0.00/0.00/0.20/0.15)	

CMYK percentages

%0.46
%0
%19.91
%15.29

Codes

Color #D7D8AD in popluar color models

D7D8AD
RGB215216173
HSL61°35.54%76.27%
HSB/HSV61°19.91%84.71%
CMYK0.46%0.00%19.91%
15.29%

Color #D7D8AD in popluar number systems.

HEXD7D8AD
Decimal215216173
Binary110101111101100010101101
Octal327330255

Shades and tints

Shades of #D7D8AD

#D7D8AD
(215,216,173)
#C4C59E
(196,197,158)
#B1B28F
(177,178,143)
#9E9F80
(158,159,128)
#8B8C71
(139,140,113)
#787962
(120,121,98)
#656653
(101,102,83)
#525344
(82,83,68)
#3F4035
(63,64,53)
#2C2D26
(44,45,38)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #D7D8AD

#D7D8AD
(215,216,173)
#DADBB4
(218,219,180)
#DDDEBB
(221,222,187)
#E0E1C2
(224,225,194)
#E3E4C9
(227,228,201)
#E6E7D0
(230,231,208)
#E9EAD7
(233,234,215)
#ECEDDE
(236,237,222)
#EFF0E5
(239,240,229)
#F2F3EC
(242,243,236)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D8AD color. Also use rgb(215,216,173) instead hex code.

Text Font Color

.myTextColor { color: #D7D8AD; }

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

This text font color is #D7D8AD.


Background Color

.myBgColor { background-color: #D7D8AD; }

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

This div background color is #D7D8AD.


Border color

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

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

This div border color is #D7D8AD.


Opacity

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

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

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

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

This text has shadow with #D7D8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D8AD on black background.


Color preview on white background

This text has color #D7D8AD on white background.



Black color preview on #D7D8AD background

This text has black color on #D7D8AD background.


White color preview on #D7D8AD background

This text has white color on #D7D8AD background.