COLOR #D3AAB9

HEX: #D3AAB9
RGB: (211,170,185)

Color info

#D3AAB9 contains red, green and blue colors in about the same proportion. Web safe color of #D3AAB9 is #CC99CC (or #C9C).

RGB color model

#D3AAB9 color RGB value is (211,170,185).

  • red value is 211;
  • green value is 170;
  • blue value is 185.
RGB:
(211,170,185)
(83%,67%,73%)

RGB channels and saturation

R 211 of 255 = 83%
G 170 of 255 = 67%
B 185 of 255 = 73%

211
170
185

R + G + B ~ 74%. #D3AAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 170 + 185 = 566 (100%)
R 211 of 566 ~ 37.28%
G 170 of 566 ~ 30.04%
B 185 of 566 ~ 32.69%

%37.28
%30.04
%32.69

CMYK color model

#D3AAB9 color CMYK value is (0,19,12,17).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 12.32%
  • key color value is 17.25%
CMYK:
(0,19,12,17)
C0M19Y12K17 
(0%,19%,12%,17%)
(0.00/0.19/0.12/0.17)	

CMYK percentages

%0
%19.43
%12.32
%17.25

Codes

Color #D3AAB9 in popluar color models

D3AAB9
RGB211170185
HSL338°31.78%74.71%
HSB/HSV338°19.43%82.75%
CMYK0.00%19.43%12.32%
17.25%

Color #D3AAB9 in popluar number systems.

HEXD3AAB9
Decimal211170185
Binary110100111010101010111001
Octal323252271

Shades and tints

Shades of #D3AAB9

#D3AAB9
(211,170,185)
#C09BA9
(192,155,169)
#AD8C99
(173,140,153)
#9A7D89
(154,125,137)
#876E79
(135,110,121)
#745F69
(116,95,105)
#615059
(97,80,89)
#4E4149
(78,65,73)
#3B3239
(59,50,57)
#282329
(40,35,41)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #D3AAB9

#D3AAB9
(211,170,185)
#D7B1BF
(215,177,191)
#DBB8C5
(219,184,197)
#DFBFCB
(223,191,203)
#E3C6D1
(227,198,209)
#E7CDD7
(231,205,215)
#EBD4DD
(235,212,221)
#EFDBE3
(239,219,227)
#F3E2E9
(243,226,233)
#F7E9EF
(247,233,239)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AAB9 color. Also use rgb(211,170,185) instead hex code.

Text Font Color

.myTextColor { color: #D3AAB9; }

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

This text font color is #D3AAB9.


Background Color

.myBgColor { background-color: #D3AAB9; }

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

This div background color is #D3AAB9.


Border color

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

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

This div border color is #D3AAB9.


Opacity

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

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

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

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

This text has shadow with #D3AAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AAB9 on black background.


Color preview on white background

This text has color #D3AAB9 on white background.



Black color preview on #D3AAB9 background

This text has black color on #D3AAB9 background.


White color preview on #D3AAB9 background

This text has white color on #D3AAB9 background.