COLOR #D1A9AC

HEX: #D1A9AC
RGB: (209,169,172)

Color info

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

RGB color model

#D1A9AC color RGB value is (209,169,172).

  • red value is 209;
  • green value is 169;
  • blue value is 172.
RGB:
(209,169,172)
(82%,66%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 169 of 255 = 66%
B 172 of 255 = 67%

209
169
172

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

Portions of RGB colors in percentages

R + G + B =
209 + 169 + 172 = 550 (100%)
R 209 of 550 ~ 38%
G 169 of 550 ~ 30.73%
B 172 of 550 ~ 31.27%

%38
%30.73
%31.27

CMYK color model

#D1A9AC color CMYK value is (0,19,18,18).

  • cyan value is 0.00%
  • magenta value is 19.14%
  • yellow value is 17.70%
  • key color value is 18.04%
CMYK:
(0,19,18,18)
C0M19Y18K18 
(0%,19%,18%,18%)
(0.00/0.19/0.18/0.18)	

CMYK percentages

%0
%19.14
%17.7
%18.04

Codes

Color #D1A9AC in popluar color models

D1A9AC
RGB209169172
HSL356°30.30%74.12%
HSB/HSV356°19.14%81.96%
CMYK0.00%19.14%17.70%
18.04%

Color #D1A9AC in popluar number systems.

HEXD1A9AC
Decimal209169172
Binary110100011010100110101100
Octal321251254

Shades and tints

Shades of #D1A9AC

#D1A9AC
(209,169,172)
#BE9A9D
(190,154,157)
#AB8B8E
(171,139,142)
#987C7F
(152,124,127)
#856D70
(133,109,112)
#725E61
(114,94,97)
#5F4F52
(95,79,82)
#4C4043
(76,64,67)
#393134
(57,49,52)
#262225
(38,34,37)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #D1A9AC

#D1A9AC
(209,169,172)
#D5B0B3
(213,176,179)
#D9B7BA
(217,183,186)
#DDBEC1
(221,190,193)
#E1C5C8
(225,197,200)
#E5CCCF
(229,204,207)
#E9D3D6
(233,211,214)
#EDDADD
(237,218,221)
#F1E1E4
(241,225,228)
#F5E8EB
(245,232,235)
#F9EFF2
(249,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A9AC color. Also use rgb(209,169,172) instead hex code.

Text Font Color

.myTextColor { color: #D1A9AC; }

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

This text font color is #D1A9AC.


Background Color

.myBgColor { background-color: #D1A9AC; }

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

This div background color is #D1A9AC.


Border color

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

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

This div border color is #D1A9AC.


Opacity

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

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

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

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

This text has shadow with #D1A9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A9AC on black background.


Color preview on white background

This text has color #D1A9AC on white background.



Black color preview on #D1A9AC background

This text has black color on #D1A9AC background.


White color preview on #D1A9AC background

This text has white color on #D1A9AC background.