COLOR #D7CCAA

HEX: #D7CCAA RGB: (215,204,170)

Color info

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

RGB color model

#D7CCAA color RGB value is (215,204,170).

RGB: (215,204,170) (84%, 80%, 67%)

RGB channels and saturation

R 215 of 255 = 84%
G 204 of 255 = 80%
B 170 of 255 = 67%

215
204
170

R + G + B ~ 77%. #D7CCAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 204 + 170 = 589 (100%)
R 215 of 589 ~ 36.5%
G 204 of 589 ~ 34.63%
B 170 of 589 ~ 28.86'%

%36.5
%34.63
%28.86

CMYK color model

#D7CCAA color CMYK value is (0,5,21,16).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 20.93%
  • key color value is 15.69%
CMYK: (0,5,21,16) C0M5Y21K16 (0%,5%,21%,16%) (0.00/0.05/0.21/0.16) 

CMYK percentages

%0
%5.12
%20.93
%15.69

Codes

Color #D7CCAA in popluar color models

D7 CC AA
RGB 215 204 170
HSL 45° 36.00% 75.49%
HSB/HSV 45° 20.93% 84.31%
CMYK 0.00% 5.12% 20.93%
15.69%

Color #D7CCAA in popluar number systems.

HEX D7 CC AA
Decimal 215 204 170
Binary 11010111 11001100 10101010
Octal 327 314 252

Shades and tints

Shades of #D7CCAA

#D7CCAA
(215,204,170)
#C4BA9B
(196,186,155)
#B1A88C
(177,168,140)
#9E967D
(158,150,125)
#8B846E
(139,132,110)
#78725F
(120,114,95)
#656050
(101,96,80)
#524E41
(82,78,65)
#3F3C32
(63,60,50)
#2C2A23
(44,42,35)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #D7CCAA

#D7CCAA
(215,204,170)
#DAD0B1
(218,208,177)
#DDD4B8
(221,212,184)
#E0D8BF
(224,216,191)
#E3DCC6
(227,220,198)
#E6E0CD
(230,224,205)
#E9E4D4
(233,228,212)
#ECE8DB
(236,232,219)
#EFECE2
(239,236,226)
#F2F0E9
(242,240,233)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CCAA; }

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

This text font color is #D7CCAA.

Background Color

.myBgColor { background-color: #D7CCAA; }

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

This div background color is #D7CCAA.

Border color

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

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

This div border color is #D7CCAA.

Opacity

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

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

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

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

This text has shadow with #D7CCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CCAA.

Preview

Color preview on black background

This text has color #D7CCAA on black background.


Color preview on white background

This text has color #D7CCAA on white background.


Black color preview on #D7CCAA background

This text has black color on #D7CCAA background.


White color preview on #D7CCAA background

This text has white color on #D7CCAA background.


Related colors

Complementary color

Complementary color for #hex is #283355.


I love getcolorcode.com

Triadic colors

1 #AAD7CC and #CCAAD7 with #D7CCAA are triadic colors.

2 #AACCD7 and #CCD7AA with #D7CCAA are triadic colors.