COLOR #D5A7AC

HEX: #D5A7AC
RGB: (213,167,172)

Color info

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

RGB color model

#D5A7AC color RGB value is (213,167,172).

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

RGB channels and saturation

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

213
167
172

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

Portions of RGB colors in percentages

R + G + B =
213 + 167 + 172 = 552 (100%)
R 213 of 552 ~ 38.59%
G 167 of 552 ~ 30.25%
B 172 of 552 ~ 31.16%

%38.59
%30.25
%31.16

CMYK color model

#D5A7AC color CMYK value is (0,22,19,16).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 19.25%
  • key color value is 16.47%
CMYK:
(0,22,19,16)
C0M22Y19K16 
(0%,22%,19%,16%)
(0.00/0.22/0.19/0.16)	

CMYK percentages

%0
%21.6
%19.25
%16.47

Codes

Color #D5A7AC in popluar color models

D5A7AC
RGB213167172
HSL353°35.38%74.51%
HSB/HSV353°21.60%83.53%
CMYK0.00%21.60%19.25%
16.47%

Color #D5A7AC in popluar number systems.

HEXD5A7AC
Decimal213167172
Binary110101011010011110101100
Octal325247254

Shades and tints

Shades of #D5A7AC

#D5A7AC
(213,167,172)
#C2989D
(194,152,157)
#AF898E
(175,137,142)
#9C7A7F
(156,122,127)
#896B70
(137,107,112)
#765C61
(118,92,97)
#634D52
(99,77,82)
#503E43
(80,62,67)
#3D2F34
(61,47,52)
#2A2025
(42,32,37)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #D5A7AC

#D5A7AC
(213,167,172)
#D8AFB3
(216,175,179)
#DBB7BA
(219,183,186)
#DEBFC1
(222,191,193)
#E1C7C8
(225,199,200)
#E4CFCF
(228,207,207)
#E7D7D6
(231,215,214)
#EADFDD
(234,223,221)
#EDE7E4
(237,231,228)
#F0EFEB
(240,239,235)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A7AC; }

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

This text font color is #D5A7AC.


Background Color

.myBgColor { background-color: #D5A7AC; }

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

This div background color is #D5A7AC.


Border color

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

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

This div border color is #D5A7AC.


Opacity

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

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

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

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

This text has shadow with #D5A7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A7AC on black background.


Color preview on white background

This text has color #D5A7AC on white background.



Black color preview on #D5A7AC background

This text has black color on #D5A7AC background.


White color preview on #D5A7AC background

This text has white color on #D5A7AC background.