COLOR #D3AAB1

HEX: #D3AAB1 RGB: (211,170,177)

Color info

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

RGB color model

#D3AAB1 color RGB value is (211,170,177).

RGB: (211,170,177) (83%, 67%, 69%)

RGB channels and saturation

R 211 of 255 = 83%
G 170 of 255 = 67%
B 177 of 255 = 69%

211
170
177

R + G + B ~ 73%. #D3AAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 170 + 177 = 558 (100%)
R 211 of 558 ~ 37.81%
G 170 of 558 ~ 30.47%
B 177 of 558 ~ 31.72'%

%37.81
%30.47
%31.72

CMYK color model

#D3AAB1 color CMYK value is (0,19,16,17).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 16.11%
  • key color value is 17.25%

CMYK: (0,19,16,17)
C0M19Y16K17 (0%, 19%, 16%, 17%)
(0.00 / 0.19 / 0.16 / 0.17)

CMYK percentages

%0
%19.43
%16.11
%17.25

Codes

Color #D3AAB1 in popluar color models

D3 AA B1
RGB 211 170 177
HSL 350° 31.78% 74.71%
HSB/HSV 350° 19.43% 82.75%
CMYK 0.00% 19.43% 16.11%
17.25%

Color #D3AAB1 in popluar number systems.

HEX D3 AA B1
Decimal 211 170 177
Binary 11010011 10101010 10110001
Octal 323 252 261

Shades and tints

Shades of #D3AAB1

#D3AAB1
(211,170,177)
#C09BA1
(192,155,161)
#AD8C91
(173,140,145)
#9A7D81
(154,125,129)
#876E71
(135,110,113)
#745F61
(116,95,97)
#615051
(97,80,81)
#4E4141
(78,65,65)
#3B3231
(59,50,49)
#282321
(40,35,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #D3AAB1

#D3AAB1
(211,170,177)
#D7B1B8
(215,177,184)
#DBB8BF
(219,184,191)
#DFBFC6
(223,191,198)
#E3C6CD
(227,198,205)
#E7CDD4
(231,205,212)
#EBD4DB
(235,212,219)
#EFDBE2
(239,219,226)
#F3E2E9
(243,226,233)
#F7E9F0
(247,233,240)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3AAB1; }

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

This text font color is #D3AAB1.

Background Color

.myBgColor { background-color: #D3AAB1; }

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

This div background color is #D3AAB1.

Border color

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

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

This div border color is #D3AAB1.

Opacity

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

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

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

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

This text has shadow with #D3AAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3AAB1.

Preview

Color preview on black background

This text has color #D3AAB1 on black background.


Color preview on white background

This text has color #D3AAB1 on white background.


Black color preview on #D3AAB1 background

This text has black color on #D3AAB1 background.


White color preview on #D3AAB1 background

This text has white color on #D3AAB1 background.


Related colors

Complementary color

Complementary color for #hex is #2C554E.


I love getcolorcode.com

Triadic colors

1 #B1D3AA and #AAB1D3 with #D3AAB1 are triadic colors.

2 #B1AAD3 and #AAD3B1 with #D3AAB1 are triadic colors.