COLOR #D7A5ED

HEX: #D7A5ED RGB: (215,165,237)

Color info

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

RGB color model

#D7A5ED color RGB value is (215,165,237).

RGB: (215,165,237) (84%, 65%, 93%)

RGB channels and saturation

R 215 of 255 = 84%
G 165 of 255 = 65%
B 237 of 255 = 93%

215
165
237

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

Portions of RGB colors in percentages

R + G + B = 215 + 165 + 237 = 617 (100%)
R 215 of 617 ~ 34.85%
G 165 of 617 ~ 26.74%
B 237 of 617 ~ 38.41'%

%34.85
%26.74
%38.41

CMYK color model

#D7A5ED color CMYK value is (9,30,0,7).

  • cyan value is 9.28%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (9,30,0,7)
C9M30Y0K7 (9%, 30%, 0%, 7%)
(0.09 / 0.30 / 0.00 / 0.07)

CMYK percentages

%9.28
%30.38
%0
%7.06

Codes

Color #D7A5ED in popluar color models

D7 A5 ED
RGB 215 165 237
HSL 282° 66.67% 78.82%
HSB/HSV 282° 30.38% 92.94%
CMYK 9.28% 30.38% 0.00%
7.06%

Color #D7A5ED in popluar number systems.

HEX D7 A5 ED
Decimal 215 165 237
Binary 11010111 10100101 11101101
Octal 327 245 355

Shades and tints

Shades of #D7A5ED

#D7A5ED
(215,165,237)
#C496D8
(196,150,216)
#B187C3
(177,135,195)
#9E78AE
(158,120,174)
#8B6999
(139,105,153)
#785A84
(120,90,132)
#654B6F
(101,75,111)
#523C5A
(82,60,90)
#3F2D45
(63,45,69)
#2C1E30
(44,30,48)
#190F1B
(25,15,27)
#000000
(0,0,0)

Tints of #D7A5ED

#D7A5ED
(215,165,237)
#DAADEE
(218,173,238)
#DDB5EF
(221,181,239)
#E0BDF0
(224,189,240)
#E3C5F1
(227,197,241)
#E6CDF2
(230,205,242)
#E9D5F3
(233,213,243)
#ECDDF4
(236,221,244)
#EFE5F5
(239,229,245)
#F2EDF6
(242,237,246)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A5ED color. Also use rgb(215,165,237) instead hex code.

Text Font Color

.myTextColor { color: #D7A5ED; }

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

This text font color is #D7A5ED.

Background Color

.myBgColor { background-color: #D7A5ED; }

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

This div background color is #D7A5ED.

Border color

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

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

This div border color is #D7A5ED.

Opacity

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

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

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

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

This text has shadow with #D7A5ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A5ED.

Preview

Color preview on black background

This text has color #D7A5ED on black background.


Color preview on white background

This text has color #D7A5ED on white background.


Black color preview on #D7A5ED background

This text has black color on #D7A5ED background.


White color preview on #D7A5ED background

This text has white color on #D7A5ED background.


Related colors

Complementary color

Complementary color for #hex is #285A12.


I love getcolorcode.com

Triadic colors

1 #EDD7A5 and #A5EDD7 with #D7A5ED are triadic colors.

2 #EDA5D7 and #A5D7ED with #D7A5ED are triadic colors.