COLOR #D3ABD5

HEX: #D3ABD5
RGB: (211,171,213)

Color info

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

RGB color model

#D3ABD5 color RGB value is (211,171,213).

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

RGB channels and saturation

R 211 of 255 = 83%
G 171 of 255 = 67%
B 213 of 255 = 84%

211
171
213

R + G + B ~ 78%. #D3ABD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 171 + 213 = 595 (100%)
R 211 of 595 ~ 35.46%
G 171 of 595 ~ 28.74%
B 213 of 595 ~ 35.8%

%35.46
%28.74
%35.8

CMYK color model

#D3ABD5 color CMYK value is (1,20,0,16).

  • cyan value is 0.94%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(1,20,0,16)
C1M20Y0K16 
(1%,20%,0%,16%)
(0.01/0.20/0.00/0.16)	

CMYK percentages

%0.94
%19.72
%0
%16.47

Codes

Color #D3ABD5 in popluar color models

D3ABD5
RGB211171213
HSL297°33.33%75.29%
HSB/HSV297°19.72%83.53%
CMYK0.94%19.72%0.00%
16.47%

Color #D3ABD5 in popluar number systems.

HEXD3ABD5
Decimal211171213
Binary110100111010101111010101
Octal323253325

Shades and tints

Shades of #D3ABD5

#D3ABD5
(211,171,213)
#C09CC2
(192,156,194)
#AD8DAF
(173,141,175)
#9A7E9C
(154,126,156)
#876F89
(135,111,137)
#746076
(116,96,118)
#615163
(97,81,99)
#4E4250
(78,66,80)
#3B333D
(59,51,61)
#28242A
(40,36,42)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #D3ABD5

#D3ABD5
(211,171,213)
#D7B2D8
(215,178,216)
#DBB9DB
(219,185,219)
#DFC0DE
(223,192,222)
#E3C7E1
(227,199,225)
#E7CEE4
(231,206,228)
#EBD5E7
(235,213,231)
#EFDCEA
(239,220,234)
#F3E3ED
(243,227,237)
#F7EAF0
(247,234,240)
#FBF1F3
(251,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3ABD5; }

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

This text font color is #D3ABD5.


Background Color

.myBgColor { background-color: #D3ABD5; }

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

This div background color is #D3ABD5.


Border color

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

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

This div border color is #D3ABD5.


Opacity

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

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

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

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

This text has shadow with #D3ABD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3ABD5 on black background.


Color preview on white background

This text has color #D3ABD5 on white background.



Black color preview on #D3ABD5 background

This text has black color on #D3ABD5 background.


White color preview on #D3ABD5 background

This text has white color on #D3ABD5 background.