COLOR #E0978C

HEX: #E0978C RGB: (224,151,140)

Color info

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

RGB color model

#E0978C color RGB value is (224,151,140).

RGB: (224,151,140) (88%, 59%, 55%)

RGB channels and saturation

R 224 of 255 = 88%
G 151 of 255 = 59%
B 140 of 255 = 55%

224
151
140

R + G + B ~ 67%. #E0978C is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 151 + 140 = 515 (100%)
R 224 of 515 ~ 43.5%
G 151 of 515 ~ 29.32%
B 140 of 515 ~ 27.18'%

%43.5
%29.32
%27.18

CMYK color model

#E0978C color CMYK value is (0,33,38,12).

  • cyan value is 0.00%
  • magenta value is 32.59%
  • yellow value is 37.50%
  • key color value is 12.16%

CMYK: (0,33,38,12)
C0M33Y38K12 (0%, 33%, 38%, 12%)
(0.00 / 0.33 / 0.38 / 0.12)

CMYK percentages

%0
%32.59
%37.5
%12.16

Codes

Color #E0978C in popluar color models

E0 97 8C
RGB 224 151 140
HSL 57.53% 71.37%
HSB/HSV 37.50% 87.84%
CMYK 0.00% 32.59% 37.50%
12.16%

Color #E0978C in popluar number systems.

HEX E0 97 8C
Decimal 224 151 140
Binary 11100000 10010111 10001100
Octal 340 227 214

Shades and tints

Shades of #E0978C

#E0978C
(224,151,140)
#CC8A80
(204,138,128)
#B87D74
(184,125,116)
#A47068
(164,112,104)
#90635C
(144,99,92)
#7C5650
(124,86,80)
#684944
(104,73,68)
#543C38
(84,60,56)
#402F2C
(64,47,44)
#2C2220
(44,34,32)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #E0978C

#E0978C
(224,151,140)
#E2A096
(226,160,150)
#E4A9A0
(228,169,160)
#E6B2AA
(230,178,170)
#E8BBB4
(232,187,180)
#EAC4BE
(234,196,190)
#ECCDC8
(236,205,200)
#EED6D2
(238,214,210)
#F0DFDC
(240,223,220)
#F2E8E6
(242,232,230)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0978C color. Also use rgb(224,151,140) instead hex code.

Text Font Color

.myTextColor { color: #E0978C; }

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

This text font color is #E0978C.

Background Color

.myBgColor { background-color: #E0978C; }

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

This div background color is #E0978C.

Border color

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

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

This div border color is #E0978C.

Opacity

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

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

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

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

This text has shadow with #E0978C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0978C.

Preview

Color preview on black background

This text has color #E0978C on black background.


Color preview on white background

This text has color #E0978C on white background.


Black color preview on #E0978C background

This text has black color on #E0978C background.


White color preview on #E0978C background

This text has white color on #E0978C background.


Related colors

Complementary color

Complementary color for #hex is #1F6873.


I love getcolorcode.com

Triadic colors

1 #8CE097 and #978CE0 with #E0978C are triadic colors.

2 #8C97E0 and #97E08C with #E0978C are triadic colors.