COLOR #D5A7ED

HEX: #D5A7ED
RGB: (213,167,237)

Color info

#D5A7ED contains mainly red and blue colors. Web safe color of #D5A7ED is #CC99FF (or #C9F).

RGB color model

#D5A7ED color RGB value is (213,167,237).

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

RGB channels and saturation

R 213 of 255 = 84%
G 167 of 255 = 65%
B 237 of 255 = 93%

213
167
237

R + G + B ~ 81%. #D5A7ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 167 + 237 = 617 (100%)
R 213 of 617 ~ 34.52%
G 167 of 617 ~ 27.07%
B 237 of 617 ~ 38.41%

%34.52
%27.07
%38.41

CMYK color model

#D5A7ED color CMYK value is (10,30,0,7).

  • cyan value is 10.13%
  • magenta value is 29.54%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(10,30,0,7)
C10M30Y0K7 
(10%,30%,0%,7%)
(0.10/0.30/0.00/0.07)	

CMYK percentages

%10.13
%29.54
%0
%7.06

Codes

Color #D5A7ED in popluar color models

D5A7ED
RGB213167237
HSL279°66.04%79.22%
HSB/HSV279°29.54%92.94%
CMYK10.13%29.54%0.00%
7.06%

Color #D5A7ED in popluar number systems.

HEXD5A7ED
Decimal213167237
Binary110101011010011111101101
Octal325247355

Shades and tints

Shades of #D5A7ED

#D5A7ED
(213,167,237)
#C298D8
(194,152,216)
#AF89C3
(175,137,195)
#9C7AAE
(156,122,174)
#896B99
(137,107,153)
#765C84
(118,92,132)
#634D6F
(99,77,111)
#503E5A
(80,62,90)
#3D2F45
(61,47,69)
#2A2030
(42,32,48)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #D5A7ED

#D5A7ED
(213,167,237)
#D8AFEE
(216,175,238)
#DBB7EF
(219,183,239)
#DEBFF0
(222,191,240)
#E1C7F1
(225,199,241)
#E4CFF2
(228,207,242)
#E7D7F3
(231,215,243)
#EADFF4
(234,223,244)
#EDE7F5
(237,231,245)
#F0EFF6
(240,239,246)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5A7ED; }

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

This text font color is #D5A7ED.


Background Color

.myBgColor { background-color: #D5A7ED; }

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

This div background color is #D5A7ED.


Border color

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

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

This div border color is #D5A7ED.


Opacity

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

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

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

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

This text has shadow with #D5A7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A7ED on black background.


Color preview on white background

This text has color #D5A7ED on white background.



Black color preview on #D5A7ED background

This text has black color on #D5A7ED background.


White color preview on #D5A7ED background

This text has white color on #D5A7ED background.