COLOR #D5A7AA

HEX: #D5A7AA
RGB: (213,167,170)

Color info

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

RGB color model

#D5A7AA color RGB value is (213,167,170).

  • red value is 213;
  • green value is 167;
  • blue value is 170.
RGB:
(213,167,170)
(84%,65%,67%)

RGB channels and saturation

R 213 of 255 = 84%
G 167 of 255 = 65%
B 170 of 255 = 67%

213
167
170

R + G + B ~ 72%. #D5A7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 167 + 170 = 550 (100%)
R 213 of 550 ~ 38.73%
G 167 of 550 ~ 30.36%
B 170 of 550 ~ 30.91%

%38.73
%30.36
%30.91

CMYK color model

#D5A7AA color CMYK value is (0,22,20,16).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 20.19%
  • key color value is 16.47%
CMYK:
(0,22,20,16)
C0M22Y20K16 
(0%,22%,20%,16%)
(0.00/0.22/0.20/0.16)	

CMYK percentages

%0
%21.6
%20.19
%16.47

Codes

Color #D5A7AA in popluar color models

D5A7AA
RGB213167170
HSL356°35.38%74.51%
HSB/HSV356°21.60%83.53%
CMYK0.00%21.60%20.19%
16.47%

Color #D5A7AA in popluar number systems.

HEXD5A7AA
Decimal213167170
Binary110101011010011110101010
Octal325247252

Shades and tints

Shades of #D5A7AA

#D5A7AA
(213,167,170)
#C2989B
(194,152,155)
#AF898C
(175,137,140)
#9C7A7D
(156,122,125)
#896B6E
(137,107,110)
#765C5F
(118,92,95)
#634D50
(99,77,80)
#503E41
(80,62,65)
#3D2F32
(61,47,50)
#2A2023
(42,32,35)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #D5A7AA

#D5A7AA
(213,167,170)
#D8AFB1
(216,175,177)
#DBB7B8
(219,183,184)
#DEBFBF
(222,191,191)
#E1C7C6
(225,199,198)
#E4CFCD
(228,207,205)
#E7D7D4
(231,215,212)
#EADFDB
(234,223,219)
#EDE7E2
(237,231,226)
#F0EFE9
(240,239,233)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A7AA color. Also use rgb(213,167,170) instead hex code.

Text Font Color

.myTextColor { color: #D5A7AA; }

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

This text font color is #D5A7AA.


Background Color

.myBgColor { background-color: #D5A7AA; }

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

This div background color is #D5A7AA.


Border color

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

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

This div border color is #D5A7AA.


Opacity

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

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

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

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

This text has shadow with #D5A7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A7AA on black background.


Color preview on white background

This text has color #D5A7AA on white background.



Black color preview on #D5A7AA background

This text has black color on #D5A7AA background.


White color preview on #D5A7AA background

This text has white color on #D5A7AA background.