COLOR #D1ABD2

HEX: #D1ABD2
RGB: (209,171,210)

Color info

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

RGB color model

#D1ABD2 color RGB value is (209,171,210).

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

RGB channels and saturation

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

209
171
210

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

Portions of RGB colors in percentages

R + G + B =
209 + 171 + 210 = 590 (100%)
R 209 of 590 ~ 35.42%
G 171 of 590 ~ 28.98%
B 210 of 590 ~ 35.59%

%35.42
%28.98
%35.59

CMYK color model

#D1ABD2 color CMYK value is (0,19,0,18).

  • cyan value is 0.48%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(0,19,0,18)
C0M19Y0K18 
(0%,19%,0%,18%)
(0.00/0.19/0.00/0.18)	

CMYK percentages

%0.48
%18.57
%0
%17.65

Codes

Color #D1ABD2 in popluar color models

D1ABD2
RGB209171210
HSL298°30.23%74.71%
HSB/HSV298°18.57%82.35%
CMYK0.48%18.57%0.00%
17.65%

Color #D1ABD2 in popluar number systems.

HEXD1ABD2
Decimal209171210
Binary110100011010101111010010
Octal321253322

Shades and tints

Shades of #D1ABD2

#D1ABD2
(209,171,210)
#BE9CBF
(190,156,191)
#AB8DAC
(171,141,172)
#987E99
(152,126,153)
#856F86
(133,111,134)
#726073
(114,96,115)
#5F5160
(95,81,96)
#4C424D
(76,66,77)
#39333A
(57,51,58)
#262427
(38,36,39)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #D1ABD2

#D1ABD2
(209,171,210)
#D5B2D6
(213,178,214)
#D9B9DA
(217,185,218)
#DDC0DE
(221,192,222)
#E1C7E2
(225,199,226)
#E5CEE6
(229,206,230)
#E9D5EA
(233,213,234)
#EDDCEE
(237,220,238)
#F1E3F2
(241,227,242)
#F5EAF6
(245,234,246)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ABD2; }

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

This text font color is #D1ABD2.


Background Color

.myBgColor { background-color: #D1ABD2; }

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

This div background color is #D1ABD2.


Border color

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

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

This div border color is #D1ABD2.


Opacity

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

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

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

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

This text has shadow with #D1ABD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ABD2 on black background.


Color preview on white background

This text has color #D1ABD2 on white background.



Black color preview on #D1ABD2 background

This text has black color on #D1ABD2 background.


White color preview on #D1ABD2 background

This text has white color on #D1ABD2 background.