COLOR #D7AE9F

HEX: #D7AE9F
RGB: (215,174,159)

Color info

#D7AE9F contains red, green and blue colors in about the same proportion. Web safe color of #D7AE9F is #CC9999 (or #C99).

RGB color model

#D7AE9F color RGB value is (215,174,159).

  • red value is 215;
  • green value is 174;
  • blue value is 159.
RGB:
(215,174,159)
(84%,68%,62%)

RGB channels and saturation

R 215 of 255 = 84%
G 174 of 255 = 68%
B 159 of 255 = 62%

215
174
159

R + G + B ~ 71%. #D7AE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 174 + 159 = 548 (100%)
R 215 of 548 ~ 39.23%
G 174 of 548 ~ 31.75%
B 159 of 548 ~ 29.01%

%39.23
%31.75
%29.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.07%
  • yellow value is 26.05%
  • key color value is 15.69%
CMYK:
(0,19,26,16)
C0M19Y26K16 
(0%,19%,26%,16%)
(0.00/0.19/0.26/0.16)	

CMYK percentages

%0
%19.07
%26.05
%15.69

Codes

Color #D7AE9F in popluar color models

D7AE9F
RGB215174159
HSL16°41.18%73.33%
HSB/HSV16°26.05%84.31%
CMYK0.00%19.07%26.05%
15.69%

Color #D7AE9F in popluar number systems.

HEXD7AE9F
Decimal215174159
Binary110101111010111010011111
Octal327256237

Shades and tints

Shades of #D7AE9F

#D7AE9F
(215,174,159)
#C49F91
(196,159,145)
#B19083
(177,144,131)
#9E8175
(158,129,117)
#8B7267
(139,114,103)
#786359
(120,99,89)
#65544B
(101,84,75)
#52453D
(82,69,61)
#3F362F
(63,54,47)
#2C2721
(44,39,33)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #D7AE9F

#D7AE9F
(215,174,159)
#DAB5A7
(218,181,167)
#DDBCAF
(221,188,175)
#E0C3B7
(224,195,183)
#E3CABF
(227,202,191)
#E6D1C7
(230,209,199)
#E9D8CF
(233,216,207)
#ECDFD7
(236,223,215)
#EFE6DF
(239,230,223)
#F2EDE7
(242,237,231)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AE9F; }

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

This text font color is #D7AE9F.


Background Color

.myBgColor { background-color: #D7AE9F; }

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

This div background color is #D7AE9F.


Border color

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

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

This div border color is #D7AE9F.


Opacity

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

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

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

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

This text has shadow with #D7AE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AE9F on black background.


Color preview on white background

This text has color #D7AE9F on white background.



Black color preview on #D7AE9F background

This text has black color on #D7AE9F background.


White color preview on #D7AE9F background

This text has white color on #D7AE9F background.