COLOR #EF897F

HEX: #EF897F
RGB: (239,137,127)

Color info

#EF897F contains mainly red color. Web safe color of #EF897F is #FF9966 (or #F96).

RGB color model

#EF897F color RGB value is (239,137,127).

  • red value is 239;
  • green value is 137;
  • blue value is 127.
RGB:
(239,137,127)
(94%,54%,50%)

RGB channels and saturation

R 239 of 255 = 94%
G 137 of 255 = 54%
B 127 of 255 = 50%

239
137
127

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

Portions of RGB colors in percentages

R + G + B =
239 + 137 + 127 = 503 (100%)
R 239 of 503 ~ 47.51%
G 137 of 503 ~ 27.24%
B 127 of 503 ~ 25.25%

%47.51
%27.24
%25.25

CMYK color model

#EF897F color CMYK value is (0,43,47,6).

  • cyan value is 0.00%
  • magenta value is 42.68%
  • yellow value is 46.86%
  • key color value is 6.27%
CMYK:
(0,43,47,6)
C0M43Y47K6 
(0%,43%,47%,6%)
(0.00/0.43/0.47/0.06)	

CMYK percentages

%0
%42.68
%46.86
%6.27

Codes

Color #EF897F in popluar color models

EF897F
RGB239137127
HSL77.78%71.76%
HSB/HSV46.86%93.73%
CMYK0.00%42.68%46.86%
6.27%

Color #EF897F in popluar number systems.

HEXEF897F
Decimal239137127
Binary11101111100010011111111
Octal357211177

Shades and tints

Shades of #EF897F

#EF897F
(239,137,127)
#DA7D74
(218,125,116)
#C57169
(197,113,105)
#B0655E
(176,101,94)
#9B5953
(155,89,83)
#864D48
(134,77,72)
#71413D
(113,65,61)
#5C3532
(92,53,50)
#472927
(71,41,39)
#321D1C
(50,29,28)
#1D1111
(29,17,17)
#000000
(0,0,0)

Tints of #EF897F

#EF897F
(239,137,127)
#F0938A
(240,147,138)
#F19D95
(241,157,149)
#F2A7A0
(242,167,160)
#F3B1AB
(243,177,171)
#F4BBB6
(244,187,182)
#F5C5C1
(245,197,193)
#F6CFCC
(246,207,204)
#F7D9D7
(247,217,215)
#F8E3E2
(248,227,226)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF897F color. Also use rgb(239,137,127) instead hex code.

Text Font Color

.myTextColor { color: #EF897F; }

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

This text font color is #EF897F.


Background Color

.myBgColor { background-color: #EF897F; }

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

This div background color is #EF897F.


Border color

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

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

This div border color is #EF897F.


Opacity

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

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

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

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

This text has shadow with #EF897F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF897F on black background.


Color preview on white background

This text has color #EF897F on white background.



Black color preview on #EF897F background

This text has black color on #EF897F background.


White color preview on #EF897F background

This text has white color on #EF897F background.