COLOR #D2A7E7

HEX: #D2A7E7
RGB: (210,167,231)

Color info

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

RGB color model

#D2A7E7 color RGB value is (210,167,231).

  • red value is 210;
  • green value is 167;
  • blue value is 231.
RGB:
(210,167,231)
(82%,65%,91%)

RGB channels and saturation

R 210 of 255 = 82%
G 167 of 255 = 65%
B 231 of 255 = 91%

210
167
231

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

Portions of RGB colors in percentages

R + G + B =
210 + 167 + 231 = 608 (100%)
R 210 of 608 ~ 34.54%
G 167 of 608 ~ 27.47%
B 231 of 608 ~ 37.99%

%34.54
%27.47
%37.99

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 27.71%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(9,28,0,9)
C9M28Y0K9 
(9%,28%,0%,9%)
(0.09/0.28/0.00/0.09)	

CMYK percentages

%9.09
%27.71
%0
%9.41

Codes

Color #D2A7E7 in popluar color models

D2A7E7
RGB210167231
HSL280°57.14%78.04%
HSB/HSV280°27.71%90.59%
CMYK9.09%27.71%0.00%
9.41%

Color #D2A7E7 in popluar number systems.

HEXD2A7E7
Decimal210167231
Binary110100101010011111100111
Octal322247347

Shades and tints

Shades of #D2A7E7

#D2A7E7
(210,167,231)
#BF98D2
(191,152,210)
#AC89BD
(172,137,189)
#997AA8
(153,122,168)
#866B93
(134,107,147)
#735C7E
(115,92,126)
#604D69
(96,77,105)
#4D3E54
(77,62,84)
#3A2F3F
(58,47,63)
#27202A
(39,32,42)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #D2A7E7

#D2A7E7
(210,167,231)
#D6AFE9
(214,175,233)
#DAB7EB
(218,183,235)
#DEBFED
(222,191,237)
#E2C7EF
(226,199,239)
#E6CFF1
(230,207,241)
#EAD7F3
(234,215,243)
#EEDFF5
(238,223,245)
#F2E7F7
(242,231,247)
#F6EFF9
(246,239,249)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A7E7 color. Also use rgb(210,167,231) instead hex code.

Text Font Color

.myTextColor { color: #D2A7E7; }

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

This text font color is #D2A7E7.


Background Color

.myBgColor { background-color: #D2A7E7; }

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

This div background color is #D2A7E7.


Border color

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

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

This div border color is #D2A7E7.


Opacity

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

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

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

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

This text has shadow with #D2A7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A7E7 on black background.


Color preview on white background

This text has color #D2A7E7 on white background.



Black color preview on #D2A7E7 background

This text has black color on #D2A7E7 background.


White color preview on #D2A7E7 background

This text has white color on #D2A7E7 background.