COLOR #EF8F9C

HEX: #EF8F9C
RGB: (239,143,156)

Color info

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

RGB color model

#EF8F9C color RGB value is (239,143,156).

  • red value is 239;
  • green value is 143;
  • blue value is 156.
RGB:
(239,143,156)
(94%,56%,61%)

RGB channels and saturation

R 239 of 255 = 94%
G 143 of 255 = 56%
B 156 of 255 = 61%

239
143
156

R + G + B ~ 70%. #EF8F9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 143 + 156 = 538 (100%)
R 239 of 538 ~ 44.42%
G 143 of 538 ~ 26.58%
B 156 of 538 ~ 29%

%44.42
%26.58
%29

CMYK color model

#EF8F9C color CMYK value is (0,40,35,6).

  • cyan value is 0.00%
  • magenta value is 40.17%
  • yellow value is 34.73%
  • key color value is 6.27%
CMYK:
(0,40,35,6)
C0M40Y35K6 
(0%,40%,35%,6%)
(0.00/0.40/0.35/0.06)	

CMYK percentages

%0
%40.17
%34.73
%6.27

Codes

Color #EF8F9C in popluar color models

EF8F9C
RGB239143156
HSL352°75.00%74.90%
HSB/HSV352°40.17%93.73%
CMYK0.00%40.17%34.73%
6.27%

Color #EF8F9C in popluar number systems.

HEXEF8F9C
Decimal239143156
Binary111011111000111110011100
Octal357217234

Shades and tints

Shades of #EF8F9C

#EF8F9C
(239,143,156)
#DA828E
(218,130,142)
#C57580
(197,117,128)
#B06872
(176,104,114)
#9B5B64
(155,91,100)
#864E56
(134,78,86)
#714148
(113,65,72)
#5C343A
(92,52,58)
#47272C
(71,39,44)
#321A1E
(50,26,30)
#1D0D10
(29,13,16)
#000000
(0,0,0)

Tints of #EF8F9C

#EF8F9C
(239,143,156)
#F099A5
(240,153,165)
#F1A3AE
(241,163,174)
#F2ADB7
(242,173,183)
#F3B7C0
(243,183,192)
#F4C1C9
(244,193,201)
#F5CBD2
(245,203,210)
#F6D5DB
(246,213,219)
#F7DFE4
(247,223,228)
#F8E9ED
(248,233,237)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF8F9C color. Also use rgb(239,143,156) instead hex code.

Text Font Color

.myTextColor { color: #EF8F9C; }

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

This text font color is #EF8F9C.


Background Color

.myBgColor { background-color: #EF8F9C; }

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

This div background color is #EF8F9C.


Border color

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

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

This div border color is #EF8F9C.


Opacity

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

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

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

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

This text has shadow with #EF8F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF8F9C on black background.


Color preview on white background

This text has color #EF8F9C on white background.



Black color preview on #EF8F9C background

This text has black color on #EF8F9C background.


White color preview on #EF8F9C background

This text has white color on #EF8F9C background.