COLOR #D7D2AD

HEX: #D7D2AD RGB: (215,210,173)

Color info

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

RGB color model

#D7D2AD color RGB value is (215,210,173).

RGB: (215,210,173) (84%, 82%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 210 of 255 = 82%
B 173 of 255 = 68%

215
210
173

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

Portions of RGB colors in percentages

R + G + B = 215 + 210 + 173 = 598 (100%)
R 215 of 598 ~ 35.95%
G 210 of 598 ~ 35.12%
B 173 of 598 ~ 28.93'%

%35.95
%35.12
%28.93

CMYK color model

#D7D2AD color CMYK value is (0,2,20,16).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 19.53%
  • key color value is 15.69%

CMYK: (0,2,20,16)
C0M2Y20K16 (0%, 2%, 20%, 16%)
(0.00 / 0.02 / 0.20 / 0.16)

CMYK percentages

%0
%2.33
%19.53
%15.69

Codes

Color #D7D2AD in popluar color models

D7 D2 AD
RGB 215 210 173
HSL 53° 34.43% 76.08%
HSB/HSV 53° 19.53% 84.31%
CMYK 0.00% 2.33% 19.53%
15.69%

Color #D7D2AD in popluar number systems.

HEX D7 D2 AD
Decimal 215 210 173
Binary 11010111 11010010 10101101
Octal 327 322 255

Shades and tints

Shades of #D7D2AD

#D7D2AD
(215,210,173)
#C4BF9E
(196,191,158)
#B1AC8F
(177,172,143)
#9E9980
(158,153,128)
#8B8671
(139,134,113)
#787362
(120,115,98)
#656053
(101,96,83)
#524D44
(82,77,68)
#3F3A35
(63,58,53)
#2C2726
(44,39,38)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #D7D2AD

#D7D2AD
(215,210,173)
#DAD6B4
(218,214,180)
#DDDABB
(221,218,187)
#E0DEC2
(224,222,194)
#E3E2C9
(227,226,201)
#E6E6D0
(230,230,208)
#E9EAD7
(233,234,215)
#ECEEDE
(236,238,222)
#EFF2E5
(239,242,229)
#F2F6EC
(242,246,236)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D2AD; }

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

This text font color is #D7D2AD.

Background Color

.myBgColor { background-color: #D7D2AD; }

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

This div background color is #D7D2AD.

Border color

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

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

This div border color is #D7D2AD.

Opacity

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

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

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

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

This text has shadow with #D7D2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D2AD.

Preview

Color preview on black background

This text has color #D7D2AD on black background.


Color preview on white background

This text has color #D7D2AD on white background.


Black color preview on #D7D2AD background

This text has black color on #D7D2AD background.


White color preview on #D7D2AD background

This text has white color on #D7D2AD background.


Related colors

Complementary color

Complementary color for #hex is #282D52.


I love getcolorcode.com

Triadic colors

1 #ADD7D2 and #D2ADD7 with #D7D2AD are triadic colors.

2 #ADD2D7 and #D2D7AD with #D7D2AD are triadic colors.