COLOR #EF8C8B

HEX: #EF8C8B
RGB: (239,140,139)

Color info

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

RGB color model

#EF8C8B color RGB value is (239,140,139).

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

RGB channels and saturation

R 239 of 255 = 94%
G 140 of 255 = 55%
B 139 of 255 = 55%

239
140
139

R + G + B ~ 68%. #EF8C8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 140 + 139 = 518 (100%)
R 239 of 518 ~ 46.14%
G 140 of 518 ~ 27.03%
B 139 of 518 ~ 26.83%

%46.14
%27.03
%26.83

CMYK color model

#EF8C8B color CMYK value is (0,41,42,6).

  • cyan value is 0.00%
  • magenta value is 41.42%
  • yellow value is 41.84%
  • key color value is 6.27%
CMYK:
(0,41,42,6)
C0M41Y42K6 
(0%,41%,42%,6%)
(0.00/0.41/0.42/0.06)	

CMYK percentages

%0
%41.42
%41.84
%6.27

Codes

Color #EF8C8B in popluar color models

EF8C8B
RGB239140139
HSL75.76%74.12%
HSB/HSV41.84%93.73%
CMYK0.00%41.42%41.84%
6.27%

Color #EF8C8B in popluar number systems.

HEXEF8C8B
Decimal239140139
Binary111011111000110010001011
Octal357214213

Shades and tints

Shades of #EF8C8B

#EF8C8B
(239,140,139)
#DA807F
(218,128,127)
#C57473
(197,116,115)
#B06867
(176,104,103)
#9B5C5B
(155,92,91)
#86504F
(134,80,79)
#714443
(113,68,67)
#5C3837
(92,56,55)
#472C2B
(71,44,43)
#32201F
(50,32,31)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #EF8C8B

#EF8C8B
(239,140,139)
#F09695
(240,150,149)
#F1A09F
(241,160,159)
#F2AAA9
(242,170,169)
#F3B4B3
(243,180,179)
#F4BEBD
(244,190,189)
#F5C8C7
(245,200,199)
#F6D2D1
(246,210,209)
#F7DCDB
(247,220,219)
#F8E6E5
(248,230,229)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF8C8B; }

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

This text font color is #EF8C8B.


Background Color

.myBgColor { background-color: #EF8C8B; }

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

This div background color is #EF8C8B.


Border color

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

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

This div border color is #EF8C8B.


Opacity

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

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

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

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

This text has shadow with #EF8C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8C8B on black background.


Color preview on white background

This text has color #EF8C8B on white background.



Black color preview on #EF8C8B background

This text has black color on #EF8C8B background.


White color preview on #EF8C8B background

This text has white color on #EF8C8B background.