COLOR #D1A9BF

HEX: #D1A9BF
RGB: (209,169,191)

Color info

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

RGB color model

#D1A9BF color RGB value is (209,169,191).

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

RGB channels and saturation

R 209 of 255 = 82%
G 169 of 255 = 66%
B 191 of 255 = 75%

209
169
191

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

Portions of RGB colors in percentages

R + G + B =
209 + 169 + 191 = 569 (100%)
R 209 of 569 ~ 36.73%
G 169 of 569 ~ 29.7%
B 191 of 569 ~ 33.57%

%36.73
%29.7
%33.57

CMYK color model

#D1A9BF color CMYK value is (0,19,9,18).

  • cyan value is 0.00%
  • magenta value is 19.14%
  • yellow value is 8.61%
  • key color value is 18.04%
CMYK:
(0,19,9,18)
C0M19Y9K18 
(0%,19%,9%,18%)
(0.00/0.19/0.09/0.18)	

CMYK percentages

%0
%19.14
%8.61
%18.04

Codes

Color #D1A9BF in popluar color models

D1A9BF
RGB209169191
HSL327°30.30%74.12%
HSB/HSV327°19.14%81.96%
CMYK0.00%19.14%8.61%
18.04%

Color #D1A9BF in popluar number systems.

HEXD1A9BF
Decimal209169191
Binary110100011010100110111111
Octal321251277

Shades and tints

Shades of #D1A9BF

#D1A9BF
(209,169,191)
#BE9AAE
(190,154,174)
#AB8B9D
(171,139,157)
#987C8C
(152,124,140)
#856D7B
(133,109,123)
#725E6A
(114,94,106)
#5F4F59
(95,79,89)
#4C4048
(76,64,72)
#393137
(57,49,55)
#262226
(38,34,38)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #D1A9BF

#D1A9BF
(209,169,191)
#D5B0C4
(213,176,196)
#D9B7C9
(217,183,201)
#DDBECE
(221,190,206)
#E1C5D3
(225,197,211)
#E5CCD8
(229,204,216)
#E9D3DD
(233,211,221)
#EDDAE2
(237,218,226)
#F1E1E7
(241,225,231)
#F5E8EC
(245,232,236)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A9BF; }

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

This text font color is #D1A9BF.


Background Color

.myBgColor { background-color: #D1A9BF; }

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

This div background color is #D1A9BF.


Border color

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

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

This div border color is #D1A9BF.


Opacity

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

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

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

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

This text has shadow with #D1A9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A9BF on black background.


Color preview on white background

This text has color #D1A9BF on white background.



Black color preview on #D1A9BF background

This text has black color on #D1A9BF background.


White color preview on #D1A9BF background

This text has white color on #D1A9BF background.