COLOR #D1ABB5

HEX: #D1ABB5
RGB: (209,171,181)

Color info

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

RGB color model

#D1ABB5 color RGB value is (209,171,181).

  • red value is 209;
  • green value is 171;
  • blue value is 181.
RGB:
(209,171,181)
(82%,67%,71%)

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 181 of 255 = 71%

209
171
181

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

Portions of RGB colors in percentages

R + G + B =
209 + 171 + 181 = 561 (100%)
R 209 of 561 ~ 37.25%
G 171 of 561 ~ 30.48%
B 181 of 561 ~ 32.26%

%37.25
%30.48
%32.26

CMYK color model

#D1ABB5 color CMYK value is (0,18,13,18).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 13.40%
  • key color value is 18.04%
CMYK:
(0,18,13,18)
C0M18Y13K18 
(0%,18%,13%,18%)
(0.00/0.18/0.13/0.18)	

CMYK percentages

%0
%18.18
%13.4
%18.04

Codes

Color #D1ABB5 in popluar color models

D1ABB5
RGB209171181
HSL344°29.23%74.51%
HSB/HSV344°18.18%81.96%
CMYK0.00%18.18%13.40%
18.04%

Color #D1ABB5 in popluar number systems.

HEXD1ABB5
Decimal209171181
Binary110100011010101110110101
Octal321253265

Shades and tints

Shades of #D1ABB5

#D1ABB5
(209,171,181)
#BE9CA5
(190,156,165)
#AB8D95
(171,141,149)
#987E85
(152,126,133)
#856F75
(133,111,117)
#726065
(114,96,101)
#5F5155
(95,81,85)
#4C4245
(76,66,69)
#393335
(57,51,53)
#262425
(38,36,37)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #D1ABB5

#D1ABB5
(209,171,181)
#D5B2BB
(213,178,187)
#D9B9C1
(217,185,193)
#DDC0C7
(221,192,199)
#E1C7CD
(225,199,205)
#E5CED3
(229,206,211)
#E9D5D9
(233,213,217)
#EDDCDF
(237,220,223)
#F1E3E5
(241,227,229)
#F5EAEB
(245,234,235)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1ABB5 color. Also use rgb(209,171,181) instead hex code.

Text Font Color

.myTextColor { color: #D1ABB5; }

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

This text font color is #D1ABB5.


Background Color

.myBgColor { background-color: #D1ABB5; }

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

This div background color is #D1ABB5.


Border color

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

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

This div border color is #D1ABB5.


Opacity

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

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

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

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

This text has shadow with #D1ABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ABB5 on black background.


Color preview on white background

This text has color #D1ABB5 on white background.



Black color preview on #D1ABB5 background

This text has black color on #D1ABB5 background.


White color preview on #D1ABB5 background

This text has white color on #D1ABB5 background.