COLOR #E686AC

HEX: #E686AC
RGB: (230,134,172)

Color info

#E686AC contains mainly red and blue colors. Web safe color of #E686AC is #CC9999 (or #C99).

RGB color model

#E686AC color RGB value is (230,134,172).

  • red value is 230;
  • green value is 134;
  • blue value is 172.
RGB:
(230,134,172)
(90%,53%,67%)

RGB channels and saturation

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

230
134
172

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

Portions of RGB colors in percentages

R + G + B =
230 + 134 + 172 = 536 (100%)
R 230 of 536 ~ 42.91%
G 134 of 536 ~ 25%
B 172 of 536 ~ 32.09%

%42.91
%25
%32.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.74%
  • yellow value is 25.22%
  • key color value is 9.80%
CMYK:
(0,42,25,10)
C0M42Y25K10 
(0%,42%,25%,10%)
(0.00/0.42/0.25/0.10)	

CMYK percentages

%0
%41.74
%25.22
%9.8

Codes

Color #E686AC in popluar color models

E686AC
RGB230134172
HSL336°65.75%71.37%
HSB/HSV336°41.74%90.20%
CMYK0.00%41.74%25.22%
9.80%

Color #E686AC in popluar number systems.

HEXE686AC
Decimal230134172
Binary111001101000011010101100
Octal346206254

Shades and tints

Shades of #E686AC

#E686AC
(230,134,172)
#D27A9D
(210,122,157)
#BE6E8E
(190,110,142)
#AA627F
(170,98,127)
#965670
(150,86,112)
#824A61
(130,74,97)
#6E3E52
(110,62,82)
#5A3243
(90,50,67)
#462634
(70,38,52)
#321A25
(50,26,37)
#1E0E16
(30,14,22)
#000000
(0,0,0)

Tints of #E686AC

#E686AC
(230,134,172)
#E891B3
(232,145,179)
#EA9CBA
(234,156,186)
#ECA7C1
(236,167,193)
#EEB2C8
(238,178,200)
#F0BDCF
(240,189,207)
#F2C8D6
(242,200,214)
#F4D3DD
(244,211,221)
#F6DEE4
(246,222,228)
#F8E9EB
(248,233,235)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E686AC; }

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

This text font color is #E686AC.


Background Color

.myBgColor { background-color: #E686AC; }

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

This div background color is #E686AC.


Border color

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

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

This div border color is #E686AC.


Opacity

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

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

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

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

This text has shadow with #E686AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E686AC on black background.


Color preview on white background

This text has color #E686AC on white background.



Black color preview on #E686AC background

This text has black color on #E686AC background.


White color preview on #E686AC background

This text has white color on #E686AC background.