COLOR #D2AAAB

HEX: #D2AAAB
RGB: (210,170,171)

Color info

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

RGB color model

#D2AAAB color RGB value is (210,170,171).

  • red value is 210;
  • green value is 170;
  • blue value is 171.
RGB:
(210,170,171)
(82%,67%,67%)

RGB channels and saturation

R 210 of 255 = 82%
G 170 of 255 = 67%
B 171 of 255 = 67%

210
170
171

R + G + B ~ 72%. #D2AAAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 170 + 171 = 551 (100%)
R 210 of 551 ~ 38.11%
G 170 of 551 ~ 30.85%
B 171 of 551 ~ 31.03%

%38.11
%30.85
%31.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 18.57%
  • key color value is 17.65%
CMYK:
(0,19,19,18)
C0M19Y19K18 
(0%,19%,19%,18%)
(0.00/0.19/0.19/0.18)	

CMYK percentages

%0
%19.05
%18.57
%17.65

Codes

Color #D2AAAB in popluar color models

D2AAAB
RGB210170171
HSL359°30.77%74.51%
HSB/HSV359°19.05%82.35%
CMYK0.00%19.05%18.57%
17.65%

Color #D2AAAB in popluar number systems.

HEXD2AAAB
Decimal210170171
Binary110100101010101010101011
Octal322252253

Shades and tints

Shades of #D2AAAB

#D2AAAB
(210,170,171)
#BF9B9C
(191,155,156)
#AC8C8D
(172,140,141)
#997D7E
(153,125,126)
#866E6F
(134,110,111)
#735F60
(115,95,96)
#605051
(96,80,81)
#4D4142
(77,65,66)
#3A3233
(58,50,51)
#272324
(39,35,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #D2AAAB

#D2AAAB
(210,170,171)
#D6B1B2
(214,177,178)
#DAB8B9
(218,184,185)
#DEBFC0
(222,191,192)
#E2C6C7
(226,198,199)
#E6CDCE
(230,205,206)
#EAD4D5
(234,212,213)
#EEDBDC
(238,219,220)
#F2E2E3
(242,226,227)
#F6E9EA
(246,233,234)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AAAB color. Also use rgb(210,170,171) instead hex code.

Text Font Color

.myTextColor { color: #D2AAAB; }

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

This text font color is #D2AAAB.


Background Color

.myBgColor { background-color: #D2AAAB; }

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

This div background color is #D2AAAB.


Border color

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

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

This div border color is #D2AAAB.


Opacity

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

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

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

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

This text has shadow with #D2AAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AAAB on black background.


Color preview on white background

This text has color #D2AAAB on white background.



Black color preview on #D2AAAB background

This text has black color on #D2AAAB background.


White color preview on #D2AAAB background

This text has white color on #D2AAAB background.