COLOR #EF877E

HEX: #EF877E
RGB: (239,135,126)

Color info

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

RGB color model

#EF877E color RGB value is (239,135,126).

  • red value is 239;
  • green value is 135;
  • blue value is 126.
RGB:
(239,135,126)
(94%,53%,49%)

RGB channels and saturation

R 239 of 255 = 94%
G 135 of 255 = 53%
B 126 of 255 = 49%

239
135
126

R + G + B ~ 65%. #EF877E is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 135 + 126 = 500 (100%)
R 239 of 500 ~ 47.8%
G 135 of 500 ~ 27%
B 126 of 500 ~ 25.2%

%47.8
%27
%25.2

CMYK color model

#EF877E color CMYK value is (0,44,47,6).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 47.28%
  • key color value is 6.27%
CMYK:
(0,44,47,6)
C0M44Y47K6 
(0%,44%,47%,6%)
(0.00/0.44/0.47/0.06)	

CMYK percentages

%0
%43.51
%47.28
%6.27

Codes

Color #EF877E in popluar color models

EF877E
RGB239135126
HSL77.93%71.57%
HSB/HSV47.28%93.73%
CMYK0.00%43.51%47.28%
6.27%

Color #EF877E in popluar number systems.

HEXEF877E
Decimal239135126
Binary11101111100001111111110
Octal357207176

Shades and tints

Shades of #EF877E

#EF877E
(239,135,126)
#DA7B73
(218,123,115)
#C56F68
(197,111,104)
#B0635D
(176,99,93)
#9B5752
(155,87,82)
#864B47
(134,75,71)
#713F3C
(113,63,60)
#5C3331
(92,51,49)
#472726
(71,39,38)
#321B1B
(50,27,27)
#1D0F10
(29,15,16)
#000000
(0,0,0)

Tints of #EF877E

#EF877E
(239,135,126)
#F09189
(240,145,137)
#F19B94
(241,155,148)
#F2A59F
(242,165,159)
#F3AFAA
(243,175,170)
#F4B9B5
(244,185,181)
#F5C3C0
(245,195,192)
#F6CDCB
(246,205,203)
#F7D7D6
(247,215,214)
#F8E1E1
(248,225,225)
#F9EBEC
(249,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF877E color. Also use rgb(239,135,126) instead hex code.

Text Font Color

.myTextColor { color: #EF877E; }

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

This text font color is #EF877E.


Background Color

.myBgColor { background-color: #EF877E; }

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

This div background color is #EF877E.


Border color

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

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

This div border color is #EF877E.


Opacity

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

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

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

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

This text has shadow with #EF877E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF877E on black background.


Color preview on white background

This text has color #EF877E on white background.



Black color preview on #EF877E background

This text has black color on #EF877E background.


White color preview on #EF877E background

This text has white color on #EF877E background.