COLOR #E49684

HEX: #E49684
RGB: (228,150,132)

Color info

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

RGB color model

#E49684 color RGB value is (228,150,132).

  • red value is 228;
  • green value is 150;
  • blue value is 132.
RGB:
(228,150,132)
(89%,59%,52%)

RGB channels and saturation

R 228 of 255 = 89%
G 150 of 255 = 59%
B 132 of 255 = 52%

228
150
132

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

Portions of RGB colors in percentages

R + G + B =
228 + 150 + 132 = 510 (100%)
R 228 of 510 ~ 44.71%
G 150 of 510 ~ 29.41%
B 132 of 510 ~ 25.88%

%44.71
%29.41
%25.88

CMYK color model

#E49684 color CMYK value is (0,34,42,11).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 42.11%
  • key color value is 10.59%
CMYK:
(0,34,42,11)
C0M34Y42K11 
(0%,34%,42%,11%)
(0.00/0.34/0.42/0.11)	

CMYK percentages

%0
%34.21
%42.11
%10.59

Codes

Color #E49684 in popluar color models

E49684
RGB228150132
HSL11°64.00%70.59%
HSB/HSV11°42.11%89.41%
CMYK0.00%34.21%42.11%
10.59%

Color #E49684 in popluar number systems.

HEXE49684
Decimal228150132
Binary111001001001011010000100
Octal344226204

Shades and tints

Shades of #E49684

#E49684
(228,150,132)
#D08978
(208,137,120)
#BC7C6C
(188,124,108)
#A86F60
(168,111,96)
#946254
(148,98,84)
#805548
(128,85,72)
#6C483C
(108,72,60)
#583B30
(88,59,48)
#442E24
(68,46,36)
#302118
(48,33,24)
#1C140C
(28,20,12)
#000000
(0,0,0)

Tints of #E49684

#E49684
(228,150,132)
#E69F8F
(230,159,143)
#E8A89A
(232,168,154)
#EAB1A5
(234,177,165)
#ECBAB0
(236,186,176)
#EEC3BB
(238,195,187)
#F0CCC6
(240,204,198)
#F2D5D1
(242,213,209)
#F4DEDC
(244,222,220)
#F6E7E7
(246,231,231)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49684 color. Also use rgb(228,150,132) instead hex code.

Text Font Color

.myTextColor { color: #E49684; }

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

This text font color is #E49684.


Background Color

.myBgColor { background-color: #E49684; }

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

This div background color is #E49684.


Border color

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

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

This div border color is #E49684.


Opacity

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

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

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

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

This text has shadow with #E49684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49684 on black background.


Color preview on white background

This text has color #E49684 on white background.



Black color preview on #E49684 background

This text has black color on #E49684 background.


White color preview on #E49684 background

This text has white color on #E49684 background.