COLOR #D7A9A3

HEX: #D7A9A3
RGB: (215,169,163)

Color info

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

RGB color model

#D7A9A3 color RGB value is (215,169,163).

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

RGB channels and saturation

R 215 of 255 = 84%
G 169 of 255 = 66%
B 163 of 255 = 64%

215
169
163

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

Portions of RGB colors in percentages

R + G + B =
215 + 169 + 163 = 547 (100%)
R 215 of 547 ~ 39.31%
G 169 of 547 ~ 30.9%
B 163 of 547 ~ 29.8%

%39.31
%30.9
%29.8

CMYK color model

#D7A9A3 color CMYK value is (0,21,24,16).

  • cyan value is 0.00%
  • magenta value is 21.40%
  • yellow value is 24.19%
  • key color value is 15.69%
CMYK:
(0,21,24,16)
C0M21Y24K16 
(0%,21%,24%,16%)
(0.00/0.21/0.24/0.16)	

CMYK percentages

%0
%21.4
%24.19
%15.69

Codes

Color #D7A9A3 in popluar color models

D7A9A3
RGB215169163
HSL39.39%74.12%
HSB/HSV24.19%84.31%
CMYK0.00%21.40%24.19%
15.69%

Color #D7A9A3 in popluar number systems.

HEXD7A9A3
Decimal215169163
Binary110101111010100110100011
Octal327251243

Shades and tints

Shades of #D7A9A3

#D7A9A3
(215,169,163)
#C49A95
(196,154,149)
#B18B87
(177,139,135)
#9E7C79
(158,124,121)
#8B6D6B
(139,109,107)
#785E5D
(120,94,93)
#654F4F
(101,79,79)
#524041
(82,64,65)
#3F3133
(63,49,51)
#2C2225
(44,34,37)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #D7A9A3

#D7A9A3
(215,169,163)
#DAB0AB
(218,176,171)
#DDB7B3
(221,183,179)
#E0BEBB
(224,190,187)
#E3C5C3
(227,197,195)
#E6CCCB
(230,204,203)
#E9D3D3
(233,211,211)
#ECDADB
(236,218,219)
#EFE1E3
(239,225,227)
#F2E8EB
(242,232,235)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7A9A3; }

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

This text font color is #D7A9A3.


Background Color

.myBgColor { background-color: #D7A9A3; }

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

This div background color is #D7A9A3.


Border color

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

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

This div border color is #D7A9A3.


Opacity

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

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

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

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

This text has shadow with #D7A9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A9A3 on black background.


Color preview on white background

This text has color #D7A9A3 on white background.



Black color preview on #D7A9A3 background

This text has black color on #D7A9A3 background.


White color preview on #D7A9A3 background

This text has white color on #D7A9A3 background.