COLOR #D1ABB3

HEX: #D1ABB3
RGB: (209,171,179)

Color info

#D1ABB3 contains red, green and blue colors in about the same proportion. Web safe color of #D1ABB3 is #CC9999 (or #C99).

RGB color model

#D1ABB3 color RGB value is (209,171,179).

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

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 179 of 255 = 70%

209
171
179

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

Portions of RGB colors in percentages

R + G + B =
209 + 171 + 179 = 559 (100%)
R 209 of 559 ~ 37.39%
G 171 of 559 ~ 30.59%
B 179 of 559 ~ 32.02%

%37.39
%30.59
%32.02

CMYK color model

#D1ABB3 color CMYK value is (0,18,14,18).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 14.35%
  • key color value is 18.04%
CMYK:
(0,18,14,18)
C0M18Y14K18 
(0%,18%,14%,18%)
(0.00/0.18/0.14/0.18)	

CMYK percentages

%0
%18.18
%14.35
%18.04

Codes

Color #D1ABB3 in popluar color models

D1ABB3
RGB209171179
HSL347°29.23%74.51%
HSB/HSV347°18.18%81.96%
CMYK0.00%18.18%14.35%
18.04%

Color #D1ABB3 in popluar number systems.

HEXD1ABB3
Decimal209171179
Binary110100011010101110110011
Octal321253263

Shades and tints

Shades of #D1ABB3

#D1ABB3
(209,171,179)
#BE9CA3
(190,156,163)
#AB8D93
(171,141,147)
#987E83
(152,126,131)
#856F73
(133,111,115)
#726063
(114,96,99)
#5F5153
(95,81,83)
#4C4243
(76,66,67)
#393333
(57,51,51)
#262423
(38,36,35)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #D1ABB3

#D1ABB3
(209,171,179)
#D5B2B9
(213,178,185)
#D9B9BF
(217,185,191)
#DDC0C5
(221,192,197)
#E1C7CB
(225,199,203)
#E5CED1
(229,206,209)
#E9D5D7
(233,213,215)
#EDDCDD
(237,220,221)
#F1E3E3
(241,227,227)
#F5EAE9
(245,234,233)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ABB3; }

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

This text font color is #D1ABB3.


Background Color

.myBgColor { background-color: #D1ABB3; }

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

This div background color is #D1ABB3.


Border color

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

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

This div border color is #D1ABB3.


Opacity

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

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

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

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

This text has shadow with #D1ABB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ABB3 on black background.


Color preview on white background

This text has color #D1ABB3 on white background.



Black color preview on #D1ABB3 background

This text has black color on #D1ABB3 background.


White color preview on #D1ABB3 background

This text has white color on #D1ABB3 background.