COLOR #D1A9BD

HEX: #D1A9BD
RGB: (209,169,189)

Color info

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

RGB color model

#D1A9BD color RGB value is (209,169,189).

  • red value is 209;
  • green value is 169;
  • blue value is 189.
RGB:
(209,169,189)
(82%,66%,74%)

RGB channels and saturation

R 209 of 255 = 82%
G 169 of 255 = 66%
B 189 of 255 = 74%

209
169
189

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

Portions of RGB colors in percentages

R + G + B =
209 + 169 + 189 = 567 (100%)
R 209 of 567 ~ 36.86%
G 169 of 567 ~ 29.81%
B 189 of 567 ~ 33.33%

%36.86
%29.81
%33.33

CMYK color model

#D1A9BD color CMYK value is (0,19,10,18).

  • cyan value is 0.00%
  • magenta value is 19.14%
  • yellow value is 9.57%
  • key color value is 18.04%
CMYK:
(0,19,10,18)
C0M19Y10K18 
(0%,19%,10%,18%)
(0.00/0.19/0.10/0.18)	

CMYK percentages

%0
%19.14
%9.57
%18.04

Codes

Color #D1A9BD in popluar color models

D1A9BD
RGB209169189
HSL330°30.30%74.12%
HSB/HSV330°19.14%81.96%
CMYK0.00%19.14%9.57%
18.04%

Color #D1A9BD in popluar number systems.

HEXD1A9BD
Decimal209169189
Binary110100011010100110111101
Octal321251275

Shades and tints

Shades of #D1A9BD

#D1A9BD
(209,169,189)
#BE9AAC
(190,154,172)
#AB8B9B
(171,139,155)
#987C8A
(152,124,138)
#856D79
(133,109,121)
#725E68
(114,94,104)
#5F4F57
(95,79,87)
#4C4046
(76,64,70)
#393135
(57,49,53)
#262224
(38,34,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #D1A9BD

#D1A9BD
(209,169,189)
#D5B0C3
(213,176,195)
#D9B7C9
(217,183,201)
#DDBECF
(221,190,207)
#E1C5D5
(225,197,213)
#E5CCDB
(229,204,219)
#E9D3E1
(233,211,225)
#EDDAE7
(237,218,231)
#F1E1ED
(241,225,237)
#F5E8F3
(245,232,243)
#F9EFF9
(249,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A9BD color. Also use rgb(209,169,189) instead hex code.

Text Font Color

.myTextColor { color: #D1A9BD; }

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

This text font color is #D1A9BD.


Background Color

.myBgColor { background-color: #D1A9BD; }

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

This div background color is #D1A9BD.


Border color

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

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

This div border color is #D1A9BD.


Opacity

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

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

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

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

This text has shadow with #D1A9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A9BD on black background.


Color preview on white background

This text has color #D1A9BD on white background.



Black color preview on #D1A9BD background

This text has black color on #D1A9BD background.


White color preview on #D1A9BD background

This text has white color on #D1A9BD background.