COLOR #D3A3D1

HEX: #D3A3D1
RGB: (211,163,209)

Color info

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

RGB color model

#D3A3D1 color RGB value is (211,163,209).

  • red value is 211;
  • green value is 163;
  • blue value is 209.
RGB:
(211,163,209)
(83%,64%,82%)

RGB channels and saturation

R 211 of 255 = 83%
G 163 of 255 = 64%
B 209 of 255 = 82%

211
163
209

R + G + B ~ 76%. #D3A3D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 163 + 209 = 583 (100%)
R 211 of 583 ~ 36.19%
G 163 of 583 ~ 27.96%
B 209 of 583 ~ 35.85%

%36.19
%27.96
%35.85

CMYK color model

#D3A3D1 color CMYK value is (0,23,1,17).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 0.95%
  • key color value is 17.25%
CMYK:
(0,23,1,17)
C0M23Y1K17 
(0%,23%,1%,17%)
(0.00/0.23/0.01/0.17)	

CMYK percentages

%0
%22.75
%0.95
%17.25

Codes

Color #D3A3D1 in popluar color models

D3A3D1
RGB211163209
HSL303°35.29%73.33%
HSB/HSV303°22.75%82.75%
CMYK0.00%22.75%0.95%
17.25%

Color #D3A3D1 in popluar number systems.

HEXD3A3D1
Decimal211163209
Binary110100111010001111010001
Octal323243321

Shades and tints

Shades of #D3A3D1

#D3A3D1
(211,163,209)
#C095BE
(192,149,190)
#AD87AB
(173,135,171)
#9A7998
(154,121,152)
#876B85
(135,107,133)
#745D72
(116,93,114)
#614F5F
(97,79,95)
#4E414C
(78,65,76)
#3B3339
(59,51,57)
#282526
(40,37,38)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #D3A3D1

#D3A3D1
(211,163,209)
#D7ABD5
(215,171,213)
#DBB3D9
(219,179,217)
#DFBBDD
(223,187,221)
#E3C3E1
(227,195,225)
#E7CBE5
(231,203,229)
#EBD3E9
(235,211,233)
#EFDBED
(239,219,237)
#F3E3F1
(243,227,241)
#F7EBF5
(247,235,245)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A3D1 color. Also use rgb(211,163,209) instead hex code.

Text Font Color

.myTextColor { color: #D3A3D1; }

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

This text font color is #D3A3D1.


Background Color

.myBgColor { background-color: #D3A3D1; }

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

This div background color is #D3A3D1.


Border color

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

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

This div border color is #D3A3D1.


Opacity

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

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

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

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

This text has shadow with #D3A3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A3D1 on black background.


Color preview on white background

This text has color #D3A3D1 on white background.



Black color preview on #D3A3D1 background

This text has black color on #D3A3D1 background.


White color preview on #D3A3D1 background

This text has white color on #D3A3D1 background.