COLOR #EF7F97

HEX: #EF7F97
RGB: (239,127,151)

Color info

#EF7F97 contains mainly red color. Web safe color of #EF7F97 is #FF6699 (or #F69).

RGB color model

#EF7F97 color RGB value is (239,127,151).

  • red value is 239;
  • green value is 127;
  • blue value is 151.
RGB:
(239,127,151)
(94%,50%,59%)

RGB channels and saturation

R 239 of 255 = 94%
G 127 of 255 = 50%
B 151 of 255 = 59%

239
127
151

R + G + B ~ 68%. #EF7F97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 127 + 151 = 517 (100%)
R 239 of 517 ~ 46.23%
G 127 of 517 ~ 24.56%
B 151 of 517 ~ 29.21%

%46.23
%24.56
%29.21

CMYK color model

#EF7F97 color CMYK value is (0,47,37,6).

  • cyan value is 0.00%
  • magenta value is 46.86%
  • yellow value is 36.82%
  • key color value is 6.27%
CMYK:
(0,47,37,6)
C0M47Y37K6 
(0%,47%,37%,6%)
(0.00/0.47/0.37/0.06)	

CMYK percentages

%0
%46.86
%36.82
%6.27

Codes

Color #EF7F97 in popluar color models

EF7F97
RGB239127151
HSL347°77.78%71.76%
HSB/HSV347°46.86%93.73%
CMYK0.00%46.86%36.82%
6.27%

Color #EF7F97 in popluar number systems.

HEXEF7F97
Decimal239127151
Binary11101111111111110010111
Octal357177227

Shades and tints

Shades of #EF7F97

#EF7F97
(239,127,151)
#DA748A
(218,116,138)
#C5697D
(197,105,125)
#B05E70
(176,94,112)
#9B5363
(155,83,99)
#864856
(134,72,86)
#713D49
(113,61,73)
#5C323C
(92,50,60)
#47272F
(71,39,47)
#321C22
(50,28,34)
#1D1115
(29,17,21)
#000000
(0,0,0)

Tints of #EF7F97

#EF7F97
(239,127,151)
#F08AA0
(240,138,160)
#F195A9
(241,149,169)
#F2A0B2
(242,160,178)
#F3ABBB
(243,171,187)
#F4B6C4
(244,182,196)
#F5C1CD
(245,193,205)
#F6CCD6
(246,204,214)
#F7D7DF
(247,215,223)
#F8E2E8
(248,226,232)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF7F97; }

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

This text font color is #EF7F97.


Background Color

.myBgColor { background-color: #EF7F97; }

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

This div background color is #EF7F97.


Border color

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

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

This div border color is #EF7F97.


Opacity

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

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

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

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

This text has shadow with #EF7F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF7F97 on black background.


Color preview on white background

This text has color #EF7F97 on white background.



Black color preview on #EF7F97 background

This text has black color on #EF7F97 background.


White color preview on #EF7F97 background

This text has white color on #EF7F97 background.