COLOR #D7D6AE

HEX: #D7D6AE RGB: (215,214,174)

Color info

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

RGB color model

#D7D6AE color RGB value is (215,214,174).

RGB: (215,214,174) (84%, 84%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 214 of 255 = 84%
B 174 of 255 = 68%

215
214
174

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

Portions of RGB colors in percentages

R + G + B = 215 + 214 + 174 = 603 (100%)
R 215 of 603 ~ 35.66%
G 214 of 603 ~ 35.49%
B 174 of 603 ~ 28.86'%

%35.66
%35.49
%28.86

CMYK color model

#D7D6AE color CMYK value is (0,0,19,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 19.07%
  • key color value is 15.69%

CMYK: (0,0,19,16)
C0M0Y19K16 (0%, 0%, 19%, 16%)
(0.00 / 0.00 / 0.19 / 0.16)

CMYK percentages

%0
%0.47
%19.07
%15.69

Codes

Color #D7D6AE in popluar color models

D7 D6 AE
RGB 215 214 174
HSL 59° 33.88% 76.27%
HSB/HSV 59° 19.07% 84.31%
CMYK 0.00% 0.47% 19.07%
15.69%

Color #D7D6AE in popluar number systems.

HEX D7 D6 AE
Decimal 215 214 174
Binary 11010111 11010110 10101110
Octal 327 326 256

Shades and tints

Shades of #D7D6AE

#D7D6AE
(215,214,174)
#C4C39F
(196,195,159)
#B1B090
(177,176,144)
#9E9D81
(158,157,129)
#8B8A72
(139,138,114)
#787763
(120,119,99)
#656454
(101,100,84)
#525145
(82,81,69)
#3F3E36
(63,62,54)
#2C2B27
(44,43,39)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #D7D6AE

#D7D6AE
(215,214,174)
#DAD9B5
(218,217,181)
#DDDCBC
(221,220,188)
#E0DFC3
(224,223,195)
#E3E2CA
(227,226,202)
#E6E5D1
(230,229,209)
#E9E8D8
(233,232,216)
#ECEBDF
(236,235,223)
#EFEEE6
(239,238,230)
#F2F1ED
(242,241,237)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D6AE color. Also use rgb(215,214,174) instead hex code.

Text Font Color

.myTextColor { color: #D7D6AE; }

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

This text font color is #D7D6AE.

Background Color

.myBgColor { background-color: #D7D6AE; }

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

This div background color is #D7D6AE.

Border color

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

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

This div border color is #D7D6AE.

Opacity

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

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

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

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

This text has shadow with #D7D6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D6AE.

Preview

Color preview on black background

This text has color #D7D6AE on black background.


Color preview on white background

This text has color #D7D6AE on white background.


Black color preview on #D7D6AE background

This text has black color on #D7D6AE background.


White color preview on #D7D6AE background

This text has white color on #D7D6AE background.


Related colors

Complementary color

Complementary color for #hex is #282951.


I love getcolorcode.com

Triadic colors

1 #AED7D6 and #D6AED7 with #D7D6AE are triadic colors.

2 #AED6D7 and #D6D7AE with #D7D6AE are triadic colors.