COLOR #EF97A5

HEX: #EF97A5
RGB: (239,151,165)

Color info

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

RGB color model

#EF97A5 color RGB value is (239,151,165).

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

RGB channels and saturation

R 239 of 255 = 94%
G 151 of 255 = 59%
B 165 of 255 = 65%

239
151
165

R + G + B ~ 73%. #EF97A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 151 + 165 = 555 (100%)
R 239 of 555 ~ 43.06%
G 151 of 555 ~ 27.21%
B 165 of 555 ~ 29.73%

%43.06
%27.21
%29.73

CMYK color model

#EF97A5 color CMYK value is (0,37,31,6).

  • cyan value is 0.00%
  • magenta value is 36.82%
  • yellow value is 30.96%
  • key color value is 6.27%
CMYK:
(0,37,31,6)
C0M37Y31K6 
(0%,37%,31%,6%)
(0.00/0.37/0.31/0.06)	

CMYK percentages

%0
%36.82
%30.96
%6.27

Codes

Color #EF97A5 in popluar color models

EF97A5
RGB239151165
HSL350°73.33%76.47%
HSB/HSV350°36.82%93.73%
CMYK0.00%36.82%30.96%
6.27%

Color #EF97A5 in popluar number systems.

HEXEF97A5
Decimal239151165
Binary111011111001011110100101
Octal357227245

Shades and tints

Shades of #EF97A5

#EF97A5
(239,151,165)
#DA8A96
(218,138,150)
#C57D87
(197,125,135)
#B07078
(176,112,120)
#9B6369
(155,99,105)
#86565A
(134,86,90)
#71494B
(113,73,75)
#5C3C3C
(92,60,60)
#472F2D
(71,47,45)
#32221E
(50,34,30)
#1D150F
(29,21,15)
#000000
(0,0,0)

Tints of #EF97A5

#EF97A5
(239,151,165)
#F0A0AD
(240,160,173)
#F1A9B5
(241,169,181)
#F2B2BD
(242,178,189)
#F3BBC5
(243,187,197)
#F4C4CD
(244,196,205)
#F5CDD5
(245,205,213)
#F6D6DD
(246,214,221)
#F7DFE5
(247,223,229)
#F8E8ED
(248,232,237)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EF97A5; }

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

This text font color is #EF97A5.


Background Color

.myBgColor { background-color: #EF97A5; }

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

This div background color is #EF97A5.


Border color

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

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

This div border color is #EF97A5.


Opacity

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

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

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

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

This text has shadow with #EF97A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EF97A5 on black background.


Color preview on white background

This text has color #EF97A5 on white background.



Black color preview on #EF97A5 background

This text has black color on #EF97A5 background.


White color preview on #EF97A5 background

This text has white color on #EF97A5 background.