COLOR #D7D4AE

HEX: #D7D4AE RGB: (215,212,174)

Color info

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

RGB color model

#D7D4AE color RGB value is (215,212,174).

RGB: (215,212,174) (84%, 83%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 212 of 255 = 83%
B 174 of 255 = 68%

215
212
174

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

Portions of RGB colors in percentages

R + G + B = 215 + 212 + 174 = 601 (100%)
R 215 of 601 ~ 35.77%
G 212 of 601 ~ 35.27%
B 174 of 601 ~ 28.95'%

%35.77
%35.27
%28.95

CMYK color model

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

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

CMYK: (0,1,19,16)
C0M1Y19K16 (0%, 1%, 19%, 16%)
(0.00 / 0.01 / 0.19 / 0.16)

CMYK percentages

%0
%1.4
%19.07
%15.69

Codes

Color #D7D4AE in popluar color models

D7 D4 AE
RGB 215 212 174
HSL 56° 33.88% 76.27%
HSB/HSV 56° 19.07% 84.31%
CMYK 0.00% 1.40% 19.07%
15.69%

Color #D7D4AE in popluar number systems.

HEX D7 D4 AE
Decimal 215 212 174
Binary 11010111 11010100 10101110
Octal 327 324 256

Shades and tints

Shades of #D7D4AE

#D7D4AE
(215,212,174)
#C4C19F
(196,193,159)
#B1AE90
(177,174,144)
#9E9B81
(158,155,129)
#8B8872
(139,136,114)
#787563
(120,117,99)
#656254
(101,98,84)
#524F45
(82,79,69)
#3F3C36
(63,60,54)
#2C2927
(44,41,39)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #D7D4AE

#D7D4AE
(215,212,174)
#DAD7B5
(218,215,181)
#DDDABC
(221,218,188)
#E0DDC3
(224,221,195)
#E3E0CA
(227,224,202)
#E6E3D1
(230,227,209)
#E9E6D8
(233,230,216)
#ECE9DF
(236,233,223)
#EFECE6
(239,236,230)
#F2EFED
(242,239,237)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D4AE; }

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

This text font color is #D7D4AE.

Background Color

.myBgColor { background-color: #D7D4AE; }

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

This div background color is #D7D4AE.

Border color

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

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

This div border color is #D7D4AE.

Opacity

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

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

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

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

This text has shadow with #D7D4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D4AE.

Preview

Color preview on black background

This text has color #D7D4AE on black background.


Color preview on white background

This text has color #D7D4AE on white background.


Black color preview on #D7D4AE background

This text has black color on #D7D4AE background.


White color preview on #D7D4AE background

This text has white color on #D7D4AE background.


Related colors

Complementary color

Complementary color for #hex is #282B51.


I love getcolorcode.com

Triadic colors

1 #AED7D4 and #D4AED7 with #D7D4AE are triadic colors.

2 #AED4D7 and #D4D7AE with #D7D4AE are triadic colors.