COLOR #E4BEA4

HEX: #E4BEA4
RGB: (228,190,164)

Color info

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

RGB color model

#E4BEA4 color RGB value is (228,190,164).

  • red value is 228;
  • green value is 190;
  • blue value is 164.
RGB:
(228,190,164)
(89%,75%,64%)

RGB channels and saturation

R 228 of 255 = 89%
G 190 of 255 = 75%
B 164 of 255 = 64%

228
190
164

R + G + B ~ 76%. #E4BEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 190 + 164 = 582 (100%)
R 228 of 582 ~ 39.18%
G 190 of 582 ~ 32.65%
B 164 of 582 ~ 28.18%

%39.18
%32.65
%28.18

CMYK color model

#E4BEA4 color CMYK value is (0,17,28,11).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 28.07%
  • key color value is 10.59%
CMYK:
(0,17,28,11)
C0M17Y28K11 
(0%,17%,28%,11%)
(0.00/0.17/0.28/0.11)	

CMYK percentages

%0
%16.67
%28.07
%10.59

Codes

Color #E4BEA4 in popluar color models

E4BEA4
RGB228190164
HSL24°54.24%76.86%
HSB/HSV24°28.07%89.41%
CMYK0.00%16.67%28.07%
10.59%

Color #E4BEA4 in popluar number systems.

HEXE4BEA4
Decimal228190164
Binary111001001011111010100100
Octal344276244

Shades and tints

Shades of #E4BEA4

#E4BEA4
(228,190,164)
#D0AD96
(208,173,150)
#BC9C88
(188,156,136)
#A88B7A
(168,139,122)
#947A6C
(148,122,108)
#80695E
(128,105,94)
#6C5850
(108,88,80)
#584742
(88,71,66)
#443634
(68,54,52)
#302526
(48,37,38)
#1C1418
(28,20,24)
#000000
(0,0,0)

Tints of #E4BEA4

#E4BEA4
(228,190,164)
#E6C3AC
(230,195,172)
#E8C8B4
(232,200,180)
#EACDBC
(234,205,188)
#ECD2C4
(236,210,196)
#EED7CC
(238,215,204)
#F0DCD4
(240,220,212)
#F2E1DC
(242,225,220)
#F4E6E4
(244,230,228)
#F6EBEC
(246,235,236)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BEA4 color. Also use rgb(228,190,164) instead hex code.

Text Font Color

.myTextColor { color: #E4BEA4; }

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

This text font color is #E4BEA4.


Background Color

.myBgColor { background-color: #E4BEA4; }

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

This div background color is #E4BEA4.


Border color

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

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

This div border color is #E4BEA4.


Opacity

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

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

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

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

This text has shadow with #E4BEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BEA4 on black background.


Color preview on white background

This text has color #E4BEA4 on white background.



Black color preview on #E4BEA4 background

This text has black color on #E4BEA4 background.


White color preview on #E4BEA4 background

This text has white color on #E4BEA4 background.