COLOR #ED8779

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

Color info

#ED8779 contains mainly red color. Web safe color of #ED8779 is #FF9966 (or #F96).

RGB color model

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

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

RGB channels and saturation

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

237
135
121

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

Portions of RGB colors in percentages

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

%48.07
%27.38
%24.54

CMYK color model

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

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

CMYK percentages

%0
%43.04
%48.95
%7.06

Codes

Color #ED8779 in popluar color models

ED8779
RGB237135121
HSL76.32%70.20%
HSB/HSV48.95%92.94%
CMYK0.00%43.04%48.95%
7.06%

Color #ED8779 in popluar number systems.

HEXED8779
Decimal237135121
Binary11101101100001111111001
Octal355207171

Shades and tints

Shades of #ED8779

#ED8779
(237,135,121)
#D87B6E
(216,123,110)
#C36F63
(195,111,99)
#AE6358
(174,99,88)
#99574D
(153,87,77)
#844B42
(132,75,66)
#6F3F37
(111,63,55)
#5A332C
(90,51,44)
#452721
(69,39,33)
#301B16
(48,27,22)
#1B0F0B
(27,15,11)
#000000
(0,0,0)

Tints of #ED8779

#ED8779
(237,135,121)
#EE9185
(238,145,133)
#EF9B91
(239,155,145)
#F0A59D
(240,165,157)
#F1AFA9
(241,175,169)
#F2B9B5
(242,185,181)
#F3C3C1
(243,195,193)
#F4CDCD
(244,205,205)
#F5D7D9
(245,215,217)
#F6E1E5
(246,225,229)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ED8779; }

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

This text font color is #ED8779.


Background Color

.myBgColor { background-color: #ED8779; }

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

This div background color is #ED8779.


Border color

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

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

This div border color is #ED8779.


Opacity

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

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

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

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

This text has shadow with #ED8779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8779 on black background.


Color preview on white background

This text has color #ED8779 on white background.



Black color preview on #ED8779 background

This text has black color on #ED8779 background.


White color preview on #ED8779 background

This text has white color on #ED8779 background.