COLOR #D1AAA5

HEX: #D1AAA5
RGB: (209,170,165)

Color info

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

RGB color model

#D1AAA5 color RGB value is (209,170,165).

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

RGB channels and saturation

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

209
170
165

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

Portions of RGB colors in percentages

R + G + B =
209 + 170 + 165 = 544 (100%)
R 209 of 544 ~ 38.42%
G 170 of 544 ~ 31.25%
B 165 of 544 ~ 30.33%

%38.42
%31.25
%30.33

CMYK color model

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

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

CMYK percentages

%0
%18.66
%21.05
%18.04

Codes

Color #D1AAA5 in popluar color models

D1AAA5
RGB209170165
HSL32.35%73.33%
HSB/HSV21.05%81.96%
CMYK0.00%18.66%21.05%
18.04%

Color #D1AAA5 in popluar number systems.

HEXD1AAA5
Decimal209170165
Binary110100011010101010100101
Octal321252245

Shades and tints

Shades of #D1AAA5

#D1AAA5
(209,170,165)
#BE9B96
(190,155,150)
#AB8C87
(171,140,135)
#987D78
(152,125,120)
#856E69
(133,110,105)
#725F5A
(114,95,90)
#5F504B
(95,80,75)
#4C413C
(76,65,60)
#39322D
(57,50,45)
#26231E
(38,35,30)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #D1AAA5

#D1AAA5
(209,170,165)
#D5B1AD
(213,177,173)
#D9B8B5
(217,184,181)
#DDBFBD
(221,191,189)
#E1C6C5
(225,198,197)
#E5CDCD
(229,205,205)
#E9D4D5
(233,212,213)
#EDDBDD
(237,219,221)
#F1E2E5
(241,226,229)
#F5E9ED
(245,233,237)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AAA5; }

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

This text font color is #D1AAA5.


Background Color

.myBgColor { background-color: #D1AAA5; }

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

This div background color is #D1AAA5.


Border color

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

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

This div border color is #D1AAA5.


Opacity

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

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

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

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

This text has shadow with #D1AAA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AAA5 on black background.


Color preview on white background

This text has color #D1AAA5 on white background.



Black color preview on #D1AAA5 background

This text has black color on #D1AAA5 background.


White color preview on #D1AAA5 background

This text has white color on #D1AAA5 background.