COLOR #D5A9BC

HEX: #D5A9BC
RGB: (213,169,188)

Color info

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

RGB color model

#D5A9BC color RGB value is (213,169,188).

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

RGB channels and saturation

R 213 of 255 = 84%
G 169 of 255 = 66%
B 188 of 255 = 74%

213
169
188

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

Portions of RGB colors in percentages

R + G + B =
213 + 169 + 188 = 570 (100%)
R 213 of 570 ~ 37.37%
G 169 of 570 ~ 29.65%
B 188 of 570 ~ 32.98%

%37.37
%29.65
%32.98

CMYK color model

#D5A9BC color CMYK value is (0,21,12,16).

  • cyan value is 0.00%
  • magenta value is 20.66%
  • yellow value is 11.74%
  • key color value is 16.47%
CMYK:
(0,21,12,16)
C0M21Y12K16 
(0%,21%,12%,16%)
(0.00/0.21/0.12/0.16)	

CMYK percentages

%0
%20.66
%11.74
%16.47

Codes

Color #D5A9BC in popluar color models

D5A9BC
RGB213169188
HSL334°34.38%74.90%
HSB/HSV334°20.66%83.53%
CMYK0.00%20.66%11.74%
16.47%

Color #D5A9BC in popluar number systems.

HEXD5A9BC
Decimal213169188
Binary110101011010100110111100
Octal325251274

Shades and tints

Shades of #D5A9BC

#D5A9BC
(213,169,188)
#C29AAB
(194,154,171)
#AF8B9A
(175,139,154)
#9C7C89
(156,124,137)
#896D78
(137,109,120)
#765E67
(118,94,103)
#634F56
(99,79,86)
#504045
(80,64,69)
#3D3134
(61,49,52)
#2A2223
(42,34,35)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #D5A9BC

#D5A9BC
(213,169,188)
#D8B0C2
(216,176,194)
#DBB7C8
(219,183,200)
#DEBECE
(222,190,206)
#E1C5D4
(225,197,212)
#E4CCDA
(228,204,218)
#E7D3E0
(231,211,224)
#EADAE6
(234,218,230)
#EDE1EC
(237,225,236)
#F0E8F2
(240,232,242)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A9BC; }

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

This text font color is #D5A9BC.


Background Color

.myBgColor { background-color: #D5A9BC; }

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

This div background color is #D5A9BC.


Border color

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

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

This div border color is #D5A9BC.


Opacity

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

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

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

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

This text has shadow with #D5A9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A9BC on black background.


Color preview on white background

This text has color #D5A9BC on white background.



Black color preview on #D5A9BC background

This text has black color on #D5A9BC background.


White color preview on #D5A9BC background

This text has white color on #D5A9BC background.