COLOR #ED7987

HEX: #ED7987
RGB: (237,121,135)

Color info

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

RGB color model

#ED7987 color RGB value is (237,121,135).

  • red value is 237;
  • green value is 121;
  • blue value is 135.
RGB:
(237,121,135)
(93%,47%,53%)

RGB channels and saturation

R 237 of 255 = 93%
G 121 of 255 = 47%
B 135 of 255 = 53%

237
121
135

R + G + B ~ 64%. #ED7987 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 121 + 135 = 493 (100%)
R 237 of 493 ~ 48.07%
G 121 of 493 ~ 24.54%
B 135 of 493 ~ 27.38%

%48.07
%24.54
%27.38

CMYK color model

#ED7987 color CMYK value is (0,49,43,7).

  • cyan value is 0.00%
  • magenta value is 48.95%
  • yellow value is 43.04%
  • key color value is 7.06%
CMYK:
(0,49,43,7)
C0M49Y43K7 
(0%,49%,43%,7%)
(0.00/0.49/0.43/0.07)	

CMYK percentages

%0
%48.95
%43.04
%7.06

Codes

Color #ED7987 in popluar color models

ED7987
RGB237121135
HSL353°76.32%70.20%
HSB/HSV353°48.95%92.94%
CMYK0.00%48.95%43.04%
7.06%

Color #ED7987 in popluar number systems.

HEXED7987
Decimal237121135
Binary11101101111100110000111
Octal355171207

Shades and tints

Shades of #ED7987

#ED7987
(237,121,135)
#D86E7B
(216,110,123)
#C3636F
(195,99,111)
#AE5863
(174,88,99)
#994D57
(153,77,87)
#84424B
(132,66,75)
#6F373F
(111,55,63)
#5A2C33
(90,44,51)
#452127
(69,33,39)
#30161B
(48,22,27)
#1B0B0F
(27,11,15)
#000000
(0,0,0)

Tints of #ED7987

#ED7987
(237,121,135)
#EE8591
(238,133,145)
#EF919B
(239,145,155)
#F09DA5
(240,157,165)
#F1A9AF
(241,169,175)
#F2B5B9
(242,181,185)
#F3C1C3
(243,193,195)
#F4CDCD
(244,205,205)
#F5D9D7
(245,217,215)
#F6E5E1
(246,229,225)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED7987 color. Also use rgb(237,121,135) instead hex code.

Text Font Color

.myTextColor { color: #ED7987; }

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

This text font color is #ED7987.


Background Color

.myBgColor { background-color: #ED7987; }

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

This div background color is #ED7987.


Border color

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

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

This div border color is #ED7987.


Opacity

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

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

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

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

This text has shadow with #ED7987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED7987 on black background.


Color preview on white background

This text has color #ED7987 on white background.



Black color preview on #ED7987 background

This text has black color on #ED7987 background.


White color preview on #ED7987 background

This text has white color on #ED7987 background.