COLOR #D5A7DA

HEX: #D5A7DA
RGB: (213,167,218)

Color info

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

RGB color model

#D5A7DA color RGB value is (213,167,218).

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

RGB channels and saturation

R 213 of 255 = 84%
G 167 of 255 = 65%
B 218 of 255 = 85%

213
167
218

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

Portions of RGB colors in percentages

R + G + B =
213 + 167 + 218 = 598 (100%)
R 213 of 598 ~ 35.62%
G 167 of 598 ~ 27.93%
B 218 of 598 ~ 36.45%

%35.62
%27.93
%36.45

CMYK color model

#D5A7DA color CMYK value is (2,23,0,15).

  • cyan value is 2.29%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(2,23,0,15)
C2M23Y0K15 
(2%,23%,0%,15%)
(0.02/0.23/0.00/0.15)	

CMYK percentages

%2.29
%23.39
%0
%14.51

Codes

Color #D5A7DA in popluar color models

D5A7DA
RGB213167218
HSL294°40.80%75.49%
HSB/HSV294°23.39%85.49%
CMYK2.29%23.39%0.00%
14.51%

Color #D5A7DA in popluar number systems.

HEXD5A7DA
Decimal213167218
Binary110101011010011111011010
Octal325247332

Shades and tints

Shades of #D5A7DA

#D5A7DA
(213,167,218)
#C298C7
(194,152,199)
#AF89B4
(175,137,180)
#9C7AA1
(156,122,161)
#896B8E
(137,107,142)
#765C7B
(118,92,123)
#634D68
(99,77,104)
#503E55
(80,62,85)
#3D2F42
(61,47,66)
#2A202F
(42,32,47)
#17111C
(23,17,28)
#000000
(0,0,0)

Tints of #D5A7DA

#D5A7DA
(213,167,218)
#D8AFDD
(216,175,221)
#DBB7E0
(219,183,224)
#DEBFE3
(222,191,227)
#E1C7E6
(225,199,230)
#E4CFE9
(228,207,233)
#E7D7EC
(231,215,236)
#EADFEF
(234,223,239)
#EDE7F2
(237,231,242)
#F0EFF5
(240,239,245)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A7DA; }

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

This text font color is #D5A7DA.


Background Color

.myBgColor { background-color: #D5A7DA; }

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

This div background color is #D5A7DA.


Border color

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

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

This div border color is #D5A7DA.


Opacity

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

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

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

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

This text has shadow with #D5A7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A7DA on black background.


Color preview on white background

This text has color #D5A7DA on white background.



Black color preview on #D5A7DA background

This text has black color on #D5A7DA background.


White color preview on #D5A7DA background

This text has white color on #D5A7DA background.