COLOR #D2AAAE

HEX: #D2AAAE
RGB: (210,170,174)

Color info

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

RGB color model

#D2AAAE color RGB value is (210,170,174).

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

RGB channels and saturation

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

210
170
174

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

Portions of RGB colors in percentages

R + G + B =
210 + 170 + 174 = 554 (100%)
R 210 of 554 ~ 37.91%
G 170 of 554 ~ 30.69%
B 174 of 554 ~ 31.41%

%37.91
%30.69
%31.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 17.14%
  • key color value is 17.65%
CMYK:
(0,19,17,18)
C0M19Y17K18 
(0%,19%,17%,18%)
(0.00/0.19/0.17/0.18)	

CMYK percentages

%0
%19.05
%17.14
%17.65

Codes

Color #D2AAAE in popluar color models

D2AAAE
RGB210170174
HSL354°30.77%74.51%
HSB/HSV354°19.05%82.35%
CMYK0.00%19.05%17.14%
17.65%

Color #D2AAAE in popluar number systems.

HEXD2AAAE
Decimal210170174
Binary110100101010101010101110
Octal322252256

Shades and tints

Shades of #D2AAAE

#D2AAAE
(210,170,174)
#BF9B9F
(191,155,159)
#AC8C90
(172,140,144)
#997D81
(153,125,129)
#866E72
(134,110,114)
#735F63
(115,95,99)
#605054
(96,80,84)
#4D4145
(77,65,69)
#3A3236
(58,50,54)
#272327
(39,35,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #D2AAAE

#D2AAAE
(210,170,174)
#D6B1B5
(214,177,181)
#DAB8BC
(218,184,188)
#DEBFC3
(222,191,195)
#E2C6CA
(226,198,202)
#E6CDD1
(230,205,209)
#EAD4D8
(234,212,216)
#EEDBDF
(238,219,223)
#F2E2E6
(242,226,230)
#F6E9ED
(246,233,237)
#FAF0F4
(250,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AAAE; }

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

This text font color is #D2AAAE.


Background Color

.myBgColor { background-color: #D2AAAE; }

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

This div background color is #D2AAAE.


Border color

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

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

This div border color is #D2AAAE.


Opacity

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

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

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

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

This text has shadow with #D2AAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AAAE on black background.


Color preview on white background

This text has color #D2AAAE on white background.



Black color preview on #D2AAAE background

This text has black color on #D2AAAE background.


White color preview on #D2AAAE background

This text has white color on #D2AAAE background.