COLOR #D2AACA

HEX: #D2AACA
RGB: (210,170,202)

Color info

#D2AACA contains red, green and blue colors in about the same proportion. Web safe color of #D2AACA is #CC99CC (or #C9C).

RGB color model

#D2AACA color RGB value is (210,170,202).

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

RGB channels and saturation

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

210
170
202

R + G + B ~ 76%. #D2AACA is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 170 + 202 = 582 (100%)
R 210 of 582 ~ 36.08%
G 170 of 582 ~ 29.21%
B 202 of 582 ~ 34.71%

%36.08
%29.21
%34.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(0,19,4,18)
C0M19Y4K18 
(0%,19%,4%,18%)
(0.00/0.19/0.04/0.18)	

CMYK percentages

%0
%19.05
%3.81
%17.65

Codes

Color #D2AACA in popluar color models

D2AACA
RGB210170202
HSL312°30.77%74.51%
HSB/HSV312°19.05%82.35%
CMYK0.00%19.05%3.81%
17.65%

Color #D2AACA in popluar number systems.

HEXD2AACA
Decimal210170202
Binary110100101010101011001010
Octal322252312

Shades and tints

Shades of #D2AACA

#D2AACA
(210,170,202)
#BF9BB8
(191,155,184)
#AC8CA6
(172,140,166)
#997D94
(153,125,148)
#866E82
(134,110,130)
#735F70
(115,95,112)
#60505E
(96,80,94)
#4D414C
(77,65,76)
#3A323A
(58,50,58)
#272328
(39,35,40)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #D2AACA

#D2AACA
(210,170,202)
#D6B1CE
(214,177,206)
#DAB8D2
(218,184,210)
#DEBFD6
(222,191,214)
#E2C6DA
(226,198,218)
#E6CDDE
(230,205,222)
#EAD4E2
(234,212,226)
#EEDBE6
(238,219,230)
#F2E2EA
(242,226,234)
#F6E9EE
(246,233,238)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AACA; }

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

This text font color is #D2AACA.


Background Color

.myBgColor { background-color: #D2AACA; }

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

This div background color is #D2AACA.


Border color

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

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

This div border color is #D2AACA.


Opacity

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

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

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

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

This text has shadow with #D2AACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AACA on black background.


Color preview on white background

This text has color #D2AACA on white background.



Black color preview on #D2AACA background

This text has black color on #D2AACA background.


White color preview on #D2AACA background

This text has white color on #D2AACA background.