COLOR #D2A6C5

HEX: #D2A6C5 RGB: (210,166,197)

Color info

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

RGB color model

#D2A6C5 color RGB value is (210,166,197).

RGB: (210,166,197) (82%, 65%, 77%)

RGB channels and saturation

R 210 of 255 = 82%
G 166 of 255 = 65%
B 197 of 255 = 77%

210
166
197

R + G + B ~ 75%. #D2A6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 166 + 197 = 573 (100%)
R 210 of 573 ~ 36.65%
G 166 of 573 ~ 28.97%
B 197 of 573 ~ 34.38'%

%36.65
%28.97
%34.38

CMYK color model

#D2A6C5 color CMYK value is (0,21,6,18).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 6.19%
  • key color value is 17.65%
CMYK: (0,21,6,18) C0M21Y6K18 (0%,21%,6%,18%) (0.00/0.21/0.06/0.18) 

CMYK percentages

%0
%20.95
%6.19
%17.65

Codes

Color #D2A6C5 in popluar color models

D2 A6 C5
RGB 210 166 197
HSL 318° 32.84% 73.73%
HSB/HSV 318° 20.95% 82.35%
CMYK 0.00% 20.95% 6.19%
17.65%

Color #D2A6C5 in popluar number systems.

HEX D2 A6 C5
Decimal 210 166 197
Binary 11010010 10100110 11000101
Octal 322 246 305

Shades and tints

Shades of #D2A6C5

#D2A6C5
(210,166,197)
#BF97B4
(191,151,180)
#AC88A3
(172,136,163)
#997992
(153,121,146)
#866A81
(134,106,129)
#735B70
(115,91,112)
#604C5F
(96,76,95)
#4D3D4E
(77,61,78)
#3A2E3D
(58,46,61)
#271F2C
(39,31,44)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #D2A6C5

#D2A6C5
(210,166,197)
#D6AECA
(214,174,202)
#DAB6CF
(218,182,207)
#DEBED4
(222,190,212)
#E2C6D9
(226,198,217)
#E6CEDE
(230,206,222)
#EAD6E3
(234,214,227)
#EEDEE8
(238,222,232)
#F2E6ED
(242,230,237)
#F6EEF2
(246,238,242)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A6C5; }

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

This text font color is #D2A6C5.

Background Color

.myBgColor { background-color: #D2A6C5; }

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

This div background color is #D2A6C5.

Border color

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

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

This div border color is #D2A6C5.

Opacity

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

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

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

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

This text has shadow with #D2A6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A6C5.

Preview

Color preview on black background

This text has color #D2A6C5 on black background.


Color preview on white background

This text has color #D2A6C5 on white background.


Black color preview on #D2A6C5 background

This text has black color on #D2A6C5 background.


White color preview on #D2A6C5 background

This text has white color on #D2A6C5 background.


Related colors

Complementary color

Complementary color for #hex is #2D593A.


I love getcolorcode.com

Triadic colors

1 #C5D2A6 and #A6C5D2 with #D2A6C5 are triadic colors.

2 #C5A6D2 and #A6D2C5 with #D2A6C5 are triadic colors.