COLOR #D7A9AF

HEX: #D7A9AF
RGB: (215,169,175)

Color info

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

RGB color model

#D7A9AF color RGB value is (215,169,175).

  • red value is 215;
  • green value is 169;
  • blue value is 175.
RGB:
(215,169,175)
(84%,66%,69%)

RGB channels and saturation

R 215 of 255 = 84%
G 169 of 255 = 66%
B 175 of 255 = 69%

215
169
175

R + G + B ~ 73%. #D7A9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 169 + 175 = 559 (100%)
R 215 of 559 ~ 38.46%
G 169 of 559 ~ 30.23%
B 175 of 559 ~ 31.31%

%38.46
%30.23
%31.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.40%
  • yellow value is 18.60%
  • key color value is 15.69%
CMYK:
(0,21,19,16)
C0M21Y19K16 
(0%,21%,19%,16%)
(0.00/0.21/0.19/0.16)	

CMYK percentages

%0
%21.4
%18.6
%15.69

Codes

Color #D7A9AF in popluar color models

D7A9AF
RGB215169175
HSL352°36.51%75.29%
HSB/HSV352°21.40%84.31%
CMYK0.00%21.40%18.60%
15.69%

Color #D7A9AF in popluar number systems.

HEXD7A9AF
Decimal215169175
Binary110101111010100110101111
Octal327251257

Shades and tints

Shades of #D7A9AF

#D7A9AF
(215,169,175)
#C49AA0
(196,154,160)
#B18B91
(177,139,145)
#9E7C82
(158,124,130)
#8B6D73
(139,109,115)
#785E64
(120,94,100)
#654F55
(101,79,85)
#524046
(82,64,70)
#3F3137
(63,49,55)
#2C2228
(44,34,40)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #D7A9AF

#D7A9AF
(215,169,175)
#DAB0B6
(218,176,182)
#DDB7BD
(221,183,189)
#E0BEC4
(224,190,196)
#E3C5CB
(227,197,203)
#E6CCD2
(230,204,210)
#E9D3D9
(233,211,217)
#ECDAE0
(236,218,224)
#EFE1E7
(239,225,231)
#F2E8EE
(242,232,238)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A9AF color. Also use rgb(215,169,175) instead hex code.

Text Font Color

.myTextColor { color: #D7A9AF; }

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

This text font color is #D7A9AF.


Background Color

.myBgColor { background-color: #D7A9AF; }

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

This div background color is #D7A9AF.


Border color

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

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

This div border color is #D7A9AF.


Opacity

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

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

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

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

This text has shadow with #D7A9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A9AF on black background.


Color preview on white background

This text has color #D7A9AF on white background.



Black color preview on #D7A9AF background

This text has black color on #D7A9AF background.


White color preview on #D7A9AF background

This text has white color on #D7A9AF background.