COLOR #EF97CF

HEX: #EF97CF
RGB: (239,151,207)

Color info

#EF97CF contains mainly red and blue colors. Web safe color of #EF97CF is #FF99CC (or #F9C).

RGB color model

#EF97CF color RGB value is (239,151,207).

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

RGB channels and saturation

R 239 of 255 = 94%
G 151 of 255 = 59%
B 207 of 255 = 81%

239
151
207

R + G + B ~ 78%. #EF97CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 151 + 207 = 597 (100%)
R 239 of 597 ~ 40.03%
G 151 of 597 ~ 25.29%
B 207 of 597 ~ 34.67%

%40.03
%25.29
%34.67

CMYK color model

#EF97CF color CMYK value is (0,37,13,6).

  • cyan value is 0.00%
  • magenta value is 36.82%
  • yellow value is 13.39%
  • key color value is 6.27%
CMYK:
(0,37,13,6)
C0M37Y13K6 
(0%,37%,13%,6%)
(0.00/0.37/0.13/0.06)	

CMYK percentages

%0
%36.82
%13.39
%6.27

Codes

Color #EF97CF in popluar color models

EF97CF
RGB239151207
HSL322°73.33%76.47%
HSB/HSV322°36.82%93.73%
CMYK0.00%36.82%13.39%
6.27%

Color #EF97CF in popluar number systems.

HEXEF97CF
Decimal239151207
Binary111011111001011111001111
Octal357227317

Shades and tints

Shades of #EF97CF

#EF97CF
(239,151,207)
#DA8ABD
(218,138,189)
#C57DAB
(197,125,171)
#B07099
(176,112,153)
#9B6387
(155,99,135)
#865675
(134,86,117)
#714963
(113,73,99)
#5C3C51
(92,60,81)
#472F3F
(71,47,63)
#32222D
(50,34,45)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #EF97CF

#EF97CF
(239,151,207)
#F0A0D3
(240,160,211)
#F1A9D7
(241,169,215)
#F2B2DB
(242,178,219)
#F3BBDF
(243,187,223)
#F4C4E3
(244,196,227)
#F5CDE7
(245,205,231)
#F6D6EB
(246,214,235)
#F7DFEF
(247,223,239)
#F8E8F3
(248,232,243)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF97CF; }

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

This text font color is #EF97CF.


Background Color

.myBgColor { background-color: #EF97CF; }

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

This div background color is #EF97CF.


Border color

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

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

This div border color is #EF97CF.


Opacity

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

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

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

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

This text has shadow with #EF97CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF97CF on black background.


Color preview on white background

This text has color #EF97CF on white background.



Black color preview on #EF97CF background

This text has black color on #EF97CF background.


White color preview on #EF97CF background

This text has white color on #EF97CF background.