COLOR #D1ABD0

HEX: #D1ABD0
RGB: (209,171,208)

Color info

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

RGB color model

#D1ABD0 color RGB value is (209,171,208).

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

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 208 of 255 = 82%

209
171
208

R + G + B ~ 77%. #D1ABD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 171 + 208 = 588 (100%)
R 209 of 588 ~ 35.54%
G 171 of 588 ~ 29.08%
B 208 of 588 ~ 35.37%

%35.54
%29.08
%35.37

CMYK color model

#D1ABD0 color CMYK value is (0,18,0,18).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 0.48%
  • key color value is 18.04%
CMYK:
(0,18,0,18)
C0M18Y0K18 
(0%,18%,0%,18%)
(0.00/0.18/0.00/0.18)	

CMYK percentages

%0
%18.18
%0.48
%18.04

Codes

Color #D1ABD0 in popluar color models

D1ABD0
RGB209171208
HSL302°29.23%74.51%
HSB/HSV302°18.18%81.96%
CMYK0.00%18.18%0.48%
18.04%

Color #D1ABD0 in popluar number systems.

HEXD1ABD0
Decimal209171208
Binary110100011010101111010000
Octal321253320

Shades and tints

Shades of #D1ABD0

#D1ABD0
(209,171,208)
#BE9CBE
(190,156,190)
#AB8DAC
(171,141,172)
#987E9A
(152,126,154)
#856F88
(133,111,136)
#726076
(114,96,118)
#5F5164
(95,81,100)
#4C4252
(76,66,82)
#393340
(57,51,64)
#26242E
(38,36,46)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #D1ABD0

#D1ABD0
(209,171,208)
#D5B2D4
(213,178,212)
#D9B9D8
(217,185,216)
#DDC0DC
(221,192,220)
#E1C7E0
(225,199,224)
#E5CEE4
(229,206,228)
#E9D5E8
(233,213,232)
#EDDCEC
(237,220,236)
#F1E3F0
(241,227,240)
#F5EAF4
(245,234,244)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ABD0; }

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

This text font color is #D1ABD0.


Background Color

.myBgColor { background-color: #D1ABD0; }

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

This div background color is #D1ABD0.


Border color

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

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

This div border color is #D1ABD0.


Opacity

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

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

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

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

This text has shadow with #D1ABD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ABD0 on black background.


Color preview on white background

This text has color #D1ABD0 on white background.



Black color preview on #D1ABD0 background

This text has black color on #D1ABD0 background.


White color preview on #D1ABD0 background

This text has white color on #D1ABD0 background.