COLOR #D3A7DF

HEX: #D3A7DF
RGB: (211,167,223)

Color info

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

RGB color model

#D3A7DF color RGB value is (211,167,223).

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

RGB channels and saturation

R 211 of 255 = 83%
G 167 of 255 = 65%
B 223 of 255 = 87%

211
167
223

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

Portions of RGB colors in percentages

R + G + B =
211 + 167 + 223 = 601 (100%)
R 211 of 601 ~ 35.11%
G 167 of 601 ~ 27.79%
B 223 of 601 ~ 37.1%

%35.11
%27.79
%37.1

CMYK color model

#D3A7DF color CMYK value is (5,25,0,13).

  • cyan value is 5.38%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(5,25,0,13)
C5M25Y0K13 
(5%,25%,0%,13%)
(0.05/0.25/0.00/0.13)	

CMYK percentages

%5.38
%25.11
%0
%12.55

Codes

Color #D3A7DF in popluar color models

D3A7DF
RGB211167223
HSL287°46.67%76.47%
HSB/HSV287°25.11%87.45%
CMYK5.38%25.11%0.00%
12.55%

Color #D3A7DF in popluar number systems.

HEXD3A7DF
Decimal211167223
Binary110100111010011111011111
Octal323247337

Shades and tints

Shades of #D3A7DF

#D3A7DF
(211,167,223)
#C098CB
(192,152,203)
#AD89B7
(173,137,183)
#9A7AA3
(154,122,163)
#876B8F
(135,107,143)
#745C7B
(116,92,123)
#614D67
(97,77,103)
#4E3E53
(78,62,83)
#3B2F3F
(59,47,63)
#28202B
(40,32,43)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #D3A7DF

#D3A7DF
(211,167,223)
#D7AFE1
(215,175,225)
#DBB7E3
(219,183,227)
#DFBFE5
(223,191,229)
#E3C7E7
(227,199,231)
#E7CFE9
(231,207,233)
#EBD7EB
(235,215,235)
#EFDFED
(239,223,237)
#F3E7EF
(243,231,239)
#F7EFF1
(247,239,241)
#FBF7F3
(251,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3A7DF; }

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

This text font color is #D3A7DF.


Background Color

.myBgColor { background-color: #D3A7DF; }

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

This div background color is #D3A7DF.


Border color

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

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

This div border color is #D3A7DF.


Opacity

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

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

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

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

This text has shadow with #D3A7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A7DF on black background.


Color preview on white background

This text has color #D3A7DF on white background.



Black color preview on #D3A7DF background

This text has black color on #D3A7DF background.


White color preview on #D3A7DF background

This text has white color on #D3A7DF background.