COLOR #D1ABC1

HEX: #D1ABC1
RGB: (209,171,193)

Color info

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

RGB color model

#D1ABC1 color RGB value is (209,171,193).

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

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 193 of 255 = 76%

209
171
193

R + G + B ~ 75%. #D1ABC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 171 + 193 = 573 (100%)
R 209 of 573 ~ 36.47%
G 171 of 573 ~ 29.84%
B 193 of 573 ~ 33.68%

%36.47
%29.84
%33.68

CMYK color model

#D1ABC1 color CMYK value is (0,18,8,18).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 7.66%
  • key color value is 18.04%
CMYK:
(0,18,8,18)
C0M18Y8K18 
(0%,18%,8%,18%)
(0.00/0.18/0.08/0.18)	

CMYK percentages

%0
%18.18
%7.66
%18.04

Codes

Color #D1ABC1 in popluar color models

D1ABC1
RGB209171193
HSL325°29.23%74.51%
HSB/HSV325°18.18%81.96%
CMYK0.00%18.18%7.66%
18.04%

Color #D1ABC1 in popluar number systems.

HEXD1ABC1
Decimal209171193
Binary110100011010101111000001
Octal321253301

Shades and tints

Shades of #D1ABC1

#D1ABC1
(209,171,193)
#BE9CB0
(190,156,176)
#AB8D9F
(171,141,159)
#987E8E
(152,126,142)
#856F7D
(133,111,125)
#72606C
(114,96,108)
#5F515B
(95,81,91)
#4C424A
(76,66,74)
#393339
(57,51,57)
#262428
(38,36,40)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #D1ABC1

#D1ABC1
(209,171,193)
#D5B2C6
(213,178,198)
#D9B9CB
(217,185,203)
#DDC0D0
(221,192,208)
#E1C7D5
(225,199,213)
#E5CEDA
(229,206,218)
#E9D5DF
(233,213,223)
#EDDCE4
(237,220,228)
#F1E3E9
(241,227,233)
#F5EAEE
(245,234,238)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ABC1; }

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

This text font color is #D1ABC1.


Background Color

.myBgColor { background-color: #D1ABC1; }

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

This div background color is #D1ABC1.


Border color

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

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

This div border color is #D1ABC1.


Opacity

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

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

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

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

This text has shadow with #D1ABC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ABC1 on black background.


Color preview on white background

This text has color #D1ABC1 on white background.



Black color preview on #D1ABC1 background

This text has black color on #D1ABC1 background.


White color preview on #D1ABC1 background

This text has white color on #D1ABC1 background.