COLOR #D7A0E6

HEX: #D7A0E6
RGB: (215,160,230)

Color info

#D7A0E6 contains mainly red and blue colors. Web safe color of #D7A0E6 is #CC99CC (or #C9C).

RGB color model

#D7A0E6 color RGB value is (215,160,230).

  • red value is 215;
  • green value is 160;
  • blue value is 230.
RGB:
(215,160,230)
(84%,63%,90%)

RGB channels and saturation

R 215 of 255 = 84%
G 160 of 255 = 63%
B 230 of 255 = 90%

215
160
230

R + G + B ~ 79%. #D7A0E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 160 + 230 = 605 (100%)
R 215 of 605 ~ 35.54%
G 160 of 605 ~ 26.45%
B 230 of 605 ~ 38.02%

%35.54
%26.45
%38.02

CMYK color model

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

  • cyan value is 6.52%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(7,30,0,10)
C7M30Y0K10 
(7%,30%,0%,10%)
(0.07/0.30/0.00/0.10)	

CMYK percentages

%6.52
%30.43
%0
%9.8

Codes

Color #D7A0E6 in popluar color models

D7A0E6
RGB215160230
HSL287°58.33%76.47%
HSB/HSV287°30.43%90.20%
CMYK6.52%30.43%0.00%
9.80%

Color #D7A0E6 in popluar number systems.

HEXD7A0E6
Decimal215160230
Binary110101111010000011100110
Octal327240346

Shades and tints

Shades of #D7A0E6

#D7A0E6
(215,160,230)
#C492D2
(196,146,210)
#B184BE
(177,132,190)
#9E76AA
(158,118,170)
#8B6896
(139,104,150)
#785A82
(120,90,130)
#654C6E
(101,76,110)
#523E5A
(82,62,90)
#3F3046
(63,48,70)
#2C2232
(44,34,50)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #D7A0E6

#D7A0E6
(215,160,230)
#DAA8E8
(218,168,232)
#DDB0EA
(221,176,234)
#E0B8EC
(224,184,236)
#E3C0EE
(227,192,238)
#E6C8F0
(230,200,240)
#E9D0F2
(233,208,242)
#ECD8F4
(236,216,244)
#EFE0F6
(239,224,246)
#F2E8F8
(242,232,248)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A0E6 color. Also use rgb(215,160,230) instead hex code.

Text Font Color

.myTextColor { color: #D7A0E6; }

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

This text font color is #D7A0E6.


Background Color

.myBgColor { background-color: #D7A0E6; }

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

This div background color is #D7A0E6.


Border color

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

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

This div border color is #D7A0E6.


Opacity

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

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

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

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

This text has shadow with #D7A0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A0E6 on black background.


Color preview on white background

This text has color #D7A0E6 on white background.



Black color preview on #D7A0E6 background

This text has black color on #D7A0E6 background.


White color preview on #D7A0E6 background

This text has white color on #D7A0E6 background.