COLOR #EF8C88

HEX: #EF8C88
RGB: (239,140,136)

Color info

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

RGB color model

#EF8C88 color RGB value is (239,140,136).

  • red value is 239;
  • green value is 140;
  • blue value is 136.
RGB:
(239,140,136)
(94%,55%,53%)

RGB channels and saturation

R 239 of 255 = 94%
G 140 of 255 = 55%
B 136 of 255 = 53%

239
140
136

R + G + B ~ 67%. #EF8C88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 140 + 136 = 515 (100%)
R 239 of 515 ~ 46.41%
G 140 of 515 ~ 27.18%
B 136 of 515 ~ 26.41%

%46.41
%27.18
%26.41

CMYK color model

#EF8C88 color CMYK value is (0,41,43,6).

  • cyan value is 0.00%
  • magenta value is 41.42%
  • yellow value is 43.10%
  • key color value is 6.27%
CMYK:
(0,41,43,6)
C0M41Y43K6 
(0%,41%,43%,6%)
(0.00/0.41/0.43/0.06)	

CMYK percentages

%0
%41.42
%43.1
%6.27

Codes

Color #EF8C88 in popluar color models

EF8C88
RGB239140136
HSL76.30%73.53%
HSB/HSV43.10%93.73%
CMYK0.00%41.42%43.10%
6.27%

Color #EF8C88 in popluar number systems.

HEXEF8C88
Decimal239140136
Binary111011111000110010001000
Octal357214210

Shades and tints

Shades of #EF8C88

#EF8C88
(239,140,136)
#DA807C
(218,128,124)
#C57470
(197,116,112)
#B06864
(176,104,100)
#9B5C58
(155,92,88)
#86504C
(134,80,76)
#714440
(113,68,64)
#5C3834
(92,56,52)
#472C28
(71,44,40)
#32201C
(50,32,28)
#1D1410
(29,20,16)
#000000
(0,0,0)

Tints of #EF8C88

#EF8C88
(239,140,136)
#F09692
(240,150,146)
#F1A09C
(241,160,156)
#F2AAA6
(242,170,166)
#F3B4B0
(243,180,176)
#F4BEBA
(244,190,186)
#F5C8C4
(245,200,196)
#F6D2CE
(246,210,206)
#F7DCD8
(247,220,216)
#F8E6E2
(248,230,226)
#F9F0EC
(249,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8C88 color. Also use rgb(239,140,136) instead hex code.

Text Font Color

.myTextColor { color: #EF8C88; }

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

This text font color is #EF8C88.


Background Color

.myBgColor { background-color: #EF8C88; }

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

This div background color is #EF8C88.


Border color

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

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

This div border color is #EF8C88.


Opacity

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

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

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

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

This text has shadow with #EF8C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8C88 on black background.


Color preview on white background

This text has color #EF8C88 on white background.



Black color preview on #EF8C88 background

This text has black color on #EF8C88 background.


White color preview on #EF8C88 background

This text has white color on #EF8C88 background.