COLOR #D1ABB7

HEX: #D1ABB7
RGB: (209,171,183)

Color info

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

RGB color model

#D1ABB7 color RGB value is (209,171,183).

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

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 183 of 255 = 72%

209
171
183

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

Portions of RGB colors in percentages

R + G + B =
209 + 171 + 183 = 563 (100%)
R 209 of 563 ~ 37.12%
G 171 of 563 ~ 30.37%
B 183 of 563 ~ 32.5%

%37.12
%30.37
%32.5

CMYK color model

#D1ABB7 color CMYK value is (0,18,12,18).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 12.44%
  • key color value is 18.04%
CMYK:
(0,18,12,18)
C0M18Y12K18 
(0%,18%,12%,18%)
(0.00/0.18/0.12/0.18)	

CMYK percentages

%0
%18.18
%12.44
%18.04

Codes

Color #D1ABB7 in popluar color models

D1ABB7
RGB209171183
HSL341°29.23%74.51%
HSB/HSV341°18.18%81.96%
CMYK0.00%18.18%12.44%
18.04%

Color #D1ABB7 in popluar number systems.

HEXD1ABB7
Decimal209171183
Binary110100011010101110110111
Octal321253267

Shades and tints

Shades of #D1ABB7

#D1ABB7
(209,171,183)
#BE9CA7
(190,156,167)
#AB8D97
(171,141,151)
#987E87
(152,126,135)
#856F77
(133,111,119)
#726067
(114,96,103)
#5F5157
(95,81,87)
#4C4247
(76,66,71)
#393337
(57,51,55)
#262427
(38,36,39)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #D1ABB7

#D1ABB7
(209,171,183)
#D5B2BD
(213,178,189)
#D9B9C3
(217,185,195)
#DDC0C9
(221,192,201)
#E1C7CF
(225,199,207)
#E5CED5
(229,206,213)
#E9D5DB
(233,213,219)
#EDDCE1
(237,220,225)
#F1E3E7
(241,227,231)
#F5EAED
(245,234,237)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ABB7; }

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

This text font color is #D1ABB7.


Background Color

.myBgColor { background-color: #D1ABB7; }

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

This div background color is #D1ABB7.


Border color

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

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

This div border color is #D1ABB7.


Opacity

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

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

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

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

This text has shadow with #D1ABB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ABB7 on black background.


Color preview on white background

This text has color #D1ABB7 on white background.



Black color preview on #D1ABB7 background

This text has black color on #D1ABB7 background.


White color preview on #D1ABB7 background

This text has white color on #D1ABB7 background.