COLOR #E5977C

HEX: #E5977C
RGB: (229,151,124)

Color info

#E5977C contains mainly red color. Web safe color of #E5977C is #CC9966 (or #C96).

RGB color model

#E5977C color RGB value is (229,151,124).

  • red value is 229;
  • green value is 151;
  • blue value is 124.
RGB:
(229,151,124)
(90%,59%,49%)

RGB channels and saturation

R 229 of 255 = 90%
G 151 of 255 = 59%
B 124 of 255 = 49%

229
151
124

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

Portions of RGB colors in percentages

R + G + B =
229 + 151 + 124 = 504 (100%)
R 229 of 504 ~ 45.44%
G 151 of 504 ~ 29.96%
B 124 of 504 ~ 24.6%

%45.44
%29.96
%24.6

CMYK color model

#E5977C color CMYK value is (0,34,46,10).

  • cyan value is 0.00%
  • magenta value is 34.06%
  • yellow value is 45.85%
  • key color value is 10.20%
CMYK:
(0,34,46,10)
C0M34Y46K10 
(0%,34%,46%,10%)
(0.00/0.34/0.46/0.10)	

CMYK percentages

%0
%34.06
%45.85
%10.2

Codes

Color #E5977C in popluar color models

E5977C
RGB229151124
HSL15°66.88%69.22%
HSB/HSV15°45.85%89.80%
CMYK0.00%34.06%45.85%
10.20%

Color #E5977C in popluar number systems.

HEXE5977C
Decimal229151124
Binary11100101100101111111100
Octal345227174

Shades and tints

Shades of #E5977C

#E5977C
(229,151,124)
#D18A71
(209,138,113)
#BD7D66
(189,125,102)
#A9705B
(169,112,91)
#956350
(149,99,80)
#815645
(129,86,69)
#6D493A
(109,73,58)
#593C2F
(89,60,47)
#452F24
(69,47,36)
#312219
(49,34,25)
#1D150E
(29,21,14)
#000000
(0,0,0)

Tints of #E5977C

#E5977C
(229,151,124)
#E7A087
(231,160,135)
#E9A992
(233,169,146)
#EBB29D
(235,178,157)
#EDBBA8
(237,187,168)
#EFC4B3
(239,196,179)
#F1CDBE
(241,205,190)
#F3D6C9
(243,214,201)
#F5DFD4
(245,223,212)
#F7E8DF
(247,232,223)
#F9F1EA
(249,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5977C color. Also use rgb(229,151,124) instead hex code.

Text Font Color

.myTextColor { color: #E5977C; }

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

This text font color is #E5977C.


Background Color

.myBgColor { background-color: #E5977C; }

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

This div background color is #E5977C.


Border color

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

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

This div border color is #E5977C.


Opacity

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

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

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

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

This text has shadow with #E5977C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5977C on black background.


Color preview on white background

This text has color #E5977C on white background.



Black color preview on #E5977C background

This text has black color on #E5977C background.


White color preview on #E5977C background

This text has white color on #E5977C background.