COLOR #EF787B

HEX: #EF787B
RGB: (239,120,123)

Color info

#EF787B contains mainly red color. Web safe color of #EF787B is #FF6666 (or #F66).

RGB color model

#EF787B color RGB value is (239,120,123).

  • red value is 239;
  • green value is 120;
  • blue value is 123.
RGB:
(239,120,123)
(94%,47%,48%)

RGB channels and saturation

R 239 of 255 = 94%
G 120 of 255 = 47%
B 123 of 255 = 48%

239
120
123

R + G + B ~ 63%. #EF787B is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 120 + 123 = 482 (100%)
R 239 of 482 ~ 49.59%
G 120 of 482 ~ 24.9%
B 123 of 482 ~ 25.52%

%49.59
%24.9
%25.52

CMYK color model

#EF787B color CMYK value is (0,50,49,6).

  • cyan value is 0.00%
  • magenta value is 49.79%
  • yellow value is 48.54%
  • key color value is 6.27%
CMYK:
(0,50,49,6)
C0M50Y49K6 
(0%,50%,49%,6%)
(0.00/0.50/0.49/0.06)	

CMYK percentages

%0
%49.79
%48.54
%6.27

Codes

Color #EF787B in popluar color models

EF787B
RGB239120123
HSL358°78.81%70.39%
HSB/HSV358°49.79%93.73%
CMYK0.00%49.79%48.54%
6.27%

Color #EF787B in popluar number systems.

HEXEF787B
Decimal239120123
Binary1110111111110001111011
Octal357170173

Shades and tints

Shades of #EF787B

#EF787B
(239,120,123)
#DA6E70
(218,110,112)
#C56465
(197,100,101)
#B05A5A
(176,90,90)
#9B504F
(155,80,79)
#864644
(134,70,68)
#713C39
(113,60,57)
#5C322E
(92,50,46)
#472823
(71,40,35)
#321E18
(50,30,24)
#1D140D
(29,20,13)
#000000
(0,0,0)

Tints of #EF787B

#EF787B
(239,120,123)
#F08487
(240,132,135)
#F19093
(241,144,147)
#F29C9F
(242,156,159)
#F3A8AB
(243,168,171)
#F4B4B7
(244,180,183)
#F5C0C3
(245,192,195)
#F6CCCF
(246,204,207)
#F7D8DB
(247,216,219)
#F8E4E7
(248,228,231)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF787B color. Also use rgb(239,120,123) instead hex code.

Text Font Color

.myTextColor { color: #EF787B; }

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

This text font color is #EF787B.


Background Color

.myBgColor { background-color: #EF787B; }

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

This div background color is #EF787B.


Border color

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

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

This div border color is #EF787B.


Opacity

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

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

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

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

This text has shadow with #EF787B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF787B on black background.


Color preview on white background

This text has color #EF787B on white background.



Black color preview on #EF787B background

This text has black color on #EF787B background.


White color preview on #EF787B background

This text has white color on #EF787B background.