COLOR #E3978F

HEX: #E3978F
RGB: (227,151,143)

Color info

#E3978F contains mainly red color. Web safe color of #E3978F is #CC9999 (or #C99).

RGB color model

#E3978F color RGB value is (227,151,143).

  • red value is 227;
  • green value is 151;
  • blue value is 143.
RGB:
(227,151,143)
(89%,59%,56%)

RGB channels and saturation

R 227 of 255 = 89%
G 151 of 255 = 59%
B 143 of 255 = 56%

227
151
143

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

Portions of RGB colors in percentages

R + G + B =
227 + 151 + 143 = 521 (100%)
R 227 of 521 ~ 43.57%
G 151 of 521 ~ 28.98%
B 143 of 521 ~ 27.45%

%43.57
%28.98
%27.45

CMYK color model

#E3978F color CMYK value is (0,33,37,11).

  • cyan value is 0.00%
  • magenta value is 33.48%
  • yellow value is 37.00%
  • key color value is 10.98%
CMYK:
(0,33,37,11)
C0M33Y37K11 
(0%,33%,37%,11%)
(0.00/0.33/0.37/0.11)	

CMYK percentages

%0
%33.48
%37
%10.98

Codes

Color #E3978F in popluar color models

E3978F
RGB227151143
HSL60.00%72.55%
HSB/HSV37.00%89.02%
CMYK0.00%33.48%37.00%
10.98%

Color #E3978F in popluar number systems.

HEXE3978F
Decimal227151143
Binary111000111001011110001111
Octal343227217

Shades and tints

Shades of #E3978F

#E3978F
(227,151,143)
#CF8A82
(207,138,130)
#BB7D75
(187,125,117)
#A77068
(167,112,104)
#93635B
(147,99,91)
#7F564E
(127,86,78)
#6B4941
(107,73,65)
#573C34
(87,60,52)
#432F27
(67,47,39)
#2F221A
(47,34,26)
#1B150D
(27,21,13)
#000000
(0,0,0)

Tints of #E3978F

#E3978F
(227,151,143)
#E5A099
(229,160,153)
#E7A9A3
(231,169,163)
#E9B2AD
(233,178,173)
#EBBBB7
(235,187,183)
#EDC4C1
(237,196,193)
#EFCDCB
(239,205,203)
#F1D6D5
(241,214,213)
#F3DFDF
(243,223,223)
#F5E8E9
(245,232,233)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3978F color. Also use rgb(227,151,143) instead hex code.

Text Font Color

.myTextColor { color: #E3978F; }

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

This text font color is #E3978F.


Background Color

.myBgColor { background-color: #E3978F; }

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

This div background color is #E3978F.


Border color

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

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

This div border color is #E3978F.


Opacity

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

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

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

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

This text has shadow with #E3978F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3978F on black background.


Color preview on white background

This text has color #E3978F on white background.



Black color preview on #E3978F background

This text has black color on #E3978F background.


White color preview on #E3978F background

This text has white color on #E3978F background.