COLOR #D2A6B3

HEX: #D2A6B3
RGB: (210,166,179)

Color info

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

RGB color model

#D2A6B3 color RGB value is (210,166,179).

  • red value is 210;
  • green value is 166;
  • blue value is 179.
RGB: (210,166,179) (82%,65%,70%)

RGB channels and saturation

R 210 of 255 = 82%
G 166 of 255 = 65%
B 179 of 255 = 70%

210
166
179

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

Portions of RGB colors in percentages

R + G + B =
210 + 166 + 179 = 555 (100%)
R 210 of 555 ~ 37.84%
G 166 of 555 ~ 29.91%
B 179 of 555 ~ 32.25%

%37.84
%29.91
%32.25

CMYK color model

#D2A6B3 color CMYK value is (0,21,15,18).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 14.76%
  • key color value is 17.65%
CMYK: (0,21,15,18) C0M21Y15K18 (0%,21%,15%,18%) (0.00/0.21/0.15/0.18)

CMYK percentages

%0
%20.95
%14.76
%17.65

Codes

Color #D2A6B3 in popluar color models

D2A6B3
RGB210166179
HSL342°32.84%73.73%
HSB/HSV342°20.95%82.35%
CMYK0.00%20.95%14.76%
17.65%

Color #D2A6B3 in popluar number systems.

HEXD2A6B3
Decimal210166179
Binary110100101010011010110011
Octal322246263

Shades and tints

Shades of #D2A6B3

#D2A6B3
(210,166,179)
#BF97A3
(191,151,163)
#AC8893
(172,136,147)
#997983
(153,121,131)
#866A73
(134,106,115)
#735B63
(115,91,99)
#604C53
(96,76,83)
#4D3D43
(77,61,67)
#3A2E33
(58,46,51)
#271F23
(39,31,35)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #D2A6B3

#D2A6B3
(210,166,179)
#D6AEB9
(214,174,185)
#DAB6BF
(218,182,191)
#DEBEC5
(222,190,197)
#E2C6CB
(226,198,203)
#E6CED1
(230,206,209)
#EAD6D7
(234,214,215)
#EEDEDD
(238,222,221)
#F2E6E3
(242,230,227)
#F6EEE9
(246,238,233)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A6B3; }

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

This text font color is #D2A6B3.


Background Color

.myBgColor { background-color: #D2A6B3; }

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

This div background color is #D2A6B3.


Border color

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

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

This div border color is #D2A6B3.


Opacity

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

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

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

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

This text has shadow with #D2A6B3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2A6B3 on black background.


Color preview on white background

This text has color #D2A6B3 on white background.



Black color preview on #D2A6B3 background

This text has black color on #D2A6B3 background.


White color preview on #D2A6B3 background

This text has white color on #D2A6B3 background.