COLOR #D5ABE3

HEX: #D5ABE3
RGB: (213,171,227)

Color info

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

RGB color model

#D5ABE3 color RGB value is (213,171,227).

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

RGB channels and saturation

R 213 of 255 = 84%
G 171 of 255 = 67%
B 227 of 255 = 89%

213
171
227

R + G + B ~ 80%. #D5ABE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 171 + 227 = 611 (100%)
R 213 of 611 ~ 34.86%
G 171 of 611 ~ 27.99%
B 227 of 611 ~ 37.15%

%34.86
%27.99
%37.15

CMYK color model

#D5ABE3 color CMYK value is (6,25,0,11).

  • cyan value is 6.17%
  • magenta value is 24.67%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(6,25,0,11)
C6M25Y0K11 
(6%,25%,0%,11%)
(0.06/0.25/0.00/0.11)	

CMYK percentages

%6.17
%24.67
%0
%10.98

Codes

Color #D5ABE3 in popluar color models

D5ABE3
RGB213171227
HSL285°50.00%78.04%
HSB/HSV285°24.67%89.02%
CMYK6.17%24.67%0.00%
10.98%

Color #D5ABE3 in popluar number systems.

HEXD5ABE3
Decimal213171227
Binary110101011010101111100011
Octal325253343

Shades and tints

Shades of #D5ABE3

#D5ABE3
(213,171,227)
#C29CCF
(194,156,207)
#AF8DBB
(175,141,187)
#9C7EA7
(156,126,167)
#896F93
(137,111,147)
#76607F
(118,96,127)
#63516B
(99,81,107)
#504257
(80,66,87)
#3D3343
(61,51,67)
#2A242F
(42,36,47)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #D5ABE3

#D5ABE3
(213,171,227)
#D8B2E5
(216,178,229)
#DBB9E7
(219,185,231)
#DEC0E9
(222,192,233)
#E1C7EB
(225,199,235)
#E4CEED
(228,206,237)
#E7D5EF
(231,213,239)
#EADCF1
(234,220,241)
#EDE3F3
(237,227,243)
#F0EAF5
(240,234,245)
#F3F1F7
(243,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ABE3; }

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

This text font color is #D5ABE3.


Background Color

.myBgColor { background-color: #D5ABE3; }

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

This div background color is #D5ABE3.


Border color

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

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

This div border color is #D5ABE3.


Opacity

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

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

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

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

This text has shadow with #D5ABE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ABE3 on black background.


Color preview on white background

This text has color #D5ABE3 on white background.



Black color preview on #D5ABE3 background

This text has black color on #D5ABE3 background.


White color preview on #D5ABE3 background

This text has white color on #D5ABE3 background.