COLOR #ED8897

HEX: #ED8897
RGB: (237,136,151)

Color info

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

RGB color model

#ED8897 color RGB value is (237,136,151).

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

RGB channels and saturation

R 237 of 255 = 93%
G 136 of 255 = 53%
B 151 of 255 = 59%

237
136
151

R + G + B ~ 68%. #ED8897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 136 + 151 = 524 (100%)
R 237 of 524 ~ 45.23%
G 136 of 524 ~ 25.95%
B 151 of 524 ~ 28.82%

%45.23
%25.95
%28.82

CMYK color model

#ED8897 color CMYK value is (0,43,36,7).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 36.29%
  • key color value is 7.06%
CMYK:
(0,43,36,7)
C0M43Y36K7 
(0%,43%,36%,7%)
(0.00/0.43/0.36/0.07)	

CMYK percentages

%0
%42.62
%36.29
%7.06

Codes

Color #ED8897 in popluar color models

ED8897
RGB237136151
HSL351°73.72%73.14%
HSB/HSV351°42.62%92.94%
CMYK0.00%42.62%36.29%
7.06%

Color #ED8897 in popluar number systems.

HEXED8897
Decimal237136151
Binary111011011000100010010111
Octal355210227

Shades and tints

Shades of #ED8897

#ED8897
(237,136,151)
#D87C8A
(216,124,138)
#C3707D
(195,112,125)
#AE6470
(174,100,112)
#995863
(153,88,99)
#844C56
(132,76,86)
#6F4049
(111,64,73)
#5A343C
(90,52,60)
#45282F
(69,40,47)
#301C22
(48,28,34)
#1B1015
(27,16,21)
#000000
(0,0,0)

Tints of #ED8897

#ED8897
(237,136,151)
#EE92A0
(238,146,160)
#EF9CA9
(239,156,169)
#F0A6B2
(240,166,178)
#F1B0BB
(241,176,187)
#F2BAC4
(242,186,196)
#F3C4CD
(243,196,205)
#F4CED6
(244,206,214)
#F5D8DF
(245,216,223)
#F6E2E8
(246,226,232)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8897; }

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

This text font color is #ED8897.


Background Color

.myBgColor { background-color: #ED8897; }

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

This div background color is #ED8897.


Border color

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

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

This div border color is #ED8897.


Opacity

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

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

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

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

This text has shadow with #ED8897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8897 on black background.


Color preview on white background

This text has color #ED8897 on white background.



Black color preview on #ED8897 background

This text has black color on #ED8897 background.


White color preview on #ED8897 background

This text has white color on #ED8897 background.