COLOR #E4BB8F

HEX: #E4BB8F
RGB: (228,187,143)

Color info

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

RGB color model

#E4BB8F color RGB value is (228,187,143).

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

RGB channels and saturation

R 228 of 255 = 89%
G 187 of 255 = 73%
B 143 of 255 = 56%

228
187
143

R + G + B ~ 73%. #E4BB8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 187 + 143 = 558 (100%)
R 228 of 558 ~ 40.86%
G 187 of 558 ~ 33.51%
B 143 of 558 ~ 25.63%

%40.86
%33.51
%25.63

CMYK color model

#E4BB8F color CMYK value is (0,18,37,11).

  • cyan value is 0.00%
  • magenta value is 17.98%
  • yellow value is 37.28%
  • key color value is 10.59%
CMYK:
(0,18,37,11)
C0M18Y37K11 
(0%,18%,37%,11%)
(0.00/0.18/0.37/0.11)	

CMYK percentages

%0
%17.98
%37.28
%10.59

Codes

Color #E4BB8F in popluar color models

E4BB8F
RGB228187143
HSL31°61.15%72.75%
HSB/HSV31°37.28%89.41%
CMYK0.00%17.98%37.28%
10.59%

Color #E4BB8F in popluar number systems.

HEXE4BB8F
Decimal228187143
Binary111001001011101110001111
Octal344273217

Shades and tints

Shades of #E4BB8F

#E4BB8F
(228,187,143)
#D0AA82
(208,170,130)
#BC9975
(188,153,117)
#A88868
(168,136,104)
#94775B
(148,119,91)
#80664E
(128,102,78)
#6C5541
(108,85,65)
#584434
(88,68,52)
#443327
(68,51,39)
#30221A
(48,34,26)
#1C110D
(28,17,13)
#000000
(0,0,0)

Tints of #E4BB8F

#E4BB8F
(228,187,143)
#E6C199
(230,193,153)
#E8C7A3
(232,199,163)
#EACDAD
(234,205,173)
#ECD3B7
(236,211,183)
#EED9C1
(238,217,193)
#F0DFCB
(240,223,203)
#F2E5D5
(242,229,213)
#F4EBDF
(244,235,223)
#F6F1E9
(246,241,233)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BB8F; }

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

This text font color is #E4BB8F.


Background Color

.myBgColor { background-color: #E4BB8F; }

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

This div background color is #E4BB8F.


Border color

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

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

This div border color is #E4BB8F.


Opacity

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

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

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

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

This text has shadow with #E4BB8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BB8F on black background.


Color preview on white background

This text has color #E4BB8F on white background.



Black color preview on #E4BB8F background

This text has black color on #E4BB8F background.


White color preview on #E4BB8F background

This text has white color on #E4BB8F background.