COLOR #EF978F

HEX: #EF978F RGB: (239,151,143)

Color info

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

RGB color model

#EF978F color RGB value is (239,151,143).

RGB: (239,151,143) (94%, 59%, 56%)

RGB channels and saturation

R 239 of 255 = 94%
G 151 of 255 = 59%
B 143 of 255 = 56%

239
151
143

R + G + B ~ 70%. #EF978F is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 151 + 143 = 533 (100%)
R 239 of 533 ~ 44.84%
G 151 of 533 ~ 28.33%
B 143 of 533 ~ 26.83'%

%44.84
%28.33
%26.83

CMYK color model

#EF978F color CMYK value is (0,37,40,6).

  • cyan value is 0.00%
  • magenta value is 36.82%
  • yellow value is 40.17%
  • key color value is 6.27%

CMYK: (0,37,40,6)
C0M37Y40K6 (0%, 37%, 40%, 6%)
(0.00 / 0.37 / 0.40 / 0.06)

CMYK percentages

%0
%36.82
%40.17
%6.27

Codes

Color #EF978F in popluar color models

EF 97 8F
RGB 239 151 143
HSL 75.00% 74.90%
HSB/HSV 40.17% 93.73%
CMYK 0.00% 36.82% 40.17%
6.27%

Color #EF978F in popluar number systems.

HEX EF 97 8F
Decimal 239 151 143
Binary 11101111 10010111 10001111
Octal 357 227 217

Shades and tints

Shades of #EF978F

#EF978F
(239,151,143)
#DA8A82
(218,138,130)
#C57D75
(197,125,117)
#B07068
(176,112,104)
#9B635B
(155,99,91)
#86564E
(134,86,78)
#714941
(113,73,65)
#5C3C34
(92,60,52)
#472F27
(71,47,39)
#32221A
(50,34,26)
#1D150D
(29,21,13)
#000000
(0,0,0)

Tints of #EF978F

#EF978F
(239,151,143)
#F0A099
(240,160,153)
#F1A9A3
(241,169,163)
#F2B2AD
(242,178,173)
#F3BBB7
(243,187,183)
#F4C4C1
(244,196,193)
#F5CDCB
(245,205,203)
#F6D6D5
(246,214,213)
#F7DFDF
(247,223,223)
#F8E8E9
(248,232,233)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EF978F color. Also use rgb(239,151,143) instead hex code.

Text Font Color

.myTextColor { color: #EF978F; }

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

This text font color is #EF978F.

Background Color

.myBgColor { background-color: #EF978F; }

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

This div background color is #EF978F.

Border color

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

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

This div border color is #EF978F.

Opacity

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

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

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

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

This text has shadow with #EF978F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EF978F.

Preview

Color preview on black background

This text has color #EF978F on black background.


Color preview on white background

This text has color #EF978F on white background.


Black color preview on #EF978F background

This text has black color on #EF978F background.


White color preview on #EF978F background

This text has white color on #EF978F background.


Related colors

Complementary color

Complementary color for #hex is #106870.


I love getcolorcode.com

Triadic colors

1 #8FEF97 and #978FEF with #EF978F are triadic colors.

2 #8F97EF and #97EF8F with #EF978F are triadic colors.