COLOR #E4BBA1

HEX: #E4BBA1
RGB: (228,187,161)

Color info

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

RGB color model

#E4BBA1 color RGB value is (228,187,161).

  • red value is 228;
  • green value is 187;
  • blue value is 161.
RGB:
(228,187,161)
(89%,73%,63%)

RGB channels and saturation

R 228 of 255 = 89%
G 187 of 255 = 73%
B 161 of 255 = 63%

228
187
161

R + G + B ~ 75%. #E4BBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 187 + 161 = 576 (100%)
R 228 of 576 ~ 39.58%
G 187 of 576 ~ 32.47%
B 161 of 576 ~ 27.95%

%39.58
%32.47
%27.95

CMYK color model

#E4BBA1 color CMYK value is (0,18,29,11).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 29.39%
  • key color value is 10.59%
CMYK:
(0,18,29,11)
C0M18Y29K11 
(0%,18%,29%,11%)
(0.00/0.18/0.29/0.11)	

CMYK percentages

%0
%17.98
%29.39
%10.59

Codes

Color #E4BBA1 in popluar color models

E4BBA1
RGB228187161
HSL23°55.37%76.27%
HSB/HSV23°29.39%89.41%
CMYK0.00%17.98%29.39%
10.59%

Color #E4BBA1 in popluar number systems.

HEXE4BBA1
Decimal228187161
Binary111001001011101110100001
Octal344273241

Shades and tints

Shades of #E4BBA1

#E4BBA1
(228,187,161)
#D0AA93
(208,170,147)
#BC9985
(188,153,133)
#A88877
(168,136,119)
#947769
(148,119,105)
#80665B
(128,102,91)
#6C554D
(108,85,77)
#58443F
(88,68,63)
#443331
(68,51,49)
#302223
(48,34,35)
#1C1115
(28,17,21)
#000000
(0,0,0)

Tints of #E4BBA1

#E4BBA1
(228,187,161)
#E6C1A9
(230,193,169)
#E8C7B1
(232,199,177)
#EACDB9
(234,205,185)
#ECD3C1
(236,211,193)
#EED9C9
(238,217,201)
#F0DFD1
(240,223,209)
#F2E5D9
(242,229,217)
#F4EBE1
(244,235,225)
#F6F1E9
(246,241,233)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BBA1 color. Also use rgb(228,187,161) instead hex code.

Text Font Color

.myTextColor { color: #E4BBA1; }

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

This text font color is #E4BBA1.


Background Color

.myBgColor { background-color: #E4BBA1; }

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

This div background color is #E4BBA1.


Border color

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

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

This div border color is #E4BBA1.


Opacity

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

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

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

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

This text has shadow with #E4BBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BBA1 on black background.


Color preview on white background

This text has color #E4BBA1 on white background.



Black color preview on #E4BBA1 background

This text has black color on #E4BBA1 background.


White color preview on #E4BBA1 background

This text has white color on #E4BBA1 background.