COLOR #D2AACD

HEX: #D2AACD RGB: (210,170,205)

Color info

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

RGB color model

#D2AACD color RGB value is (210,170,205).

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

RGB channels and saturation

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

210
170
205

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

Portions of RGB colors in percentages

R + G + B = 210 + 170 + 205 = 585 (100%)
R 210 of 585 ~ 35.9%
G 170 of 585 ~ 29.06%
B 205 of 585 ~ 35.04'%

%35.9
%29.06
%35.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 2.38%
  • key color value is 17.65%

CMYK: (0,19,2,18)
C0M19Y2K18 (0%, 19%, 2%, 18%)
(0.00 / 0.19 / 0.02 / 0.18)

CMYK percentages

%0
%19.05
%2.38
%17.65

Codes

Color #D2AACD in popluar color models

D2 AA CD
RGB 210 170 205
HSL 308° 30.77% 74.51%
HSB/HSV 308° 19.05% 82.35%
CMYK 0.00% 19.05% 2.38%
17.65%

Color #D2AACD in popluar number systems.

HEX D2 AA CD
Decimal 210 170 205
Binary 11010010 10101010 11001101
Octal 322 252 315

Shades and tints

Shades of #D2AACD

#D2AACD
(210,170,205)
#BF9BBB
(191,155,187)
#AC8CA9
(172,140,169)
#997D97
(153,125,151)
#866E85
(134,110,133)
#735F73
(115,95,115)
#605061
(96,80,97)
#4D414F
(77,65,79)
#3A323D
(58,50,61)
#27232B
(39,35,43)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #D2AACD

#D2AACD
(210,170,205)
#D6B1D1
(214,177,209)
#DAB8D5
(218,184,213)
#DEBFD9
(222,191,217)
#E2C6DD
(226,198,221)
#E6CDE1
(230,205,225)
#EAD4E5
(234,212,229)
#EEDBE9
(238,219,233)
#F2E2ED
(242,226,237)
#F6E9F1
(246,233,241)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AACD; }

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

This text font color is #D2AACD.

Background Color

.myBgColor { background-color: #D2AACD; }

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

This div background color is #D2AACD.

Border color

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

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

This div border color is #D2AACD.

Opacity

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

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

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

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

This text has shadow with #D2AACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AACD.

Preview

Color preview on black background

This text has color #D2AACD on black background.


Color preview on white background

This text has color #D2AACD on white background.


Black color preview on #D2AACD background

This text has black color on #D2AACD background.


White color preview on #D2AACD background

This text has white color on #D2AACD background.


Related colors

Complementary color

Complementary color for #hex is #2D5532.


I love getcolorcode.com

Triadic colors

1 #CDD2AA and #AACDD2 with #D2AACD are triadic colors.

2 #CDAAD2 and #AAD2CD with #D2AACD are triadic colors.