COLOR #D7A6E7

HEX: #D7A6E7
RGB: (215,166,231)

Color info

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

RGB color model

#D7A6E7 color RGB value is (215,166,231).

  • red value is 215;
  • green value is 166;
  • blue value is 231.
RGB:
(215,166,231)
(84%,65%,91%)

RGB channels and saturation

R 215 of 255 = 84%
G 166 of 255 = 65%
B 231 of 255 = 91%

215
166
231

R + G + B ~ 80%. #D7A6E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 166 + 231 = 612 (100%)
R 215 of 612 ~ 35.13%
G 166 of 612 ~ 27.12%
B 231 of 612 ~ 37.75%

%35.13
%27.12
%37.75

CMYK color model

#D7A6E7 color CMYK value is (7,28,0,9).

  • cyan value is 6.93%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(7,28,0,9)
C7M28Y0K9 
(7%,28%,0%,9%)
(0.07/0.28/0.00/0.09)	

CMYK percentages

%6.93
%28.14
%0
%9.41

Codes

Color #D7A6E7 in popluar color models

D7A6E7
RGB215166231
HSL285°57.52%77.84%
HSB/HSV285°28.14%90.59%
CMYK6.93%28.14%0.00%
9.41%

Color #D7A6E7 in popluar number systems.

HEXD7A6E7
Decimal215166231
Binary110101111010011011100111
Octal327246347

Shades and tints

Shades of #D7A6E7

#D7A6E7
(215,166,231)
#C497D2
(196,151,210)
#B188BD
(177,136,189)
#9E79A8
(158,121,168)
#8B6A93
(139,106,147)
#785B7E
(120,91,126)
#654C69
(101,76,105)
#523D54
(82,61,84)
#3F2E3F
(63,46,63)
#2C1F2A
(44,31,42)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #D7A6E7

#D7A6E7
(215,166,231)
#DAAEE9
(218,174,233)
#DDB6EB
(221,182,235)
#E0BEED
(224,190,237)
#E3C6EF
(227,198,239)
#E6CEF1
(230,206,241)
#E9D6F3
(233,214,243)
#ECDEF5
(236,222,245)
#EFE6F7
(239,230,247)
#F2EEF9
(242,238,249)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A6E7 color. Also use rgb(215,166,231) instead hex code.

Text Font Color

.myTextColor { color: #D7A6E7; }

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

This text font color is #D7A6E7.


Background Color

.myBgColor { background-color: #D7A6E7; }

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

This div background color is #D7A6E7.


Border color

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

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

This div border color is #D7A6E7.


Opacity

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

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

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

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

This text has shadow with #D7A6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7A6E7 on black background.


Color preview on white background

This text has color #D7A6E7 on white background.



Black color preview on #D7A6E7 background

This text has black color on #D7A6E7 background.


White color preview on #D7A6E7 background

This text has white color on #D7A6E7 background.