COLOR #E8BE8E

HEX: #E8BE8E
RGB: (232,190,142)

Color info

#E8BE8E contains mainly red and green colors. Web safe color of #E8BE8E is #FFCC99 (or #FC9).

RGB color model

#E8BE8E color RGB value is (232,190,142).

  • red value is 232;
  • green value is 190;
  • blue value is 142.
RGB:
(232,190,142)
(91%,75%,56%)

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 142 of 255 = 56%

232
190
142

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

Portions of RGB colors in percentages

R + G + B =
232 + 190 + 142 = 564 (100%)
R 232 of 564 ~ 41.13%
G 190 of 564 ~ 33.69%
B 142 of 564 ~ 25.18%

%41.13
%33.69
%25.18

CMYK color model

#E8BE8E color CMYK value is (0,18,39,9).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 38.79%
  • key color value is 9.02%
CMYK:
(0,18,39,9)
C0M18Y39K9 
(0%,18%,39%,9%)
(0.00/0.18/0.39/0.09)	

CMYK percentages

%0
%18.1
%38.79
%9.02

Codes

Color #E8BE8E in popluar color models

E8BE8E
RGB232190142
HSL32°66.18%73.33%
HSB/HSV32°38.79%90.98%
CMYK0.00%18.10%38.79%
9.02%

Color #E8BE8E in popluar number systems.

HEXE8BE8E
Decimal232190142
Binary111010001011111010001110
Octal350276216

Shades and tints

Shades of #E8BE8E

#E8BE8E
(232,190,142)
#D3AD82
(211,173,130)
#BE9C76
(190,156,118)
#A98B6A
(169,139,106)
#947A5E
(148,122,94)
#7F6952
(127,105,82)
#6A5846
(106,88,70)
#55473A
(85,71,58)
#40362E
(64,54,46)
#2B2522
(43,37,34)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #E8BE8E

#E8BE8E
(232,190,142)
#EAC398
(234,195,152)
#ECC8A2
(236,200,162)
#EECDAC
(238,205,172)
#F0D2B6
(240,210,182)
#F2D7C0
(242,215,192)
#F4DCCA
(244,220,202)
#F6E1D4
(246,225,212)
#F8E6DE
(248,230,222)
#FAEBE8
(250,235,232)
#FCF0F2
(252,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BE8E color. Also use rgb(232,190,142) instead hex code.

Text Font Color

.myTextColor { color: #E8BE8E; }

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

This text font color is #E8BE8E.


Background Color

.myBgColor { background-color: #E8BE8E; }

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

This div background color is #E8BE8E.


Border color

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

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

This div border color is #E8BE8E.


Opacity

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

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

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

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

This text has shadow with #E8BE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BE8E on black background.


Color preview on white background

This text has color #E8BE8E on white background.



Black color preview on #E8BE8E background

This text has black color on #E8BE8E background.


White color preview on #E8BE8E background

This text has white color on #E8BE8E background.