COLOR #D2A9CD

HEX: #D2A9CD
RGB: (210,169,205)

Color info

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

RGB color model

#D2A9CD color RGB value is (210,169,205).

  • red value is 210;
  • green value is 169;
  • blue value is 205.
RGB:
(210,169,205)
(82%,66%,80%)

RGB channels and saturation

R 210 of 255 = 82%
G 169 of 255 = 66%
B 205 of 255 = 80%

210
169
205

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

Portions of RGB colors in percentages

R + G + B =
210 + 169 + 205 = 584 (100%)
R 210 of 584 ~ 35.96%
G 169 of 584 ~ 28.94%
B 205 of 584 ~ 35.1%

%35.96
%28.94
%35.1

CMYK color model

#D2A9CD color CMYK value is (0,20,2,18).

  • cyan value is 0.00%
  • magenta value is 19.52%
  • yellow value is 2.38%
  • key color value is 17.65%
CMYK:
(0,20,2,18)
C0M20Y2K18 
(0%,20%,2%,18%)
(0.00/0.20/0.02/0.18)	

CMYK percentages

%0
%19.52
%2.38
%17.65

Codes

Color #D2A9CD in popluar color models

D2A9CD
RGB210169205
HSL307°31.30%74.31%
HSB/HSV307°19.52%82.35%
CMYK0.00%19.52%2.38%
17.65%

Color #D2A9CD in popluar number systems.

HEXD2A9CD
Decimal210169205
Binary110100101010100111001101
Octal322251315

Shades and tints

Shades of #D2A9CD

#D2A9CD
(210,169,205)
#BF9ABB
(191,154,187)
#AC8BA9
(172,139,169)
#997C97
(153,124,151)
#866D85
(134,109,133)
#735E73
(115,94,115)
#604F61
(96,79,97)
#4D404F
(77,64,79)
#3A313D
(58,49,61)
#27222B
(39,34,43)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #D2A9CD

#D2A9CD
(210,169,205)
#D6B0D1
(214,176,209)
#DAB7D5
(218,183,213)
#DEBED9
(222,190,217)
#E2C5DD
(226,197,221)
#E6CCE1
(230,204,225)
#EAD3E5
(234,211,229)
#EEDAE9
(238,218,233)
#F2E1ED
(242,225,237)
#F6E8F1
(246,232,241)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A9CD; }

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

This text font color is #D2A9CD.


Background Color

.myBgColor { background-color: #D2A9CD; }

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

This div background color is #D2A9CD.


Border color

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

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

This div border color is #D2A9CD.


Opacity

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

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

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

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

This text has shadow with #D2A9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A9CD on black background.


Color preview on white background

This text has color #D2A9CD on white background.



Black color preview on #D2A9CD background

This text has black color on #D2A9CD background.


White color preview on #D2A9CD background

This text has white color on #D2A9CD background.