COLOR #E986D1

HEX: #E986D1
RGB: (233,134,209)

Color info

#E986D1 contains mainly red and blue colors. Web safe color of #E986D1 is #FF99CC (or #F9C).

RGB color model

#E986D1 color RGB value is (233,134,209).

  • red value is 233;
  • green value is 134;
  • blue value is 209.
RGB:
(233,134,209)
(91%,53%,82%)

RGB channels and saturation

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

233
134
209

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

Portions of RGB colors in percentages

R + G + B =
233 + 134 + 209 = 576 (100%)
R 233 of 576 ~ 40.45%
G 134 of 576 ~ 23.26%
B 209 of 576 ~ 36.28%

%40.45
%23.26
%36.28

CMYK color model

#E986D1 color CMYK value is (0,42,10,9).

  • cyan value is 0.00%
  • magenta value is 42.49%
  • yellow value is 10.30%
  • key color value is 8.63%
CMYK:
(0,42,10,9)
C0M42Y10K9 
(0%,42%,10%,9%)
(0.00/0.42/0.10/0.09)	

CMYK percentages

%0
%42.49
%10.3
%8.63

Codes

Color #E986D1 in popluar color models

E986D1
RGB233134209
HSL315°69.23%71.96%
HSB/HSV315°42.49%91.37%
CMYK0.00%42.49%10.30%
8.63%

Color #E986D1 in popluar number systems.

HEXE986D1
Decimal233134209
Binary111010011000011011010001
Octal351206321

Shades and tints

Shades of #E986D1

#E986D1
(233,134,209)
#D47ABE
(212,122,190)
#BF6EAB
(191,110,171)
#AA6298
(170,98,152)
#955685
(149,86,133)
#804A72
(128,74,114)
#6B3E5F
(107,62,95)
#56324C
(86,50,76)
#412639
(65,38,57)
#2C1A26
(44,26,38)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #E986D1

#E986D1
(233,134,209)
#EB91D5
(235,145,213)
#ED9CD9
(237,156,217)
#EFA7DD
(239,167,221)
#F1B2E1
(241,178,225)
#F3BDE5
(243,189,229)
#F5C8E9
(245,200,233)
#F7D3ED
(247,211,237)
#F9DEF1
(249,222,241)
#FBE9F5
(251,233,245)
#FDF4F9
(253,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E986D1; }

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

This text font color is #E986D1.


Background Color

.myBgColor { background-color: #E986D1; }

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

This div background color is #E986D1.


Border color

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

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

This div border color is #E986D1.


Opacity

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

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

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

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

This text has shadow with #E986D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E986D1 on black background.


Color preview on white background

This text has color #E986D1 on white background.



Black color preview on #E986D1 background

This text has black color on #E986D1 background.


White color preview on #E986D1 background

This text has white color on #E986D1 background.