COLOR #ED8387

HEX: #ED8387
RGB: (237,131,135)

Color info

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

RGB color model

#ED8387 color RGB value is (237,131,135).

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

RGB channels and saturation

R 237 of 255 = 93%
G 131 of 255 = 51%
B 135 of 255 = 53%

237
131
135

R + G + B ~ 66%. #ED8387 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 131 + 135 = 503 (100%)
R 237 of 503 ~ 47.12%
G 131 of 503 ~ 26.04%
B 135 of 503 ~ 26.84%

%47.12
%26.04
%26.84

CMYK color model

#ED8387 color CMYK value is (0,45,43,7).

  • cyan value is 0.00%
  • magenta value is 44.73%
  • yellow value is 43.04%
  • key color value is 7.06%
CMYK:
(0,45,43,7)
C0M45Y43K7 
(0%,45%,43%,7%)
(0.00/0.45/0.43/0.07)	

CMYK percentages

%0
%44.73
%43.04
%7.06

Codes

Color #ED8387 in popluar color models

ED8387
RGB237131135
HSL358°74.65%72.16%
HSB/HSV358°44.73%92.94%
CMYK0.00%44.73%43.04%
7.06%

Color #ED8387 in popluar number systems.

HEXED8387
Decimal237131135
Binary111011011000001110000111
Octal355203207

Shades and tints

Shades of #ED8387

#ED8387
(237,131,135)
#D8787B
(216,120,123)
#C36D6F
(195,109,111)
#AE6263
(174,98,99)
#995757
(153,87,87)
#844C4B
(132,76,75)
#6F413F
(111,65,63)
#5A3633
(90,54,51)
#452B27
(69,43,39)
#30201B
(48,32,27)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #ED8387

#ED8387
(237,131,135)
#EE8E91
(238,142,145)
#EF999B
(239,153,155)
#F0A4A5
(240,164,165)
#F1AFAF
(241,175,175)
#F2BAB9
(242,186,185)
#F3C5C3
(243,197,195)
#F4D0CD
(244,208,205)
#F5DBD7
(245,219,215)
#F6E6E1
(246,230,225)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8387; }

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

This text font color is #ED8387.


Background Color

.myBgColor { background-color: #ED8387; }

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

This div background color is #ED8387.


Border color

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

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

This div border color is #ED8387.


Opacity

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

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

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

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

This text has shadow with #ED8387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8387 on black background.


Color preview on white background

This text has color #ED8387 on white background.



Black color preview on #ED8387 background

This text has black color on #ED8387 background.


White color preview on #ED8387 background

This text has white color on #ED8387 background.