COLOR #D2A6BD

HEX: #D2A6BD RGB: (210,166,189)

Color info

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

RGB color model

#D2A6BD color RGB value is (210,166,189).

RGB: (210,166,189) (82%, 65%, 74%)

RGB channels and saturation

R 210 of 255 = 82%
G 166 of 255 = 65%
B 189 of 255 = 74%

210
166
189

R + G + B ~ 74%. #D2A6BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 166 + 189 = 565 (100%)
R 210 of 565 ~ 37.17%
G 166 of 565 ~ 29.38%
B 189 of 565 ~ 33.45'%

%37.17
%29.38
%33.45

CMYK color model

#D2A6BD color CMYK value is (0,21,10,18).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 10.00%
  • key color value is 17.65%

CMYK: (0,21,10,18)
C0M21Y10K18 (0%, 21%, 10%, 18%)
(0.00 / 0.21 / 0.10 / 0.18)

CMYK percentages

%0
%20.95
%10
%17.65

Codes

Color #D2A6BD in popluar color models

D2 A6 BD
RGB 210 166 189
HSL 329° 32.84% 73.73%
HSB/HSV 329° 20.95% 82.35%
CMYK 0.00% 20.95% 10.00%
17.65%

Color #D2A6BD in popluar number systems.

HEX D2 A6 BD
Decimal 210 166 189
Binary 11010010 10100110 10111101
Octal 322 246 275

Shades and tints

Shades of #D2A6BD

#D2A6BD
(210,166,189)
#BF97AC
(191,151,172)
#AC889B
(172,136,155)
#99798A
(153,121,138)
#866A79
(134,106,121)
#735B68
(115,91,104)
#604C57
(96,76,87)
#4D3D46
(77,61,70)
#3A2E35
(58,46,53)
#271F24
(39,31,36)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #D2A6BD

#D2A6BD
(210,166,189)
#D6AEC3
(214,174,195)
#DAB6C9
(218,182,201)
#DEBECF
(222,190,207)
#E2C6D5
(226,198,213)
#E6CEDB
(230,206,219)
#EAD6E1
(234,214,225)
#EEDEE7
(238,222,231)
#F2E6ED
(242,230,237)
#F6EEF3
(246,238,243)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A6BD; }

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

This text font color is #D2A6BD.

Background Color

.myBgColor { background-color: #D2A6BD; }

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

This div background color is #D2A6BD.

Border color

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

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

This div border color is #D2A6BD.

Opacity

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

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

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

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

This text has shadow with #D2A6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A6BD.

Preview

Color preview on black background

This text has color #D2A6BD on black background.


Color preview on white background

This text has color #D2A6BD on white background.


Black color preview on #D2A6BD background

This text has black color on #D2A6BD background.


White color preview on #D2A6BD background

This text has white color on #D2A6BD background.


Related colors

Complementary color

Complementary color for #hex is #2D5942.


I love getcolorcode.com

Triadic colors

1 #BDD2A6 and #A6BDD2 with #D2A6BD are triadic colors.

2 #BDA6D2 and #A6D2BD with #D2A6BD are triadic colors.