COLOR #D7D8AE

HEX: #D7D8AE RGB: (215,216,174)

Color info

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

RGB color model

#D7D8AE color RGB value is (215,216,174).

RGB: (215,216,174) (84%, 85%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 216 of 255 = 85%
B 174 of 255 = 68%

215
216
174

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

Portions of RGB colors in percentages

R + G + B = 215 + 216 + 174 = 605 (100%)
R 215 of 605 ~ 35.54%
G 216 of 605 ~ 35.7%
B 174 of 605 ~ 28.76'%

%35.54
%35.7
%28.76

CMYK color model

#D7D8AE color CMYK value is (0,0,19,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 15.29%
CMYK: (0,0,19,15) C0M0Y19K15 (0%,0%,19%,15%) (0.00/0.00/0.19/0.15) 

CMYK percentages

%0.46
%0
%19.44
%15.29

Codes

Color #D7D8AE in popluar color models

D7 D8 AE
RGB 215 216 174
HSL 61° 35.00% 76.47%
HSB/HSV 61° 19.44% 84.71%
CMYK 0.46% 0.00% 19.44%
15.29%

Color #D7D8AE in popluar number systems.

HEX D7 D8 AE
Decimal 215 216 174
Binary 11010111 11011000 10101110
Octal 327 330 256

Shades and tints

Shades of #D7D8AE

#D7D8AE
(215,216,174)
#C4C59F
(196,197,159)
#B1B290
(177,178,144)
#9E9F81
(158,159,129)
#8B8C72
(139,140,114)
#787963
(120,121,99)
#656654
(101,102,84)
#525345
(82,83,69)
#3F4036
(63,64,54)
#2C2D27
(44,45,39)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #D7D8AE

#D7D8AE
(215,216,174)
#DADBB5
(218,219,181)
#DDDEBC
(221,222,188)
#E0E1C3
(224,225,195)
#E3E4CA
(227,228,202)
#E6E7D1
(230,231,209)
#E9EAD8
(233,234,216)
#ECEDDF
(236,237,223)
#EFF0E6
(239,240,230)
#F2F3ED
(242,243,237)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D8AE; }

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

This text font color is #D7D8AE.

Background Color

.myBgColor { background-color: #D7D8AE; }

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

This div background color is #D7D8AE.

Border color

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

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

This div border color is #D7D8AE.

Opacity

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

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

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

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

This text has shadow with #D7D8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D8AE.

Preview

Color preview on black background

This text has color #D7D8AE on black background.


Color preview on white background

This text has color #D7D8AE on white background.


Black color preview on #D7D8AE background

This text has black color on #D7D8AE background.


White color preview on #D7D8AE background

This text has white color on #D7D8AE background.


Related colors

Complementary color

Complementary color for #hex is #282751.


I love getcolorcode.com

Triadic colors

1 #AED7D8 and #D8AED7 with #D7D8AE are triadic colors.

2 #AED8D7 and #D8D7AE with #D7D8AE are triadic colors.