COLOR #EF7678

HEX: #EF7678
RGB: (239,118,120)

Color info

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

RGB color model

#EF7678 color RGB value is (239,118,120).

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

RGB channels and saturation

R 239 of 255 = 94%
G 118 of 255 = 46%
B 120 of 255 = 47%

239
118
120

R + G + B ~ 62%. #EF7678 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 118 + 120 = 477 (100%)
R 239 of 477 ~ 50.1%
G 118 of 477 ~ 24.74%
B 120 of 477 ~ 25.16%

%50.1
%24.74
%25.16

CMYK color model

#EF7678 color CMYK value is (0,51,50,6).

  • cyan value is 0.00%
  • magenta value is 50.63%
  • yellow value is 49.79%
  • key color value is 6.27%
CMYK:
(0,51,50,6)
C0M51Y50K6 
(0%,51%,50%,6%)
(0.00/0.51/0.50/0.06)	

CMYK percentages

%0
%50.63
%49.79
%6.27

Codes

Color #EF7678 in popluar color models

EF7678
RGB239118120
HSL359°79.08%70.00%
HSB/HSV359°50.63%93.73%
CMYK0.00%50.63%49.79%
6.27%

Color #EF7678 in popluar number systems.

HEXEF7678
Decimal239118120
Binary1110111111101101111000
Octal357166170

Shades and tints

Shades of #EF7678

#EF7678
(239,118,120)
#DA6C6E
(218,108,110)
#C56264
(197,98,100)
#B0585A
(176,88,90)
#9B4E50
(155,78,80)
#864446
(134,68,70)
#713A3C
(113,58,60)
#5C3032
(92,48,50)
#472628
(71,38,40)
#321C1E
(50,28,30)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #EF7678

#EF7678
(239,118,120)
#F08284
(240,130,132)
#F18E90
(241,142,144)
#F29A9C
(242,154,156)
#F3A6A8
(243,166,168)
#F4B2B4
(244,178,180)
#F5BEC0
(245,190,192)
#F6CACC
(246,202,204)
#F7D6D8
(247,214,216)
#F8E2E4
(248,226,228)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF7678; }

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

This text font color is #EF7678.


Background Color

.myBgColor { background-color: #EF7678; }

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

This div background color is #EF7678.


Border color

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

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

This div border color is #EF7678.


Opacity

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

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

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

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

This text has shadow with #EF7678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7678 on black background.


Color preview on white background

This text has color #EF7678 on white background.



Black color preview on #EF7678 background

This text has black color on #EF7678 background.


White color preview on #EF7678 background

This text has white color on #EF7678 background.