COLOR #D1A5BF

HEX: #D1A5BF RGB: (209,165,191)

Color info

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

RGB color model

#D1A5BF color RGB value is (209,165,191).

RGB: (209,165,191) (82%, 65%, 75%)

RGB channels and saturation

R 209 of 255 = 82%
G 165 of 255 = 65%
B 191 of 255 = 75%

209
165
191

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

Portions of RGB colors in percentages

R + G + B = 209 + 165 + 191 = 565 (100%)
R 209 of 565 ~ 36.99%
G 165 of 565 ~ 29.2%
B 191 of 565 ~ 33.81'%

%36.99
%29.2
%33.81

CMYK color model

#D1A5BF color CMYK value is (0,21,9,18).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 8.61%
  • key color value is 18.04%
CMYK: (0,21,9,18) C0M21Y9K18 (0%,21%,9%,18%) (0.00/0.21/0.09/0.18) 

CMYK percentages

%0
%21.05
%8.61
%18.04

Codes

Color #D1A5BF in popluar color models

D1 A5 BF
RGB 209 165 191
HSL 325° 32.35% 73.33%
HSB/HSV 325° 21.05% 81.96%
CMYK 0.00% 21.05% 8.61%
18.04%

Color #D1A5BF in popluar number systems.

HEX D1 A5 BF
Decimal 209 165 191
Binary 11010001 10100101 10111111
Octal 321 245 277

Shades and tints

Shades of #D1A5BF

#D1A5BF
(209,165,191)
#BE96AE
(190,150,174)
#AB879D
(171,135,157)
#98788C
(152,120,140)
#85697B
(133,105,123)
#725A6A
(114,90,106)
#5F4B59
(95,75,89)
#4C3C48
(76,60,72)
#392D37
(57,45,55)
#261E26
(38,30,38)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #D1A5BF

#D1A5BF
(209,165,191)
#D5ADC4
(213,173,196)
#D9B5C9
(217,181,201)
#DDBDCE
(221,189,206)
#E1C5D3
(225,197,211)
#E5CDD8
(229,205,216)
#E9D5DD
(233,213,221)
#EDDDE2
(237,221,226)
#F1E5E7
(241,229,231)
#F5EDEC
(245,237,236)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A5BF; }

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

This text font color is #D1A5BF.

Background Color

.myBgColor { background-color: #D1A5BF; }

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

This div background color is #D1A5BF.

Border color

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

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

This div border color is #D1A5BF.

Opacity

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

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

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

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

This text has shadow with #D1A5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A5BF.

Preview

Color preview on black background

This text has color #D1A5BF on black background.


Color preview on white background

This text has color #D1A5BF on white background.


Black color preview on #D1A5BF background

This text has black color on #D1A5BF background.


White color preview on #D1A5BF background

This text has white color on #D1A5BF background.


Related colors

Complementary color

Complementary color for #hex is #2E5A40.


I love getcolorcode.com

Triadic colors

1 #BFD1A5 and #A5BFD1 with #D1A5BF are triadic colors.

2 #BFA5D1 and #A5D1BF with #D1A5BF are triadic colors.