COLOR #D086E9

HEX: #D086E9 RGB: (208,134,233)

Color info

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

RGB color model

#D086E9 color RGB value is (208,134,233).

RGB: (208,134,233) (82%, 53%, 91%)

RGB channels and saturation

R 208 of 255 = 82%
G 134 of 255 = 53%
B 233 of 255 = 91%

208
134
233

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

Portions of RGB colors in percentages

R + G + B = 208 + 134 + 233 = 575 (100%)
R 208 of 575 ~ 36.17%
G 134 of 575 ~ 23.3%
B 233 of 575 ~ 40.52'%

%36.17
%23.3
%40.52

CMYK color model

#D086E9 color CMYK value is (11,42,0,9).

  • cyan value is 10.73%
  • magenta value is 42.49%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (11,42,0,9) C11M42Y0K9 (11%,42%,0%,9%) (0.11/0.42/0.00/0.09) 

CMYK percentages

%10.73
%42.49
%0
%8.63

Codes

Color #D086E9 in popluar color models

D0 86 E9
RGB 208 134 233
HSL 285° 69.23% 71.96%
HSB/HSV 285° 42.49% 91.37%
CMYK 10.73% 42.49% 0.00%
8.63%

Color #D086E9 in popluar number systems.

HEX D0 86 E9
Decimal 208 134 233
Binary 11010000 10000110 11101001
Octal 320 206 351

Shades and tints

Shades of #D086E9

#D086E9
(208,134,233)
#BE7AD4
(190,122,212)
#AC6EBF
(172,110,191)
#9A62AA
(154,98,170)
#885695
(136,86,149)
#764A80
(118,74,128)
#643E6B
(100,62,107)
#523256
(82,50,86)
#402641
(64,38,65)
#2E1A2C
(46,26,44)
#1C0E17
(28,14,23)
#000000
(0,0,0)

Tints of #D086E9

#D086E9
(208,134,233)
#D491EB
(212,145,235)
#D89CED
(216,156,237)
#DCA7EF
(220,167,239)
#E0B2F1
(224,178,241)
#E4BDF3
(228,189,243)
#E8C8F5
(232,200,245)
#ECD3F7
(236,211,247)
#F0DEF9
(240,222,249)
#F4E9FB
(244,233,251)
#F8F4FD
(248,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D086E9 color. Also use rgb(208,134,233) instead hex code.

Text Font Color

.myTextColor { color: #D086E9; }

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

This text font color is #D086E9.

Background Color

.myBgColor { background-color: #D086E9; }

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

This div background color is #D086E9.

Border color

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

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

This div border color is #D086E9.

Opacity

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

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

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

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

This text has shadow with #D086E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D086E9.

Preview

Color preview on black background

This text has color #D086E9 on black background.


Color preview on white background

This text has color #D086E9 on white background.


Black color preview on #D086E9 background

This text has black color on #D086E9 background.


White color preview on #D086E9 background

This text has white color on #D086E9 background.


Related colors

Complementary color

Complementary color for #hex is #2F7916.


I love getcolorcode.com

Triadic colors

1 #E9D086 and #86E9D0 with #D086E9 are triadic colors.

2 #E986D0 and #86D0E9 with #D086E9 are triadic colors.