COLOR #D3A5BD

HEX: #D3A5BD
RGB: (211,165,189)

Color info

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

RGB color model

#D3A5BD color RGB value is (211,165,189).

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

RGB channels and saturation

R 211 of 255 = 83%
G 165 of 255 = 65%
B 189 of 255 = 74%

211
165
189

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

Portions of RGB colors in percentages

R + G + B =
211 + 165 + 189 = 565 (100%)
R 211 of 565 ~ 37.35%
G 165 of 565 ~ 29.2%
B 189 of 565 ~ 33.45%

%37.35
%29.2
%33.45

CMYK color model

#D3A5BD color CMYK value is (0,22,10,17).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 10.43%
  • key color value is 17.25%
CMYK:
(0,22,10,17)
C0M22Y10K17 
(0%,22%,10%,17%)
(0.00/0.22/0.10/0.17)	

CMYK percentages

%0
%21.8
%10.43
%17.25

Codes

Color #D3A5BD in popluar color models

D3A5BD
RGB211165189
HSL329°34.33%73.73%
HSB/HSV329°21.80%82.75%
CMYK0.00%21.80%10.43%
17.25%

Color #D3A5BD in popluar number systems.

HEXD3A5BD
Decimal211165189
Binary110100111010010110111101
Octal323245275

Shades and tints

Shades of #D3A5BD

#D3A5BD
(211,165,189)
#C096AC
(192,150,172)
#AD879B
(173,135,155)
#9A788A
(154,120,138)
#876979
(135,105,121)
#745A68
(116,90,104)
#614B57
(97,75,87)
#4E3C46
(78,60,70)
#3B2D35
(59,45,53)
#281E24
(40,30,36)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #D3A5BD

#D3A5BD
(211,165,189)
#D7ADC3
(215,173,195)
#DBB5C9
(219,181,201)
#DFBDCF
(223,189,207)
#E3C5D5
(227,197,213)
#E7CDDB
(231,205,219)
#EBD5E1
(235,213,225)
#EFDDE7
(239,221,231)
#F3E5ED
(243,229,237)
#F7EDF3
(247,237,243)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A5BD; }

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

This text font color is #D3A5BD.


Background Color

.myBgColor { background-color: #D3A5BD; }

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

This div background color is #D3A5BD.


Border color

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

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

This div border color is #D3A5BD.


Opacity

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

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

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

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

This text has shadow with #D3A5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A5BD on black background.


Color preview on white background

This text has color #D3A5BD on white background.



Black color preview on #D3A5BD background

This text has black color on #D3A5BD background.


White color preview on #D3A5BD background

This text has white color on #D3A5BD background.