COLOR #E4B49F

HEX: #E4B49F
RGB: (228,180,159)

Color info

#E4B49F contains mainly red and green colors. Web safe color of #E4B49F is #CCCC99 (or #CC9).

RGB color model

#E4B49F color RGB value is (228,180,159).

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

RGB channels and saturation

R 228 of 255 = 89%
G 180 of 255 = 71%
B 159 of 255 = 62%

228
180
159

R + G + B ~ 74%. #E4B49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 180 + 159 = 567 (100%)
R 228 of 567 ~ 40.21%
G 180 of 567 ~ 31.75%
B 159 of 567 ~ 28.04%

%40.21
%31.75
%28.04

CMYK color model

#E4B49F color CMYK value is (0,21,30,11).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 30.26%
  • key color value is 10.59%
CMYK:
(0,21,30,11)
C0M21Y30K11 
(0%,21%,30%,11%)
(0.00/0.21/0.30/0.11)	

CMYK percentages

%0
%21.05
%30.26
%10.59

Codes

Color #E4B49F in popluar color models

E4B49F
RGB228180159
HSL18°56.10%75.88%
HSB/HSV18°30.26%89.41%
CMYK0.00%21.05%30.26%
10.59%

Color #E4B49F in popluar number systems.

HEXE4B49F
Decimal228180159
Binary111001001011010010011111
Octal344264237

Shades and tints

Shades of #E4B49F

#E4B49F
(228,180,159)
#D0A491
(208,164,145)
#BC9483
(188,148,131)
#A88475
(168,132,117)
#947467
(148,116,103)
#806459
(128,100,89)
#6C544B
(108,84,75)
#58443D
(88,68,61)
#44342F
(68,52,47)
#302421
(48,36,33)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #E4B49F

#E4B49F
(228,180,159)
#E6BAA7
(230,186,167)
#E8C0AF
(232,192,175)
#EAC6B7
(234,198,183)
#ECCCBF
(236,204,191)
#EED2C7
(238,210,199)
#F0D8CF
(240,216,207)
#F2DED7
(242,222,215)
#F4E4DF
(244,228,223)
#F6EAE7
(246,234,231)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B49F; }

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

This text font color is #E4B49F.


Background Color

.myBgColor { background-color: #E4B49F; }

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

This div background color is #E4B49F.


Border color

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

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

This div border color is #E4B49F.


Opacity

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

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

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

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

This text has shadow with #E4B49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4B49F on black background.


Color preview on white background

This text has color #E4B49F on white background.



Black color preview on #E4B49F background

This text has black color on #E4B49F background.


White color preview on #E4B49F background

This text has white color on #E4B49F background.