COLOR #D5ABDF

HEX: #D5ABDF
RGB: (213,171,223)

Color info

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

RGB color model

#D5ABDF color RGB value is (213,171,223).

  • red value is 213;
  • green value is 171;
  • blue value is 223.
RGB:
(213,171,223)
(84%,67%,87%)

RGB channels and saturation

R 213 of 255 = 84%
G 171 of 255 = 67%
B 223 of 255 = 87%

213
171
223

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

Portions of RGB colors in percentages

R + G + B =
213 + 171 + 223 = 607 (100%)
R 213 of 607 ~ 35.09%
G 171 of 607 ~ 28.17%
B 223 of 607 ~ 36.74%

%35.09
%28.17
%36.74

CMYK color model

#D5ABDF color CMYK value is (4,23,0,13).

  • cyan value is 4.48%
  • magenta value is 23.32%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,23,0,13)
C4M23Y0K13 
(4%,23%,0%,13%)
(0.04/0.23/0.00/0.13)	

CMYK percentages

%4.48
%23.32
%0
%12.55

Codes

Color #D5ABDF in popluar color models

D5ABDF
RGB213171223
HSL288°44.83%77.25%
HSB/HSV288°23.32%87.45%
CMYK4.48%23.32%0.00%
12.55%

Color #D5ABDF in popluar number systems.

HEXD5ABDF
Decimal213171223
Binary110101011010101111011111
Octal325253337

Shades and tints

Shades of #D5ABDF

#D5ABDF
(213,171,223)
#C29CCB
(194,156,203)
#AF8DB7
(175,141,183)
#9C7EA3
(156,126,163)
#896F8F
(137,111,143)
#76607B
(118,96,123)
#635167
(99,81,103)
#504253
(80,66,83)
#3D333F
(61,51,63)
#2A242B
(42,36,43)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #D5ABDF

#D5ABDF
(213,171,223)
#D8B2E1
(216,178,225)
#DBB9E3
(219,185,227)
#DEC0E5
(222,192,229)
#E1C7E7
(225,199,231)
#E4CEE9
(228,206,233)
#E7D5EB
(231,213,235)
#EADCED
(234,220,237)
#EDE3EF
(237,227,239)
#F0EAF1
(240,234,241)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ABDF; }

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

This text font color is #D5ABDF.


Background Color

.myBgColor { background-color: #D5ABDF; }

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

This div background color is #D5ABDF.


Border color

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

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

This div border color is #D5ABDF.


Opacity

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

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

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

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

This text has shadow with #D5ABDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ABDF on black background.


Color preview on white background

This text has color #D5ABDF on white background.



Black color preview on #D5ABDF background

This text has black color on #D5ABDF background.


White color preview on #D5ABDF background

This text has white color on #D5ABDF background.