COLOR #ED9788

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

237
151
136

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

Portions of RGB colors in percentages

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

%45.23
%28.82
%25.95

CMYK color model

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

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

CMYK percentages

%0
%36.29
%42.62
%7.06

Codes

Color #ED9788 in popluar color models

ED9788
RGB237151136
HSL73.72%73.14%
HSB/HSV42.62%92.94%
CMYK0.00%36.29%42.62%
7.06%

Color #ED9788 in popluar number systems.

HEXED9788
Decimal237151136
Binary111011011001011110001000
Octal355227210

Shades and tints

Shades of #ED9788

#ED9788
(237,151,136)
#D88A7C
(216,138,124)
#C37D70
(195,125,112)
#AE7064
(174,112,100)
#996358
(153,99,88)
#84564C
(132,86,76)
#6F4940
(111,73,64)
#5A3C34
(90,60,52)
#452F28
(69,47,40)
#30221C
(48,34,28)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #ED9788

#ED9788
(237,151,136)
#EEA092
(238,160,146)
#EFA99C
(239,169,156)
#F0B2A6
(240,178,166)
#F1BBB0
(241,187,176)
#F2C4BA
(242,196,186)
#F3CDC4
(243,205,196)
#F4D6CE
(244,214,206)
#F5DFD8
(245,223,216)
#F6E8E2
(246,232,226)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED9788; }

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

This text font color is #ED9788.


Background Color

.myBgColor { background-color: #ED9788; }

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

This div background color is #ED9788.


Border color

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

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

This div border color is #ED9788.


Opacity

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

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

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

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

This text has shadow with #ED9788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED9788 on black background.


Color preview on white background

This text has color #ED9788 on white background.



Black color preview on #ED9788 background

This text has black color on #ED9788 background.


White color preview on #ED9788 background

This text has white color on #ED9788 background.