COLOR #D2A6B1

HEX: #D2A6B1 RGB: (210,166,177)

Color info

#D2A6B1 contains red, green and blue colors in about the same proportion. Web safe color of #D2A6B1 is #CC9999 (or #C99).

RGB color model

#D2A6B1 color RGB value is (210,166,177).

RGB: (210,166,177) (82%, 65%, 69%)

RGB channels and saturation

R 210 of 255 = 82%
G 166 of 255 = 65%
B 177 of 255 = 69%

210
166
177

R + G + B ~ 72%. #D2A6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 166 + 177 = 553 (100%)
R 210 of 553 ~ 37.97%
G 166 of 553 ~ 30.02%
B 177 of 553 ~ 32.01'%

%37.97
%30.02
%32.01

CMYK color model

#D2A6B1 color CMYK value is (0,21,16,18).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 15.71%
  • key color value is 17.65%
CMYK: (0,21,16,18) C0M21Y16K18 (0%,21%,16%,18%) (0.00/0.21/0.16/0.18) 

CMYK percentages

%0
%20.95
%15.71
%17.65

Codes

Color #D2A6B1 in popluar color models

D2 A6 B1
RGB 210 166 177
HSL 345° 32.84% 73.73%
HSB/HSV 345° 20.95% 82.35%
CMYK 0.00% 20.95% 15.71%
17.65%

Color #D2A6B1 in popluar number systems.

HEX D2 A6 B1
Decimal 210 166 177
Binary 11010010 10100110 10110001
Octal 322 246 261

Shades and tints

Shades of #D2A6B1

#D2A6B1
(210,166,177)
#BF97A1
(191,151,161)
#AC8891
(172,136,145)
#997981
(153,121,129)
#866A71
(134,106,113)
#735B61
(115,91,97)
#604C51
(96,76,81)
#4D3D41
(77,61,65)
#3A2E31
(58,46,49)
#271F21
(39,31,33)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #D2A6B1

#D2A6B1
(210,166,177)
#D6AEB8
(214,174,184)
#DAB6BF
(218,182,191)
#DEBEC6
(222,190,198)
#E2C6CD
(226,198,205)
#E6CED4
(230,206,212)
#EAD6DB
(234,214,219)
#EEDEE2
(238,222,226)
#F2E6E9
(242,230,233)
#F6EEF0
(246,238,240)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A6B1; }

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

This text font color is #D2A6B1.

Background Color

.myBgColor { background-color: #D2A6B1; }

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

This div background color is #D2A6B1.

Border color

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

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

This div border color is #D2A6B1.

Opacity

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

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

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

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

This text has shadow with #D2A6B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2A6B1.

Preview

Color preview on black background

This text has color #D2A6B1 on black background.


Color preview on white background

This text has color #D2A6B1 on white background.


Black color preview on #D2A6B1 background

This text has black color on #D2A6B1 background.


White color preview on #D2A6B1 background

This text has white color on #D2A6B1 background.


Related colors

Complementary color

Complementary color for #hex is #2D594E.


I love getcolorcode.com

Triadic colors

1 #B1D2A6 and #A6B1D2 with #D2A6B1 are triadic colors.

2 #B1A6D2 and #A6D2B1 with #D2A6B1 are triadic colors.