COLOR #D7DFAE

HEX: #D7DFAE RGB: (215,223,174)

Color info

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

RGB color model

#D7DFAE color RGB value is (215,223,174).

RGB: (215,223,174) (84%, 87%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 223 of 255 = 87%
B 174 of 255 = 68%

215
223
174

R + G + B ~ 80%. #D7DFAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 223 + 174 = 612 (100%)
R 215 of 612 ~ 35.13%
G 223 of 612 ~ 36.44%
B 174 of 612 ~ 28.43'%

%35.13
%36.44
%28.43

CMYK color model

#D7DFAE color CMYK value is (4,0,22,13).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 12.55%

CMYK: (4,0,22,13)
C4M0Y22K13 (4%, 0%, 22%, 13%)
(0.04 / 0.00 / 0.22 / 0.13)

CMYK percentages

%3.59
%0
%21.97
%12.55

Codes

Color #D7DFAE in popluar color models

D7 DF AE
RGB 215 223 174
HSL 70° 43.36% 77.84%
HSB/HSV 70° 21.97% 87.45%
CMYK 3.59% 0.00% 21.97%
12.55%

Color #D7DFAE in popluar number systems.

HEX D7 DF AE
Decimal 215 223 174
Binary 11010111 11011111 10101110
Octal 327 337 256

Shades and tints

Shades of #D7DFAE

#D7DFAE
(215,223,174)
#C4CB9F
(196,203,159)
#B1B790
(177,183,144)
#9EA381
(158,163,129)
#8B8F72
(139,143,114)
#787B63
(120,123,99)
#656754
(101,103,84)
#525345
(82,83,69)
#3F3F36
(63,63,54)
#2C2B27
(44,43,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #D7DFAE

#D7DFAE
(215,223,174)
#DAE1B5
(218,225,181)
#DDE3BC
(221,227,188)
#E0E5C3
(224,229,195)
#E3E7CA
(227,231,202)
#E6E9D1
(230,233,209)
#E9EBD8
(233,235,216)
#ECEDDF
(236,237,223)
#EFEFE6
(239,239,230)
#F2F1ED
(242,241,237)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DFAE; }

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

This text font color is #D7DFAE.

Background Color

.myBgColor { background-color: #D7DFAE; }

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

This div background color is #D7DFAE.

Border color

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

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

This div border color is #D7DFAE.

Opacity

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

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

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

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

This text has shadow with #D7DFAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DFAE.

Preview

Color preview on black background

This text has color #D7DFAE on black background.


Color preview on white background

This text has color #D7DFAE on white background.


Black color preview on #D7DFAE background

This text has black color on #D7DFAE background.


White color preview on #D7DFAE background

This text has white color on #D7DFAE background.


Related colors

Complementary color

Complementary color for #hex is #282051.


I love getcolorcode.com

Triadic colors

1 #AED7DF and #DFAED7 with #D7DFAE are triadic colors.

2 #AEDFD7 and #DFD7AE with #D7DFAE are triadic colors.