COLOR #D3ABE5

HEX: #D3ABE5 RGB: (211,171,229)

Color info

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

RGB color model

#D3ABE5 color RGB value is (211,171,229).

RGB: (211,171,229) (83%, 67%, 90%)

RGB channels and saturation

R 211 of 255 = 83%
G 171 of 255 = 67%
B 229 of 255 = 90%

211
171
229

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

Portions of RGB colors in percentages

R + G + B = 211 + 171 + 229 = 611 (100%)
R 211 of 611 ~ 34.53%
G 171 of 611 ~ 27.99%
B 229 of 611 ~ 37.48'%

%34.53
%27.99
%37.48

CMYK color model

#D3ABE5 color CMYK value is (8,25,0,10).

  • cyan value is 7.86%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (8,25,0,10)
C8M25Y0K10 (8%, 25%, 0%, 10%)
(0.08 / 0.25 / 0.00 / 0.10)

CMYK percentages

%7.86
%25.33
%0
%10.2

Codes

Color #D3ABE5 in popluar color models

D3 AB E5
RGB 211 171 229
HSL 281° 52.73% 78.43%
HSB/HSV 281° 25.33% 89.80%
CMYK 7.86% 25.33% 0.00%
10.20%

Color #D3ABE5 in popluar number systems.

HEX D3 AB E5
Decimal 211 171 229
Binary 11010011 10101011 11100101
Octal 323 253 345

Shades and tints

Shades of #D3ABE5

#D3ABE5
(211,171,229)
#C09CD1
(192,156,209)
#AD8DBD
(173,141,189)
#9A7EA9
(154,126,169)
#876F95
(135,111,149)
#746081
(116,96,129)
#61516D
(97,81,109)
#4E4259
(78,66,89)
#3B3345
(59,51,69)
#282431
(40,36,49)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #D3ABE5

#D3ABE5
(211,171,229)
#D7B2E7
(215,178,231)
#DBB9E9
(219,185,233)
#DFC0EB
(223,192,235)
#E3C7ED
(227,199,237)
#E7CEEF
(231,206,239)
#EBD5F1
(235,213,241)
#EFDCF3
(239,220,243)
#F3E3F5
(243,227,245)
#F7EAF7
(247,234,247)
#FBF1F9
(251,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ABE5 color. Also use rgb(211,171,229) instead hex code.

Text Font Color

.myTextColor { color: #D3ABE5; }

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

This text font color is #D3ABE5.

Background Color

.myBgColor { background-color: #D3ABE5; }

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

This div background color is #D3ABE5.

Border color

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

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

This div border color is #D3ABE5.

Opacity

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

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

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

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

This text has shadow with #D3ABE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3ABE5.

Preview

Color preview on black background

This text has color #D3ABE5 on black background.


Color preview on white background

This text has color #D3ABE5 on white background.


Black color preview on #D3ABE5 background

This text has black color on #D3ABE5 background.


White color preview on #D3ABE5 background

This text has white color on #D3ABE5 background.


Related colors

Complementary color

Complementary color for #hex is #2C541A.


I love getcolorcode.com

Triadic colors

1 #E5D3AB and #ABE5D3 with #D3ABE5 are triadic colors.

2 #E5ABD3 and #ABD3E5 with #D3ABE5 are triadic colors.