COLOR #D2A7D6

HEX: #D2A7D6 RGB: (210,167,214)

Color info

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

RGB color model

#D2A7D6 color RGB value is (210,167,214).

RGB: (210,167,214) (82%, 65%, 84%)

RGB channels and saturation

R 210 of 255 = 82%
G 167 of 255 = 65%
B 214 of 255 = 84%

210
167
214

R + G + B ~ 77%. #D2A7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 167 + 214 = 591 (100%)
R 210 of 591 ~ 35.53%
G 167 of 591 ~ 28.26%
B 214 of 591 ~ 36.21'%

%35.53
%28.26
%36.21

CMYK color model

#D2A7D6 color CMYK value is (2,22,0,16).

  • cyan value is 1.87%
  • magenta value is 21.96%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (2,22,0,16)
C2M22Y0K16 (2%, 22%, 0%, 16%)
(0.02 / 0.22 / 0.00 / 0.16)

CMYK percentages

%1.87
%21.96
%0
%16.08

Codes

Color #D2A7D6 in popluar color models

D2 A7 D6
RGB 210 167 214
HSL 295° 36.43% 74.71%
HSB/HSV 295° 21.96% 83.92%
CMYK 1.87% 21.96% 0.00%
16.08%

Color #D2A7D6 in popluar number systems.

HEX D2 A7 D6
Decimal 210 167 214
Binary 11010010 10100111 11010110
Octal 322 247 326

Shades and tints

Shades of #D2A7D6

#D2A7D6
(210,167,214)
#BF98C3
(191,152,195)
#AC89B0
(172,137,176)
#997A9D
(153,122,157)
#866B8A
(134,107,138)
#735C77
(115,92,119)
#604D64
(96,77,100)
#4D3E51
(77,62,81)
#3A2F3E
(58,47,62)
#27202B
(39,32,43)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #D2A7D6

#D2A7D6
(210,167,214)
#D6AFD9
(214,175,217)
#DAB7DC
(218,183,220)
#DEBFDF
(222,191,223)
#E2C7E2
(226,199,226)
#E6CFE5
(230,207,229)
#EAD7E8
(234,215,232)
#EEDFEB
(238,223,235)
#F2E7EE
(242,231,238)
#F6EFF1
(246,239,241)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A7D6 color. Also use rgb(210,167,214) instead hex code.

Text Font Color

.myTextColor { color: #D2A7D6; }

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

This text font color is #D2A7D6.

Background Color

.myBgColor { background-color: #D2A7D6; }

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

This div background color is #D2A7D6.

Border color

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

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

This div border color is #D2A7D6.

Opacity

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

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

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

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

This text has shadow with #D2A7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A7D6.

Preview

Color preview on black background

This text has color #D2A7D6 on black background.


Color preview on white background

This text has color #D2A7D6 on white background.


Black color preview on #D2A7D6 background

This text has black color on #D2A7D6 background.


White color preview on #D2A7D6 background

This text has white color on #D2A7D6 background.


Related colors

Complementary color

Complementary color for #hex is #2D5829.


I love getcolorcode.com

Triadic colors

1 #D6D2A7 and #A7D6D2 with #D2A7D6 are triadic colors.

2 #D6A7D2 and #A7D2D6 with #D2A7D6 are triadic colors.