COLOR #D1A6AA

HEX: #D1A6AA
RGB: (209,166,170)

Color info

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

RGB color model

#D1A6AA color RGB value is (209,166,170).

  • red value is 209;
  • green value is 166;
  • blue value is 170.
RGB:
(209,166,170)
(82%,65%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 166 of 255 = 65%
B 170 of 255 = 67%

209
166
170

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

Portions of RGB colors in percentages

R + G + B =
209 + 166 + 170 = 545 (100%)
R 209 of 545 ~ 38.35%
G 166 of 545 ~ 30.46%
B 170 of 545 ~ 31.19%

%38.35
%30.46
%31.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 18.66%
  • key color value is 18.04%
CMYK:
(0,21,19,18)
C0M21Y19K18 
(0%,21%,19%,18%)
(0.00/0.21/0.19/0.18)	

CMYK percentages

%0
%20.57
%18.66
%18.04

Codes

Color #D1A6AA in popluar color models

D1A6AA
RGB209166170
HSL354°31.85%73.53%
HSB/HSV354°20.57%81.96%
CMYK0.00%20.57%18.66%
18.04%

Color #D1A6AA in popluar number systems.

HEXD1A6AA
Decimal209166170
Binary110100011010011010101010
Octal321246252

Shades and tints

Shades of #D1A6AA

#D1A6AA
(209,166,170)
#BE979B
(190,151,155)
#AB888C
(171,136,140)
#98797D
(152,121,125)
#856A6E
(133,106,110)
#725B5F
(114,91,95)
#5F4C50
(95,76,80)
#4C3D41
(76,61,65)
#392E32
(57,46,50)
#261F23
(38,31,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #D1A6AA

#D1A6AA
(209,166,170)
#D5AEB1
(213,174,177)
#D9B6B8
(217,182,184)
#DDBEBF
(221,190,191)
#E1C6C6
(225,198,198)
#E5CECD
(229,206,205)
#E9D6D4
(233,214,212)
#EDDEDB
(237,222,219)
#F1E6E2
(241,230,226)
#F5EEE9
(245,238,233)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A6AA color. Also use rgb(209,166,170) instead hex code.

Text Font Color

.myTextColor { color: #D1A6AA; }

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

This text font color is #D1A6AA.


Background Color

.myBgColor { background-color: #D1A6AA; }

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

This div background color is #D1A6AA.


Border color

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

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

This div border color is #D1A6AA.


Opacity

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

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

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

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

This text has shadow with #D1A6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A6AA on black background.


Color preview on white background

This text has color #D1A6AA on white background.



Black color preview on #D1A6AA background

This text has black color on #D1A6AA background.


White color preview on #D1A6AA background

This text has white color on #D1A6AA background.