COLOR #D1ABDF

HEX: #D1ABDF RGB: (209,171,223)

Color info

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

RGB color model

#D1ABDF color RGB value is (209,171,223).

RGB: (209,171,223) (82%, 67%, 87%)

RGB channels and saturation

R 209 of 255 = 82%
G 171 of 255 = 67%
B 223 of 255 = 87%

209
171
223

R + G + B ~ 79%. #D1ABDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 171 + 223 = 603 (100%)
R 209 of 603 ~ 34.66%
G 171 of 603 ~ 28.36%
B 223 of 603 ~ 36.98'%

%34.66
%28.36
%36.98

CMYK color model

#D1ABDF color CMYK value is (6,23,0,13).

  • cyan value is 6.28%
  • magenta value is 23.32%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (6,23,0,13)
C6M23Y0K13 (6%, 23%, 0%, 13%)
(0.06 / 0.23 / 0.00 / 0.13)

CMYK percentages

%6.28
%23.32
%0
%12.55

Codes

Color #D1ABDF in popluar color models

D1 AB DF
RGB 209 171 223
HSL 284° 44.83% 77.25%
HSB/HSV 284° 23.32% 87.45%
CMYK 6.28% 23.32% 0.00%
12.55%

Color #D1ABDF in popluar number systems.

HEX D1 AB DF
Decimal 209 171 223
Binary 11010001 10101011 11011111
Octal 321 253 337

Shades and tints

Shades of #D1ABDF

#D1ABDF
(209,171,223)
#BE9CCB
(190,156,203)
#AB8DB7
(171,141,183)
#987EA3
(152,126,163)
#856F8F
(133,111,143)
#72607B
(114,96,123)
#5F5167
(95,81,103)
#4C4253
(76,66,83)
#39333F
(57,51,63)
#26242B
(38,36,43)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #D1ABDF

#D1ABDF
(209,171,223)
#D5B2E1
(213,178,225)
#D9B9E3
(217,185,227)
#DDC0E5
(221,192,229)
#E1C7E7
(225,199,231)
#E5CEE9
(229,206,233)
#E9D5EB
(233,213,235)
#EDDCED
(237,220,237)
#F1E3EF
(241,227,239)
#F5EAF1
(245,234,241)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ABDF; }

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

This text font color is #D1ABDF.

Background Color

.myBgColor { background-color: #D1ABDF; }

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

This div background color is #D1ABDF.

Border color

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

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

This div border color is #D1ABDF.

Opacity

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

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

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

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

This text has shadow with #D1ABDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1ABDF.

Preview

Color preview on black background

This text has color #D1ABDF on black background.


Color preview on white background

This text has color #D1ABDF on white background.


Black color preview on #D1ABDF background

This text has black color on #D1ABDF background.


White color preview on #D1ABDF background

This text has white color on #D1ABDF background.


Related colors

Complementary color

Complementary color for #hex is #2E5420.


I love getcolorcode.com

Triadic colors

1 #DFD1AB and #ABDFD1 with #D1ABDF are triadic colors.

2 #DFABD1 and #ABD1DF with #D1ABDF are triadic colors.