COLOR #D2AAAA

HEX: #D2AAAA RGB: (210,170,170)

Color info

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

RGB color model

#D2AAAA color RGB value is (210,170,170).

RGB: (210,170,170) (82%, 67%, 67%)

RGB channels and saturation

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

210
170
170

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

Portions of RGB colors in percentages

R + G + B = 210 + 170 + 170 = 550 (100%)
R 210 of 550 ~ 38.18%
G 170 of 550 ~ 30.91%
B 170 of 550 ~ 30.91'%

%38.18
%30.91
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 19.05%
  • 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
%19.05
%17.65

Codes

Color #D2AAAA in popluar color models

D2 AA AA
RGB 210 170 170
HSL 30.77% 74.51%
HSB/HSV 19.05% 82.35%
CMYK 0.00% 19.05% 19.05%
17.65%

Color #D2AAAA in popluar number systems.

HEX D2 AA AA
Decimal 210 170 170
Binary 11010010 10101010 10101010
Octal 322 252 252

Shades and tints

Shades of #D2AAAA

#D2AAAA
(210,170,170)
#BF9B9B
(191,155,155)
#AC8C8C
(172,140,140)
#997D7D
(153,125,125)
#866E6E
(134,110,110)
#735F5F
(115,95,95)
#605050
(96,80,80)
#4D4141
(77,65,65)
#3A3232
(58,50,50)
#272323
(39,35,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #D2AAAA

#D2AAAA
(210,170,170)
#D6B1B1
(214,177,177)
#DAB8B8
(218,184,184)
#DEBFBF
(222,191,191)
#E2C6C6
(226,198,198)
#E6CDCD
(230,205,205)
#EAD4D4
(234,212,212)
#EEDBDB
(238,219,219)
#F2E2E2
(242,226,226)
#F6E9E9
(246,233,233)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AAAA; }

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

This text font color is #D2AAAA.

Background Color

.myBgColor { background-color: #D2AAAA; }

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

This div background color is #D2AAAA.

Border color

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

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

This div border color is #D2AAAA.

Opacity

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

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

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

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

This text has shadow with #D2AAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AAAA.

Preview

Color preview on black background

This text has color #D2AAAA on black background.


Color preview on white background

This text has color #D2AAAA on white background.


Black color preview on #D2AAAA background

This text has black color on #D2AAAA background.


White color preview on #D2AAAA background

This text has white color on #D2AAAA background.


Related colors

Complementary color

Complementary color for #hex is #2D5555.


I love getcolorcode.com