COLOR #D1A5BB

HEX: #D1A5BB RGB: (209,165,187)

Color info

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

RGB color model

#D1A5BB color RGB value is (209,165,187).

RGB: (209,165,187) (82%, 65%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 165 of 255 = 65%
B 187 of 255 = 73%

209
165
187

R + G + B ~ 73%. #D1A5BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 165 + 187 = 561 (100%)
R 209 of 561 ~ 37.25%
G 165 of 561 ~ 29.41%
B 187 of 561 ~ 33.33'%

%37.25
%29.41
%33.33

CMYK color model

#D1A5BB color CMYK value is (0,21,11,18).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 10.53%
  • key color value is 18.04%

CMYK: (0,21,11,18)
C0M21Y11K18 (0%, 21%, 11%, 18%)
(0.00 / 0.21 / 0.11 / 0.18)

CMYK percentages

%0
%21.05
%10.53
%18.04

Codes

Color #D1A5BB in popluar color models

D1 A5 BB
RGB 209 165 187
HSL 330° 32.35% 73.33%
HSB/HSV 330° 21.05% 81.96%
CMYK 0.00% 21.05% 10.53%
18.04%

Color #D1A5BB in popluar number systems.

HEX D1 A5 BB
Decimal 209 165 187
Binary 11010001 10100101 10111011
Octal 321 245 273

Shades and tints

Shades of #D1A5BB

#D1A5BB
(209,165,187)
#BE96AA
(190,150,170)
#AB8799
(171,135,153)
#987888
(152,120,136)
#856977
(133,105,119)
#725A66
(114,90,102)
#5F4B55
(95,75,85)
#4C3C44
(76,60,68)
#392D33
(57,45,51)
#261E22
(38,30,34)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #D1A5BB

#D1A5BB
(209,165,187)
#D5ADC1
(213,173,193)
#D9B5C7
(217,181,199)
#DDBDCD
(221,189,205)
#E1C5D3
(225,197,211)
#E5CDD9
(229,205,217)
#E9D5DF
(233,213,223)
#EDDDE5
(237,221,229)
#F1E5EB
(241,229,235)
#F5EDF1
(245,237,241)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A5BB; }

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

This text font color is #D1A5BB.

Background Color

.myBgColor { background-color: #D1A5BB; }

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

This div background color is #D1A5BB.

Border color

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

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

This div border color is #D1A5BB.

Opacity

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

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

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

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

This text has shadow with #D1A5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A5BB.

Preview

Color preview on black background

This text has color #D1A5BB on black background.


Color preview on white background

This text has color #D1A5BB on white background.


Black color preview on #D1A5BB background

This text has black color on #D1A5BB background.


White color preview on #D1A5BB background

This text has white color on #D1A5BB background.


Related colors

Complementary color

Complementary color for #hex is #2E5A44.


I love getcolorcode.com

Triadic colors

1 #BBD1A5 and #A5BBD1 with #D1A5BB are triadic colors.

2 #BBA5D1 and #A5D1BB with #D1A5BB are triadic colors.