COLOR #E686CB

HEX: #E686CB
RGB: (230,134,203)

Color info

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

RGB color model

#E686CB color RGB value is (230,134,203).

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

RGB channels and saturation

R 230 of 255 = 90%
G 134 of 255 = 53%
B 203 of 255 = 80%

230
134
203

R + G + B ~ 74%. #E686CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 134 + 203 = 567 (100%)
R 230 of 567 ~ 40.56%
G 134 of 567 ~ 23.63%
B 203 of 567 ~ 35.8%

%40.56
%23.63
%35.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.74%
  • yellow value is 11.74%
  • key color value is 9.80%
CMYK:
(0,42,12,10)
C0M42Y12K10 
(0%,42%,12%,10%)
(0.00/0.42/0.12/0.10)	

CMYK percentages

%0
%41.74
%11.74
%9.8

Codes

Color #E686CB in popluar color models

E686CB
RGB230134203
HSL317°65.75%71.37%
HSB/HSV317°41.74%90.20%
CMYK0.00%41.74%11.74%
9.80%

Color #E686CB in popluar number systems.

HEXE686CB
Decimal230134203
Binary111001101000011011001011
Octal346206313

Shades and tints

Shades of #E686CB

#E686CB
(230,134,203)
#D27AB9
(210,122,185)
#BE6EA7
(190,110,167)
#AA6295
(170,98,149)
#965683
(150,86,131)
#824A71
(130,74,113)
#6E3E5F
(110,62,95)
#5A324D
(90,50,77)
#46263B
(70,38,59)
#321A29
(50,26,41)
#1E0E17
(30,14,23)
#000000
(0,0,0)

Tints of #E686CB

#E686CB
(230,134,203)
#E891CF
(232,145,207)
#EA9CD3
(234,156,211)
#ECA7D7
(236,167,215)
#EEB2DB
(238,178,219)
#F0BDDF
(240,189,223)
#F2C8E3
(242,200,227)
#F4D3E7
(244,211,231)
#F6DEEB
(246,222,235)
#F8E9EF
(248,233,239)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E686CB; }

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

This text font color is #E686CB.


Background Color

.myBgColor { background-color: #E686CB; }

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

This div background color is #E686CB.


Border color

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

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

This div border color is #E686CB.


Opacity

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

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

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

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

This text has shadow with #E686CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E686CB on black background.


Color preview on white background

This text has color #E686CB on white background.



Black color preview on #E686CB background

This text has black color on #E686CB background.


White color preview on #E686CB background

This text has white color on #E686CB background.