COLOR #E686AA

HEX: #E686AA RGB: (230,134,170)

Color info

#E686AA contains mainly red color. Web safe color of #E686AA is #CC9999 (or #C99).

RGB color model

#E686AA color RGB value is (230,134,170).

RGB: (230,134,170) (90%, 53%, 67%)

RGB channels and saturation

R 230 of 255 = 90%
G 134 of 255 = 53%
B 170 of 255 = 67%

230
134
170

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

Portions of RGB colors in percentages

R + G + B = 230 + 134 + 170 = 534 (100%)
R 230 of 534 ~ 43.07%
G 134 of 534 ~ 25.09%
B 170 of 534 ~ 31.84'%

%43.07
%25.09
%31.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.74%
  • yellow value is 26.09%
  • key color value is 9.80%
CMYK: (0,42,26,10) C0M42Y26K10 (0%,42%,26%,10%) (0.00/0.42/0.26/0.10) 

CMYK percentages

%0
%41.74
%26.09
%9.8

Codes

Color #E686AA in popluar color models

E6 86 AA
RGB 230 134 170
HSL 338° 65.75% 71.37%
HSB/HSV 338° 41.74% 90.20%
CMYK 0.00% 41.74% 26.09%
9.80%

Color #E686AA in popluar number systems.

HEX E6 86 AA
Decimal 230 134 170
Binary 11100110 10000110 10101010
Octal 346 206 252

Shades and tints

Shades of #E686AA

#E686AA
(230,134,170)
#D27A9B
(210,122,155)
#BE6E8C
(190,110,140)
#AA627D
(170,98,125)
#96566E
(150,86,110)
#824A5F
(130,74,95)
#6E3E50
(110,62,80)
#5A3241
(90,50,65)
#462632
(70,38,50)
#321A23
(50,26,35)
#1E0E14
(30,14,20)
#000000
(0,0,0)

Tints of #E686AA

#E686AA
(230,134,170)
#E891B1
(232,145,177)
#EA9CB8
(234,156,184)
#ECA7BF
(236,167,191)
#EEB2C6
(238,178,198)
#F0BDCD
(240,189,205)
#F2C8D4
(242,200,212)
#F4D3DB
(244,211,219)
#F6DEE2
(246,222,226)
#F8E9E9
(248,233,233)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E686AA; }

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

This text font color is #E686AA.

Background Color

.myBgColor { background-color: #E686AA; }

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

This div background color is #E686AA.

Border color

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

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

This div border color is #E686AA.

Opacity

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

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

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

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

This text has shadow with #E686AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E686AA.

Preview

Color preview on black background

This text has color #E686AA on black background.


Color preview on white background

This text has color #E686AA on white background.


Black color preview on #E686AA background

This text has black color on #E686AA background.


White color preview on #E686AA background

This text has white color on #E686AA background.


Related colors

Complementary color

Complementary color for #hex is #197955.


I love getcolorcode.com

Triadic colors

1 #AAE686 and #86AAE6 with #E686AA are triadic colors.

2 #AA86E6 and #86E6AA with #E686AA are triadic colors.