COLOR #D6A1AA

HEX: #D6A1AA
RGB: (214,161,170)

Color info

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

RGB color model

#D6A1AA color RGB value is (214,161,170).

  • red value is 214;
  • green value is 161;
  • blue value is 170.
RGB:
(214,161,170)
(84%,63%,67%)

RGB channels and saturation

R 214 of 255 = 84%
G 161 of 255 = 63%
B 170 of 255 = 67%

214
161
170

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

Portions of RGB colors in percentages

R + G + B =
214 + 161 + 170 = 545 (100%)
R 214 of 545 ~ 39.27%
G 161 of 545 ~ 29.54%
B 170 of 545 ~ 31.19%

%39.27
%29.54
%31.19

CMYK color model

#D6A1AA color CMYK value is (0,25,21,16).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 20.56%
  • key color value is 16.08%
CMYK:
(0,25,21,16)
C0M25Y21K16 
(0%,25%,21%,16%)
(0.00/0.25/0.21/0.16)	

CMYK percentages

%0
%24.77
%20.56
%16.08

Codes

Color #D6A1AA in popluar color models

D6A1AA
RGB214161170
HSL350°39.26%73.53%
HSB/HSV350°24.77%83.92%
CMYK0.00%24.77%20.56%
16.08%

Color #D6A1AA in popluar number systems.

HEXD6A1AA
Decimal214161170
Binary110101101010000110101010
Octal326241252

Shades and tints

Shades of #D6A1AA

#D6A1AA
(214,161,170)
#C3939B
(195,147,155)
#B0858C
(176,133,140)
#9D777D
(157,119,125)
#8A696E
(138,105,110)
#775B5F
(119,91,95)
#644D50
(100,77,80)
#513F41
(81,63,65)
#3E3132
(62,49,50)
#2B2323
(43,35,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #D6A1AA

#D6A1AA
(214,161,170)
#D9A9B1
(217,169,177)
#DCB1B8
(220,177,184)
#DFB9BF
(223,185,191)
#E2C1C6
(226,193,198)
#E5C9CD
(229,201,205)
#E8D1D4
(232,209,212)
#EBD9DB
(235,217,219)
#EEE1E2
(238,225,226)
#F1E9E9
(241,233,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A1AA color. Also use rgb(214,161,170) instead hex code.

Text Font Color

.myTextColor { color: #D6A1AA; }

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

This text font color is #D6A1AA.


Background Color

.myBgColor { background-color: #D6A1AA; }

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

This div background color is #D6A1AA.


Border color

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

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

This div border color is #D6A1AA.


Opacity

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

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

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

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

This text has shadow with #D6A1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A1AA on black background.


Color preview on white background

This text has color #D6A1AA on white background.



Black color preview on #D6A1AA background

This text has black color on #D6A1AA background.


White color preview on #D6A1AA background

This text has white color on #D6A1AA background.