COLOR #D5A9BF

HEX: #D5A9BF
RGB: (213,169,191)

Color info

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

RGB color model

#D5A9BF color RGB value is (213,169,191).

  • red value is 213;
  • green value is 169;
  • blue value is 191.
RGB:
(213,169,191)
(84%,66%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 169 of 255 = 66%
B 191 of 255 = 75%

213
169
191

R + G + B ~ 75%. #D5A9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 169 + 191 = 573 (100%)
R 213 of 573 ~ 37.17%
G 169 of 573 ~ 29.49%
B 191 of 573 ~ 33.33%

%37.17
%29.49
%33.33

CMYK color model

#D5A9BF color CMYK value is (0,21,10,16).

  • cyan value is 0.00%
  • magenta value is 20.66%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(0,21,10,16)
C0M21Y10K16 
(0%,21%,10%,16%)
(0.00/0.21/0.10/0.16)	

CMYK percentages

%0
%20.66
%10.33
%16.47

Codes

Color #D5A9BF in popluar color models

D5A9BF
RGB213169191
HSL330°34.38%74.90%
HSB/HSV330°20.66%83.53%
CMYK0.00%20.66%10.33%
16.47%

Color #D5A9BF in popluar number systems.

HEXD5A9BF
Decimal213169191
Binary110101011010100110111111
Octal325251277

Shades and tints

Shades of #D5A9BF

#D5A9BF
(213,169,191)
#C29AAE
(194,154,174)
#AF8B9D
(175,139,157)
#9C7C8C
(156,124,140)
#896D7B
(137,109,123)
#765E6A
(118,94,106)
#634F59
(99,79,89)
#504048
(80,64,72)
#3D3137
(61,49,55)
#2A2226
(42,34,38)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #D5A9BF

#D5A9BF
(213,169,191)
#D8B0C4
(216,176,196)
#DBB7C9
(219,183,201)
#DEBECE
(222,190,206)
#E1C5D3
(225,197,211)
#E4CCD8
(228,204,216)
#E7D3DD
(231,211,221)
#EADAE2
(234,218,226)
#EDE1E7
(237,225,231)
#F0E8EC
(240,232,236)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A9BF color. Also use rgb(213,169,191) instead hex code.

Text Font Color

.myTextColor { color: #D5A9BF; }

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

This text font color is #D5A9BF.


Background Color

.myBgColor { background-color: #D5A9BF; }

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

This div background color is #D5A9BF.


Border color

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

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

This div border color is #D5A9BF.


Opacity

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

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

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

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

This text has shadow with #D5A9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A9BF on black background.


Color preview on white background

This text has color #D5A9BF on white background.



Black color preview on #D5A9BF background

This text has black color on #D5A9BF background.


White color preview on #D5A9BF background

This text has white color on #D5A9BF background.