COLOR #D86AD6

HEX: #D86AD6
RGB: (216,106,214)

Color info

#D86AD6 contains mainly red and blue colors. Web safe color of #D86AD6 is #CC66CC (or #C6C).

RGB color model

#D86AD6 color RGB value is (216,106,214).

  • red value is 216;
  • green value is 106;
  • blue value is 214.
RGB:
(216,106,214)
(85%,42%,84%)

RGB channels and saturation

R 216 of 255 = 85%
G 106 of 255 = 42%
B 214 of 255 = 84%

216
106
214

R + G + B ~ 70%. #D86AD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 106 + 214 = 536 (100%)
R 216 of 536 ~ 40.3%
G 106 of 536 ~ 19.78%
B 214 of 536 ~ 39.93%

%40.3
%19.78
%39.93

CMYK color model

#D86AD6 color CMYK value is (0,51,1,15).

  • cyan value is 0.00%
  • magenta value is 50.93%
  • yellow value is 0.93%
  • key color value is 15.29%
CMYK:
(0,51,1,15)
C0M51Y1K15 
(0%,51%,1%,15%)
(0.00/0.51/0.01/0.15)	

CMYK percentages

%0
%50.93
%0.93
%15.29

Codes

Color #D86AD6 in popluar color models

D86AD6
RGB216106214
HSL301°58.51%63.14%
HSB/HSV301°50.93%84.71%
CMYK0.00%50.93%0.93%
15.29%

Color #D86AD6 in popluar number systems.

HEXD86AD6
Decimal216106214
Binary11011000110101011010110
Octal330152326

Shades and tints

Shades of #D86AD6

#D86AD6
(216,106,214)
#C561C3
(197,97,195)
#B258B0
(178,88,176)
#9F4F9D
(159,79,157)
#8C468A
(140,70,138)
#793D77
(121,61,119)
#663464
(102,52,100)
#532B51
(83,43,81)
#40223E
(64,34,62)
#2D192B
(45,25,43)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #D86AD6

#D86AD6
(216,106,214)
#DB77D9
(219,119,217)
#DE84DC
(222,132,220)
#E191DF
(225,145,223)
#E49EE2
(228,158,226)
#E7ABE5
(231,171,229)
#EAB8E8
(234,184,232)
#EDC5EB
(237,197,235)
#F0D2EE
(240,210,238)
#F3DFF1
(243,223,241)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D86AD6 color. Also use rgb(216,106,214) instead hex code.

Text Font Color

.myTextColor { color: #D86AD6; }

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

This text font color is #D86AD6.


Background Color

.myBgColor { background-color: #D86AD6; }

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

This div background color is #D86AD6.


Border color

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

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

This div border color is #D86AD6.


Opacity

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

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

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

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

This text has shadow with #D86AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D86AD6 on black background.


Color preview on white background

This text has color #D86AD6 on white background.



Black color preview on #D86AD6 background

This text has black color on #D86AD6 background.


White color preview on #D86AD6 background

This text has white color on #D86AD6 background.