COLOR #E7947C

HEX: #E7947C
RGB: (231,148,124)

Color info

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

RGB color model

#E7947C color RGB value is (231,148,124).

  • red value is 231;
  • green value is 148;
  • blue value is 124.
RGB:
(231,148,124)
(91%,58%,49%)

RGB channels and saturation

R 231 of 255 = 91%
G 148 of 255 = 58%
B 124 of 255 = 49%

231
148
124

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

Portions of RGB colors in percentages

R + G + B =
231 + 148 + 124 = 503 (100%)
R 231 of 503 ~ 45.92%
G 148 of 503 ~ 29.42%
B 124 of 503 ~ 24.65%

%45.92
%29.42
%24.65

CMYK color model

#E7947C color CMYK value is (0,36,46,9).

  • cyan value is 0.00%
  • magenta value is 35.93%
  • yellow value is 46.32%
  • key color value is 9.41%
CMYK:
(0,36,46,9)
C0M36Y46K9 
(0%,36%,46%,9%)
(0.00/0.36/0.46/0.09)	

CMYK percentages

%0
%35.93
%46.32
%9.41

Codes

Color #E7947C in popluar color models

E7947C
RGB231148124
HSL13°69.03%69.61%
HSB/HSV13°46.32%90.59%
CMYK0.00%35.93%46.32%
9.41%

Color #E7947C in popluar number systems.

HEXE7947C
Decimal231148124
Binary11100111100101001111100
Octal347224174

Shades and tints

Shades of #E7947C

#E7947C
(231,148,124)
#D28771
(210,135,113)
#BD7A66
(189,122,102)
#A86D5B
(168,109,91)
#936050
(147,96,80)
#7E5345
(126,83,69)
#69463A
(105,70,58)
#54392F
(84,57,47)
#3F2C24
(63,44,36)
#2A1F19
(42,31,25)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #E7947C

#E7947C
(231,148,124)
#E99D87
(233,157,135)
#EBA692
(235,166,146)
#EDAF9D
(237,175,157)
#EFB8A8
(239,184,168)
#F1C1B3
(241,193,179)
#F3CABE
(243,202,190)
#F5D3C9
(245,211,201)
#F7DCD4
(247,220,212)
#F9E5DF
(249,229,223)
#FBEEEA
(251,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7947C color. Also use rgb(231,148,124) instead hex code.

Text Font Color

.myTextColor { color: #E7947C; }

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

This text font color is #E7947C.


Background Color

.myBgColor { background-color: #E7947C; }

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

This div background color is #E7947C.


Border color

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

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

This div border color is #E7947C.


Opacity

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

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

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

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

This text has shadow with #E7947C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7947C on black background.


Color preview on white background

This text has color #E7947C on white background.



Black color preview on #E7947C background

This text has black color on #E7947C background.


White color preview on #E7947C background

This text has white color on #E7947C background.