COLOR #D3A7DA

HEX: #D3A7DA
RGB: (211,167,218)

Color info

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

RGB color model

#D3A7DA color RGB value is (211,167,218).

  • red value is 211;
  • green value is 167;
  • blue value is 218.
RGB:
(211,167,218)
(83%,65%,85%)

RGB channels and saturation

R 211 of 255 = 83%
G 167 of 255 = 65%
B 218 of 255 = 85%

211
167
218

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

Portions of RGB colors in percentages

R + G + B =
211 + 167 + 218 = 596 (100%)
R 211 of 596 ~ 35.4%
G 167 of 596 ~ 28.02%
B 218 of 596 ~ 36.58%

%35.4
%28.02
%36.58

CMYK color model

#D3A7DA color CMYK value is (3,23,0,15).

  • cyan value is 3.21%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(3,23,0,15)
C3M23Y0K15 
(3%,23%,0%,15%)
(0.03/0.23/0.00/0.15)	

CMYK percentages

%3.21
%23.39
%0
%14.51

Codes

Color #D3A7DA in popluar color models

D3A7DA
RGB211167218
HSL292°40.80%75.49%
HSB/HSV292°23.39%85.49%
CMYK3.21%23.39%0.00%
14.51%

Color #D3A7DA in popluar number systems.

HEXD3A7DA
Decimal211167218
Binary110100111010011111011010
Octal323247332

Shades and tints

Shades of #D3A7DA

#D3A7DA
(211,167,218)
#C098C7
(192,152,199)
#AD89B4
(173,137,180)
#9A7AA1
(154,122,161)
#876B8E
(135,107,142)
#745C7B
(116,92,123)
#614D68
(97,77,104)
#4E3E55
(78,62,85)
#3B2F42
(59,47,66)
#28202F
(40,32,47)
#15111C
(21,17,28)
#000000
(0,0,0)

Tints of #D3A7DA

#D3A7DA
(211,167,218)
#D7AFDD
(215,175,221)
#DBB7E0
(219,183,224)
#DFBFE3
(223,191,227)
#E3C7E6
(227,199,230)
#E7CFE9
(231,207,233)
#EBD7EC
(235,215,236)
#EFDFEF
(239,223,239)
#F3E7F2
(243,231,242)
#F7EFF5
(247,239,245)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A7DA color. Also use rgb(211,167,218) instead hex code.

Text Font Color

.myTextColor { color: #D3A7DA; }

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

This text font color is #D3A7DA.


Background Color

.myBgColor { background-color: #D3A7DA; }

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

This div background color is #D3A7DA.


Border color

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

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

This div border color is #D3A7DA.


Opacity

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

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

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

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

This text has shadow with #D3A7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A7DA on black background.


Color preview on white background

This text has color #D3A7DA on white background.



Black color preview on #D3A7DA background

This text has black color on #D3A7DA background.


White color preview on #D3A7DA background

This text has white color on #D3A7DA background.