COLOR #D7D0AA

HEX: #D7D0AA RGB: (215,208,170)

Color info

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

RGB color model

#D7D0AA color RGB value is (215,208,170).

RGB: (215,208,170) (84%, 82%, 67%)

RGB channels and saturation

R 215 of 255 = 84%
G 208 of 255 = 82%
B 170 of 255 = 67%

215
208
170

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

Portions of RGB colors in percentages

R + G + B = 215 + 208 + 170 = 593 (100%)
R 215 of 593 ~ 36.26%
G 208 of 593 ~ 35.08%
B 170 of 593 ~ 28.67'%

%36.26
%35.08
%28.67

CMYK color model

#D7D0AA color CMYK value is (0,3,21,16).

  • cyan value is 0.00%
  • magenta value is 3.26%
  • yellow value is 20.93%
  • key color value is 15.69%

CMYK: (0,3,21,16)
C0M3Y21K16 (0%, 3%, 21%, 16%)
(0.00 / 0.03 / 0.21 / 0.16)

CMYK percentages

%0
%3.26
%20.93
%15.69

Codes

Color #D7D0AA in popluar color models

D7 D0 AA
RGB 215 208 170
HSL 51° 36.00% 75.49%
HSB/HSV 51° 20.93% 84.31%
CMYK 0.00% 3.26% 20.93%
15.69%

Color #D7D0AA in popluar number systems.

HEX D7 D0 AA
Decimal 215 208 170
Binary 11010111 11010000 10101010
Octal 327 320 252

Shades and tints

Shades of #D7D0AA

#D7D0AA
(215,208,170)
#C4BE9B
(196,190,155)
#B1AC8C
(177,172,140)
#9E9A7D
(158,154,125)
#8B886E
(139,136,110)
#78765F
(120,118,95)
#656450
(101,100,80)
#525241
(82,82,65)
#3F4032
(63,64,50)
#2C2E23
(44,46,35)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #D7D0AA

#D7D0AA
(215,208,170)
#DAD4B1
(218,212,177)
#DDD8B8
(221,216,184)
#E0DCBF
(224,220,191)
#E3E0C6
(227,224,198)
#E6E4CD
(230,228,205)
#E9E8D4
(233,232,212)
#ECECDB
(236,236,219)
#EFF0E2
(239,240,226)
#F2F4E9
(242,244,233)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D0AA color. Also use rgb(215,208,170) instead hex code.

Text Font Color

.myTextColor { color: #D7D0AA; }

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

This text font color is #D7D0AA.

Background Color

.myBgColor { background-color: #D7D0AA; }

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

This div background color is #D7D0AA.

Border color

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

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

This div border color is #D7D0AA.

Opacity

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

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

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

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

This text has shadow with #D7D0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D0AA.

Preview

Color preview on black background

This text has color #D7D0AA on black background.


Color preview on white background

This text has color #D7D0AA on white background.


Black color preview on #D7D0AA background

This text has black color on #D7D0AA background.


White color preview on #D7D0AA background

This text has white color on #D7D0AA background.


Related colors

Complementary color

Complementary color for #hex is #282F55.


I love getcolorcode.com

Triadic colors

1 #AAD7D0 and #D0AAD7 with #D7D0AA are triadic colors.

2 #AAD0D7 and #D0D7AA with #D7D0AA are triadic colors.