COLOR #EE8787

HEX: #EE8787
RGB: (238,135,135)

Color info

#EE8787 contains mainly red color. Web safe color of #EE8787 is #FF9999 (or #F99).

RGB color model

#EE8787 color RGB value is (238,135,135).

  • red value is 238;
  • green value is 135;
  • blue value is 135.
RGB:
(238,135,135)
(93%,53%,53%)

RGB channels and saturation

R 238 of 255 = 93%
G 135 of 255 = 53%
B 135 of 255 = 53%

238
135
135

R + G + B ~ 66%. #EE8787 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 135 + 135 = 508 (100%)
R 238 of 508 ~ 46.85%
G 135 of 508 ~ 26.57%
B 135 of 508 ~ 26.57%

%46.85
%26.57
%26.57

CMYK color model

#EE8787 color CMYK value is (0,43,43,7).

  • cyan value is 0.00%
  • magenta value is 43.28%
  • yellow value is 43.28%
  • key color value is 6.67%
CMYK:
(0,43,43,7)
C0M43Y43K7 
(0%,43%,43%,7%)
(0.00/0.43/0.43/0.07)	

CMYK percentages

%0
%43.28
%43.28
%6.67

Codes

Color #EE8787 in popluar color models

EE8787
RGB238135135
HSL75.18%73.14%
HSB/HSV43.28%93.33%
CMYK0.00%43.28%43.28%
6.67%

Color #EE8787 in popluar number systems.

HEXEE8787
Decimal238135135
Binary111011101000011110000111
Octal356207207

Shades and tints

Shades of #EE8787

#EE8787
(238,135,135)
#D97B7B
(217,123,123)
#C46F6F
(196,111,111)
#AF6363
(175,99,99)
#9A5757
(154,87,87)
#854B4B
(133,75,75)
#703F3F
(112,63,63)
#5B3333
(91,51,51)
#462727
(70,39,39)
#311B1B
(49,27,27)
#1C0F0F
(28,15,15)
#000000
(0,0,0)

Tints of #EE8787

#EE8787
(238,135,135)
#EF9191
(239,145,145)
#F09B9B
(240,155,155)
#F1A5A5
(241,165,165)
#F2AFAF
(242,175,175)
#F3B9B9
(243,185,185)
#F4C3C3
(244,195,195)
#F5CDCD
(245,205,205)
#F6D7D7
(246,215,215)
#F7E1E1
(247,225,225)
#F8EBEB
(248,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE8787; }

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

This text font color is #EE8787.


Background Color

.myBgColor { background-color: #EE8787; }

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

This div background color is #EE8787.


Border color

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

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

This div border color is #EE8787.


Opacity

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

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

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

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

This text has shadow with #EE8787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8787 on black background.


Color preview on white background

This text has color #EE8787 on white background.



Black color preview on #EE8787 background

This text has black color on #EE8787 background.


White color preview on #EE8787 background

This text has white color on #EE8787 background.