COLOR #ED979C

HEX: #ED979C
RGB: (237,151,156)

Color info

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

RGB color model

#ED979C color RGB value is (237,151,156).

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

RGB channels and saturation

R 237 of 255 = 93%
G 151 of 255 = 59%
B 156 of 255 = 61%

237
151
156

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

Portions of RGB colors in percentages

R + G + B =
237 + 151 + 156 = 544 (100%)
R 237 of 544 ~ 43.57%
G 151 of 544 ~ 27.76%
B 156 of 544 ~ 28.68%

%43.57
%27.76
%28.68

CMYK color model

#ED979C color CMYK value is (0,36,34,7).

  • cyan value is 0.00%
  • magenta value is 36.29%
  • yellow value is 34.18%
  • key color value is 7.06%
CMYK:
(0,36,34,7)
C0M36Y34K7 
(0%,36%,34%,7%)
(0.00/0.36/0.34/0.07)	

CMYK percentages

%0
%36.29
%34.18
%7.06

Codes

Color #ED979C in popluar color models

ED979C
RGB237151156
HSL357°70.49%76.08%
HSB/HSV357°36.29%92.94%
CMYK0.00%36.29%34.18%
7.06%

Color #ED979C in popluar number systems.

HEXED979C
Decimal237151156
Binary111011011001011110011100
Octal355227234

Shades and tints

Shades of #ED979C

#ED979C
(237,151,156)
#D88A8E
(216,138,142)
#C37D80
(195,125,128)
#AE7072
(174,112,114)
#996364
(153,99,100)
#845656
(132,86,86)
#6F4948
(111,73,72)
#5A3C3A
(90,60,58)
#452F2C
(69,47,44)
#30221E
(48,34,30)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #ED979C

#ED979C
(237,151,156)
#EEA0A5
(238,160,165)
#EFA9AE
(239,169,174)
#F0B2B7
(240,178,183)
#F1BBC0
(241,187,192)
#F2C4C9
(242,196,201)
#F3CDD2
(243,205,210)
#F4D6DB
(244,214,219)
#F5DFE4
(245,223,228)
#F6E8ED
(246,232,237)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED979C; }

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

This text font color is #ED979C.


Background Color

.myBgColor { background-color: #ED979C; }

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

This div background color is #ED979C.


Border color

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

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

This div border color is #ED979C.


Opacity

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

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

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

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

This text has shadow with #ED979C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED979C on black background.


Color preview on white background

This text has color #ED979C on white background.



Black color preview on #ED979C background

This text has black color on #ED979C background.


White color preview on #ED979C background

This text has white color on #ED979C background.