COLOR #EE8886

HEX: #EE8886
RGB: (238,136,134)

Color info

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

RGB color model

#EE8886 color RGB value is (238,136,134).

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

RGB channels and saturation

R 238 of 255 = 93%
G 136 of 255 = 53%
B 134 of 255 = 53%

238
136
134

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

Portions of RGB colors in percentages

R + G + B =
238 + 136 + 134 = 508 (100%)
R 238 of 508 ~ 46.85%
G 136 of 508 ~ 26.77%
B 134 of 508 ~ 26.38%

%46.85
%26.77
%26.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 43.70%
  • key color value is 6.67%
CMYK:
(0,43,44,7)
C0M43Y44K7 
(0%,43%,44%,7%)
(0.00/0.43/0.44/0.07)	

CMYK percentages

%0
%42.86
%43.7
%6.67

Codes

Color #EE8886 in popluar color models

EE8886
RGB238136134
HSL75.36%72.94%
HSB/HSV43.70%93.33%
CMYK0.00%42.86%43.70%
6.67%

Color #EE8886 in popluar number systems.

HEXEE8886
Decimal238136134
Binary111011101000100010000110
Octal356210206

Shades and tints

Shades of #EE8886

#EE8886
(238,136,134)
#D97C7A
(217,124,122)
#C4706E
(196,112,110)
#AF6462
(175,100,98)
#9A5856
(154,88,86)
#854C4A
(133,76,74)
#70403E
(112,64,62)
#5B3432
(91,52,50)
#462826
(70,40,38)
#311C1A
(49,28,26)
#1C100E
(28,16,14)
#000000
(0,0,0)

Tints of #EE8886

#EE8886
(238,136,134)
#EF9291
(239,146,145)
#F09C9C
(240,156,156)
#F1A6A7
(241,166,167)
#F2B0B2
(242,176,178)
#F3BABD
(243,186,189)
#F4C4C8
(244,196,200)
#F5CED3
(245,206,211)
#F6D8DE
(246,216,222)
#F7E2E9
(247,226,233)
#F8ECF4
(248,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EE8886; }

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

This text font color is #EE8886.


Background Color

.myBgColor { background-color: #EE8886; }

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

This div background color is #EE8886.


Border color

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

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

This div border color is #EE8886.


Opacity

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

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

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

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

This text has shadow with #EE8886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE8886 on black background.


Color preview on white background

This text has color #EE8886 on white background.



Black color preview on #EE8886 background

This text has black color on #EE8886 background.


White color preview on #EE8886 background

This text has white color on #EE8886 background.