COLOR #ED979F

HEX: #ED979F
RGB: (237,151,159)

Color info

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

RGB color model

#ED979F color RGB value is (237,151,159).

  • red value is 237;
  • green value is 151;
  • blue value is 159.
RGB:
(237,151,159)
(93%,59%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 151 of 255 = 59%
B 159 of 255 = 62%

237
151
159

R + G + B ~ 71%. #ED979F is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 151 + 159 = 547 (100%)
R 237 of 547 ~ 43.33%
G 151 of 547 ~ 27.61%
B 159 of 547 ~ 29.07%

%43.33
%27.61
%29.07

CMYK color model

#ED979F color CMYK value is (0,36,33,7).

  • cyan value is 0.00%
  • magenta value is 36.29%
  • yellow value is 32.91%
  • key color value is 7.06%
CMYK:
(0,36,33,7)
C0M36Y33K7 
(0%,36%,33%,7%)
(0.00/0.36/0.33/0.07)	

CMYK percentages

%0
%36.29
%32.91
%7.06

Codes

Color #ED979F in popluar color models

ED979F
RGB237151159
HSL354°70.49%76.08%
HSB/HSV354°36.29%92.94%
CMYK0.00%36.29%32.91%
7.06%

Color #ED979F in popluar number systems.

HEXED979F
Decimal237151159
Binary111011011001011110011111
Octal355227237

Shades and tints

Shades of #ED979F

#ED979F
(237,151,159)
#D88A91
(216,138,145)
#C37D83
(195,125,131)
#AE7075
(174,112,117)
#996367
(153,99,103)
#845659
(132,86,89)
#6F494B
(111,73,75)
#5A3C3D
(90,60,61)
#452F2F
(69,47,47)
#302221
(48,34,33)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #ED979F

#ED979F
(237,151,159)
#EEA0A7
(238,160,167)
#EFA9AF
(239,169,175)
#F0B2B7
(240,178,183)
#F1BBBF
(241,187,191)
#F2C4C7
(242,196,199)
#F3CDCF
(243,205,207)
#F4D6D7
(244,214,215)
#F5DFDF
(245,223,223)
#F6E8E7
(246,232,231)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED979F color. Also use rgb(237,151,159) instead hex code.

Text Font Color

.myTextColor { color: #ED979F; }

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

This text font color is #ED979F.


Background Color

.myBgColor { background-color: #ED979F; }

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

This div background color is #ED979F.


Border color

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

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

This div border color is #ED979F.


Opacity

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

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

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

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

This text has shadow with #ED979F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED979F on black background.


Color preview on white background

This text has color #ED979F on white background.



Black color preview on #ED979F background

This text has black color on #ED979F background.


White color preview on #ED979F background

This text has white color on #ED979F background.