COLOR #EF879B

HEX: #EF879B
RGB: (239,135,155)

Color info

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

RGB color model

#EF879B color RGB value is (239,135,155).

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

RGB channels and saturation

R 239 of 255 = 94%
G 135 of 255 = 53%
B 155 of 255 = 61%

239
135
155

R + G + B ~ 69%. #EF879B is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 135 + 155 = 529 (100%)
R 239 of 529 ~ 45.18%
G 135 of 529 ~ 25.52%
B 155 of 529 ~ 29.3%

%45.18
%25.52
%29.3

CMYK color model

#EF879B color CMYK value is (0,44,35,6).

  • cyan value is 0.00%
  • magenta value is 43.51%
  • yellow value is 35.15%
  • key color value is 6.27%
CMYK:
(0,44,35,6)
C0M44Y35K6 
(0%,44%,35%,6%)
(0.00/0.44/0.35/0.06)	

CMYK percentages

%0
%43.51
%35.15
%6.27

Codes

Color #EF879B in popluar color models

EF879B
RGB239135155
HSL348°76.47%73.33%
HSB/HSV348°43.51%93.73%
CMYK0.00%43.51%35.15%
6.27%

Color #EF879B in popluar number systems.

HEXEF879B
Decimal239135155
Binary111011111000011110011011
Octal357207233

Shades and tints

Shades of #EF879B

#EF879B
(239,135,155)
#DA7B8D
(218,123,141)
#C56F7F
(197,111,127)
#B06371
(176,99,113)
#9B5763
(155,87,99)
#864B55
(134,75,85)
#713F47
(113,63,71)
#5C3339
(92,51,57)
#47272B
(71,39,43)
#321B1D
(50,27,29)
#1D0F0F
(29,15,15)
#000000
(0,0,0)

Tints of #EF879B

#EF879B
(239,135,155)
#F091A4
(240,145,164)
#F19BAD
(241,155,173)
#F2A5B6
(242,165,182)
#F3AFBF
(243,175,191)
#F4B9C8
(244,185,200)
#F5C3D1
(245,195,209)
#F6CDDA
(246,205,218)
#F7D7E3
(247,215,227)
#F8E1EC
(248,225,236)
#F9EBF5
(249,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF879B; }

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

This text font color is #EF879B.


Background Color

.myBgColor { background-color: #EF879B; }

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

This div background color is #EF879B.


Border color

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

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

This div border color is #EF879B.


Opacity

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

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

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

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

This text has shadow with #EF879B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF879B on black background.


Color preview on white background

This text has color #EF879B on white background.



Black color preview on #EF879B background

This text has black color on #EF879B background.


White color preview on #EF879B background

This text has white color on #EF879B background.