COLOR #E686D0

HEX: #E686D0 RGB: (230,134,208)

Color info

#E686D0 contains mainly red and blue colors. Web safe color of #E686D0 is #CC99CC (or #C9C).

RGB color model

#E686D0 color RGB value is (230,134,208).

RGB: (230,134,208) (90%, 53%, 82%)

RGB channels and saturation

R 230 of 255 = 90%
G 134 of 255 = 53%
B 208 of 255 = 82%

230
134
208

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

Portions of RGB colors in percentages

R + G + B = 230 + 134 + 208 = 572 (100%)
R 230 of 572 ~ 40.21%
G 134 of 572 ~ 23.43%
B 208 of 572 ~ 36.36'%

%40.21
%23.43
%36.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.74%
  • yellow value is 9.57%
  • key color value is 9.80%
CMYK: (0,42,10,10) C0M42Y10K10 (0%,42%,10%,10%) (0.00/0.42/0.10/0.10) 

CMYK percentages

%0
%41.74
%9.57
%9.8

Codes

Color #E686D0 in popluar color models

E6 86 D0
RGB 230 134 208
HSL 314° 65.75% 71.37%
HSB/HSV 314° 41.74% 90.20%
CMYK 0.00% 41.74% 9.57%
9.80%

Color #E686D0 in popluar number systems.

HEX E6 86 D0
Decimal 230 134 208
Binary 11100110 10000110 11010000
Octal 346 206 320

Shades and tints

Shades of #E686D0

#E686D0
(230,134,208)
#D27ABE
(210,122,190)
#BE6EAC
(190,110,172)
#AA629A
(170,98,154)
#965688
(150,86,136)
#824A76
(130,74,118)
#6E3E64
(110,62,100)
#5A3252
(90,50,82)
#462640
(70,38,64)
#321A2E
(50,26,46)
#1E0E1C
(30,14,28)
#000000
(0,0,0)

Tints of #E686D0

#E686D0
(230,134,208)
#E891D4
(232,145,212)
#EA9CD8
(234,156,216)
#ECA7DC
(236,167,220)
#EEB2E0
(238,178,224)
#F0BDE4
(240,189,228)
#F2C8E8
(242,200,232)
#F4D3EC
(244,211,236)
#F6DEF0
(246,222,240)
#F8E9F4
(248,233,244)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E686D0; }

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

This text font color is #E686D0.

Background Color

.myBgColor { background-color: #E686D0; }

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

This div background color is #E686D0.

Border color

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

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

This div border color is #E686D0.

Opacity

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

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

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

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

This text has shadow with #E686D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E686D0.

Preview

Color preview on black background

This text has color #E686D0 on black background.


Color preview on white background

This text has color #E686D0 on white background.


Black color preview on #E686D0 background

This text has black color on #E686D0 background.


White color preview on #E686D0 background

This text has white color on #E686D0 background.


Related colors

Complementary color

Complementary color for #hex is #19792F.


I love getcolorcode.com

Triadic colors

1 #D0E686 and #86D0E6 with #E686D0 are triadic colors.

2 #D086E6 and #86E6D0 with #E686D0 are triadic colors.