COLOR #E49F97

HEX: #E49F97
RGB: (228,159,151)

Color info

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

RGB color model

#E49F97 color RGB value is (228,159,151).

  • red value is 228;
  • green value is 159;
  • blue value is 151.
RGB:
(228,159,151)
(89%,62%,59%)

RGB channels and saturation

R 228 of 255 = 89%
G 159 of 255 = 62%
B 151 of 255 = 59%

228
159
151

R + G + B ~ 70%. #E49F97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 159 + 151 = 538 (100%)
R 228 of 538 ~ 42.38%
G 159 of 538 ~ 29.55%
B 151 of 538 ~ 28.07%

%42.38
%29.55
%28.07

CMYK color model

#E49F97 color CMYK value is (0,30,34,11).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 33.77%
  • key color value is 10.59%
CMYK:
(0,30,34,11)
C0M30Y34K11 
(0%,30%,34%,11%)
(0.00/0.30/0.34/0.11)	

CMYK percentages

%0
%30.26
%33.77
%10.59

Codes

Color #E49F97 in popluar color models

E49F97
RGB228159151
HSL58.78%74.31%
HSB/HSV33.77%89.41%
CMYK0.00%30.26%33.77%
10.59%

Color #E49F97 in popluar number systems.

HEXE49F97
Decimal228159151
Binary111001001001111110010111
Octal344237227

Shades and tints

Shades of #E49F97

#E49F97
(228,159,151)
#D0918A
(208,145,138)
#BC837D
(188,131,125)
#A87570
(168,117,112)
#946763
(148,103,99)
#805956
(128,89,86)
#6C4B49
(108,75,73)
#583D3C
(88,61,60)
#442F2F
(68,47,47)
#302122
(48,33,34)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #E49F97

#E49F97
(228,159,151)
#E6A7A0
(230,167,160)
#E8AFA9
(232,175,169)
#EAB7B2
(234,183,178)
#ECBFBB
(236,191,187)
#EEC7C4
(238,199,196)
#F0CFCD
(240,207,205)
#F2D7D6
(242,215,214)
#F4DFDF
(244,223,223)
#F6E7E8
(246,231,232)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49F97 color. Also use rgb(228,159,151) instead hex code.

Text Font Color

.myTextColor { color: #E49F97; }

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

This text font color is #E49F97.


Background Color

.myBgColor { background-color: #E49F97; }

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

This div background color is #E49F97.


Border color

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

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

This div border color is #E49F97.


Opacity

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

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

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

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

This text has shadow with #E49F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49F97 on black background.


Color preview on white background

This text has color #E49F97 on white background.



Black color preview on #E49F97 background

This text has black color on #E49F97 background.


White color preview on #E49F97 background

This text has white color on #E49F97 background.