COLOR #E68887

HEX: #E68887
RGB: (230,136,135)

Color info

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

RGB color model

#E68887 color RGB value is (230,136,135).

  • red value is 230;
  • green value is 136;
  • blue value is 135.
RGB:
(230,136,135)
(90%,53%,53%)

RGB channels and saturation

R 230 of 255 = 90%
G 136 of 255 = 53%
B 135 of 255 = 53%

230
136
135

R + G + B ~ 65%. #E68887 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 136 + 135 = 501 (100%)
R 230 of 501 ~ 45.91%
G 136 of 501 ~ 27.15%
B 135 of 501 ~ 26.95%

%45.91
%27.15
%26.95

CMYK color model

#E68887 color CMYK value is (0,41,41,10).

  • cyan value is 0.00%
  • magenta value is 40.87%
  • yellow value is 41.30%
  • key color value is 9.80%
CMYK:
(0,41,41,10)
C0M41Y41K10 
(0%,41%,41%,10%)
(0.00/0.41/0.41/0.10)	

CMYK percentages

%0
%40.87
%41.3
%9.8

Codes

Color #E68887 in popluar color models

E68887
RGB230136135
HSL65.52%71.57%
HSB/HSV41.30%90.20%
CMYK0.00%40.87%41.30%
9.80%

Color #E68887 in popluar number systems.

HEXE68887
Decimal230136135
Binary111001101000100010000111
Octal346210207

Shades and tints

Shades of #E68887

#E68887
(230,136,135)
#D27C7B
(210,124,123)
#BE706F
(190,112,111)
#AA6463
(170,100,99)
#965857
(150,88,87)
#824C4B
(130,76,75)
#6E403F
(110,64,63)
#5A3433
(90,52,51)
#462827
(70,40,39)
#321C1B
(50,28,27)
#1E100F
(30,16,15)
#000000
(0,0,0)

Tints of #E68887

#E68887
(230,136,135)
#E89291
(232,146,145)
#EA9C9B
(234,156,155)
#ECA6A5
(236,166,165)
#EEB0AF
(238,176,175)
#F0BAB9
(240,186,185)
#F2C4C3
(242,196,195)
#F4CECD
(244,206,205)
#F6D8D7
(246,216,215)
#F8E2E1
(248,226,225)
#FAECEB
(250,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68887 color. Also use rgb(230,136,135) instead hex code.

Text Font Color

.myTextColor { color: #E68887; }

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

This text font color is #E68887.


Background Color

.myBgColor { background-color: #E68887; }

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

This div background color is #E68887.


Border color

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

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

This div border color is #E68887.


Opacity

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

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

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

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

This text has shadow with #E68887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68887 on black background.


Color preview on white background

This text has color #E68887 on white background.



Black color preview on #E68887 background

This text has black color on #E68887 background.


White color preview on #E68887 background

This text has white color on #E68887 background.