COLOR #D87EE8

HEX: #D87EE8 RGB: (216,126,232)

Color info

#D87EE8 contains mainly red and blue colors. Web safe color of #D87EE8 is #CC66FF (or #C6F).

RGB color model

#D87EE8 color RGB value is (216,126,232).

RGB: (216,126,232) (85%, 49%, 91%)

RGB channels and saturation

R 216 of 255 = 85%
G 126 of 255 = 49%
B 232 of 255 = 91%

216
126
232

R + G + B ~ 75%. #D87EE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 126 + 232 = 574 (100%)
R 216 of 574 ~ 37.63%
G 126 of 574 ~ 21.95%
B 232 of 574 ~ 40.42'%

%37.63
%21.95
%40.42

CMYK color model

#D87EE8 color CMYK value is (7,46,0,9).

  • cyan value is 6.90%
  • magenta value is 45.69%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (7,46,0,9) C7M46Y0K9 (7%,46%,0%,9%) (0.07/0.46/0.00/0.09) 

CMYK percentages

%6.9
%45.69
%0
%9.02

Codes

Color #D87EE8 in popluar color models

D8 7E E8
RGB 216 126 232
HSL 291° 69.74% 70.20%
HSB/HSV 291° 45.69% 90.98%
CMYK 6.90% 45.69% 0.00%
9.02%

Color #D87EE8 in popluar number systems.

HEX D8 7E E8
Decimal 216 126 232
Binary 11011000 1111110 11101000
Octal 330 176 350

Shades and tints

Shades of #D87EE8

#D87EE8
(216,126,232)
#C573D3
(197,115,211)
#B268BE
(178,104,190)
#9F5DA9
(159,93,169)
#8C5294
(140,82,148)
#79477F
(121,71,127)
#663C6A
(102,60,106)
#533155
(83,49,85)
#402640
(64,38,64)
#2D1B2B
(45,27,43)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #D87EE8

#D87EE8
(216,126,232)
#DB89EA
(219,137,234)
#DE94EC
(222,148,236)
#E19FEE
(225,159,238)
#E4AAF0
(228,170,240)
#E7B5F2
(231,181,242)
#EAC0F4
(234,192,244)
#EDCBF6
(237,203,246)
#F0D6F8
(240,214,248)
#F3E1FA
(243,225,250)
#F6ECFC
(246,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87EE8 color. Also use rgb(216,126,232) instead hex code.

Text Font Color

.myTextColor { color: #D87EE8; }

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

This text font color is #D87EE8.

Background Color

.myBgColor { background-color: #D87EE8; }

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

This div background color is #D87EE8.

Border color

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

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

This div border color is #D87EE8.

Opacity

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

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

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

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

This text has shadow with #D87EE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D87EE8.

Preview

Color preview on black background

This text has color #D87EE8 on black background.


Color preview on white background

This text has color #D87EE8 on white background.


Black color preview on #D87EE8 background

This text has black color on #D87EE8 background.


White color preview on #D87EE8 background

This text has white color on #D87EE8 background.


Related colors

Complementary color

Complementary color for #hex is #278117.


I love getcolorcode.com

Triadic colors

1 #E8D87E and #7EE8D8 with #D87EE8 are triadic colors.

2 #E87ED8 and #7ED8E8 with #D87EE8 are triadic colors.