COLOR #D2A5BD

HEX: #D2A5BD
RGB: (210,165,189)

Color info

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

RGB color model

#D2A5BD color RGB value is (210,165,189).

  • red value is 210;
  • green value is 165;
  • blue value is 189.
RGB:
(210,165,189)
(82%,65%,74%)

RGB channels and saturation

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

210
165
189

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

Portions of RGB colors in percentages

R + G + B =
210 + 165 + 189 = 564 (100%)
R 210 of 564 ~ 37.23%
G 165 of 564 ~ 29.26%
B 189 of 564 ~ 33.51%

%37.23
%29.26
%33.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.43%
  • 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
%21.43
%10
%17.65

Codes

Color #D2A5BD in popluar color models

D2A5BD
RGB210165189
HSL328°33.33%73.53%
HSB/HSV328°21.43%82.35%
CMYK0.00%21.43%10.00%
17.65%

Color #D2A5BD in popluar number systems.

HEXD2A5BD
Decimal210165189
Binary110100101010010110111101
Octal322245275

Shades and tints

Shades of #D2A5BD

#D2A5BD
(210,165,189)
#BF96AC
(191,150,172)
#AC879B
(172,135,155)
#99788A
(153,120,138)
#866979
(134,105,121)
#735A68
(115,90,104)
#604B57
(96,75,87)
#4D3C46
(77,60,70)
#3A2D35
(58,45,53)
#271E24
(39,30,36)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #D2A5BD

#D2A5BD
(210,165,189)
#D6ADC3
(214,173,195)
#DAB5C9
(218,181,201)
#DEBDCF
(222,189,207)
#E2C5D5
(226,197,213)
#E6CDDB
(230,205,219)
#EAD5E1
(234,213,225)
#EEDDE7
(238,221,231)
#F2E5ED
(242,229,237)
#F6EDF3
(246,237,243)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A5BD; }

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

This text font color is #D2A5BD.


Background Color

.myBgColor { background-color: #D2A5BD; }

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

This div background color is #D2A5BD.


Border color

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

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

This div border color is #D2A5BD.


Opacity

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

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

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

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

This text has shadow with #D2A5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A5BD on black background.


Color preview on white background

This text has color #D2A5BD on white background.



Black color preview on #D2A5BD background

This text has black color on #D2A5BD background.


White color preview on #D2A5BD background

This text has white color on #D2A5BD background.