COLOR #D2A5BE

HEX: #D2A5BE
RGB: (210,165,190)

Color info

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

RGB color model

#D2A5BE color RGB value is (210,165,190).

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

RGB channels and saturation

R 210 of 255 = 82%
G 165 of 255 = 65%
B 190 of 255 = 75%

210
165
190

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

Portions of RGB colors in percentages

R + G + B =
210 + 165 + 190 = 565 (100%)
R 210 of 565 ~ 37.17%
G 165 of 565 ~ 29.2%
B 190 of 565 ~ 33.63%

%37.17
%29.2
%33.63

CMYK color model

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

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

Codes

Color #D2A5BE in popluar color models

D2A5BE
RGB210165190
HSL327°33.33%73.53%
HSB/HSV327°21.43%82.35%
CMYK0.00%21.43%9.52%
17.65%

Color #D2A5BE in popluar number systems.

HEXD2A5BE
Decimal210165190
Binary110100101010010110111110
Octal322245276

Shades and tints

Shades of #D2A5BE

#D2A5BE
(210,165,190)
#BF96AD
(191,150,173)
#AC879C
(172,135,156)
#99788B
(153,120,139)
#86697A
(134,105,122)
#735A69
(115,90,105)
#604B58
(96,75,88)
#4D3C47
(77,60,71)
#3A2D36
(58,45,54)
#271E25
(39,30,37)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #D2A5BE

#D2A5BE
(210,165,190)
#D6ADC3
(214,173,195)
#DAB5C8
(218,181,200)
#DEBDCD
(222,189,205)
#E2C5D2
(226,197,210)
#E6CDD7
(230,205,215)
#EAD5DC
(234,213,220)
#EEDDE1
(238,221,225)
#F2E5E6
(242,229,230)
#F6EDEB
(246,237,235)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2A5BE; }

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

This text font color is #D2A5BE.


Background Color

.myBgColor { background-color: #D2A5BE; }

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

This div background color is #D2A5BE.


Border color

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

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

This div border color is #D2A5BE.


Opacity

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

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

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

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

This text has shadow with #D2A5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A5BE on black background.


Color preview on white background

This text has color #D2A5BE on white background.



Black color preview on #D2A5BE background

This text has black color on #D2A5BE background.


White color preview on #D2A5BE background

This text has white color on #D2A5BE background.