COLOR #D1A1BB

HEX: #D1A1BB
RGB: (209,161,187)

Color info

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

RGB color model

#D1A1BB color RGB value is (209,161,187).

  • red value is 209;
  • green value is 161;
  • blue value is 187.
RGB:
(209,161,187)
(82%,63%,73%)

RGB channels and saturation

R 209 of 255 = 82%
G 161 of 255 = 63%
B 187 of 255 = 73%

209
161
187

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

Portions of RGB colors in percentages

R + G + B =
209 + 161 + 187 = 557 (100%)
R 209 of 557 ~ 37.52%
G 161 of 557 ~ 28.9%
B 187 of 557 ~ 33.57%

%37.52
%28.9
%33.57

CMYK color model

#D1A1BB color CMYK value is (0,23,11,18).

  • cyan value is 0.00%
  • magenta value is 22.97%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(0,23,11,18)
C0M23Y11K18 
(0%,23%,11%,18%)
(0.00/0.23/0.11/0.18)	

CMYK percentages

%0
%22.97
%10.53
%18.04

Codes

Color #D1A1BB in popluar color models

D1A1BB
RGB209161187
HSL328°34.29%72.55%
HSB/HSV328°22.97%81.96%
CMYK0.00%22.97%10.53%
18.04%

Color #D1A1BB in popluar number systems.

HEXD1A1BB
Decimal209161187
Binary110100011010000110111011
Octal321241273

Shades and tints

Shades of #D1A1BB

#D1A1BB
(209,161,187)
#BE93AA
(190,147,170)
#AB8599
(171,133,153)
#987788
(152,119,136)
#856977
(133,105,119)
#725B66
(114,91,102)
#5F4D55
(95,77,85)
#4C3F44
(76,63,68)
#393133
(57,49,51)
#262322
(38,35,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #D1A1BB

#D1A1BB
(209,161,187)
#D5A9C1
(213,169,193)
#D9B1C7
(217,177,199)
#DDB9CD
(221,185,205)
#E1C1D3
(225,193,211)
#E5C9D9
(229,201,217)
#E9D1DF
(233,209,223)
#EDD9E5
(237,217,229)
#F1E1EB
(241,225,235)
#F5E9F1
(245,233,241)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A1BB; }

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

This text font color is #D1A1BB.


Background Color

.myBgColor { background-color: #D1A1BB; }

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

This div background color is #D1A1BB.


Border color

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

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

This div border color is #D1A1BB.


Opacity

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

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

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

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

This text has shadow with #D1A1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A1BB on black background.


Color preview on white background

This text has color #D1A1BB on white background.



Black color preview on #D1A1BB background

This text has black color on #D1A1BB background.


White color preview on #D1A1BB background

This text has white color on #D1A1BB background.