COLOR #E8BEA6

HEX: #E8BEA6
RGB: (232,190,166)

Color info

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

RGB color model

#E8BEA6 color RGB value is (232,190,166).

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

RGB channels and saturation

R 232 of 255 = 91%
G 190 of 255 = 75%
B 166 of 255 = 65%

232
190
166

R + G + B ~ 77%. #E8BEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 190 + 166 = 588 (100%)
R 232 of 588 ~ 39.46%
G 190 of 588 ~ 32.31%
B 166 of 588 ~ 28.23%

%39.46
%32.31
%28.23

CMYK color model

#E8BEA6 color CMYK value is (0,18,28,9).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 28.45%
  • key color value is 9.02%
CMYK:
(0,18,28,9)
C0M18Y28K9 
(0%,18%,28%,9%)
(0.00/0.18/0.28/0.09)	

CMYK percentages

%0
%18.1
%28.45
%9.02

Codes

Color #E8BEA6 in popluar color models

E8BEA6
RGB232190166
HSL22°58.93%78.04%
HSB/HSV22°28.45%90.98%
CMYK0.00%18.10%28.45%
9.02%

Color #E8BEA6 in popluar number systems.

HEXE8BEA6
Decimal232190166
Binary111010001011111010100110
Octal350276246

Shades and tints

Shades of #E8BEA6

#E8BEA6
(232,190,166)
#D3AD97
(211,173,151)
#BE9C88
(190,156,136)
#A98B79
(169,139,121)
#947A6A
(148,122,106)
#7F695B
(127,105,91)
#6A584C
(106,88,76)
#55473D
(85,71,61)
#40362E
(64,54,46)
#2B251F
(43,37,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #E8BEA6

#E8BEA6
(232,190,166)
#EAC3AE
(234,195,174)
#ECC8B6
(236,200,182)
#EECDBE
(238,205,190)
#F0D2C6
(240,210,198)
#F2D7CE
(242,215,206)
#F4DCD6
(244,220,214)
#F6E1DE
(246,225,222)
#F8E6E6
(248,230,230)
#FAEBEE
(250,235,238)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BEA6; }

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

This text font color is #E8BEA6.


Background Color

.myBgColor { background-color: #E8BEA6; }

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

This div background color is #E8BEA6.


Border color

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

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

This div border color is #E8BEA6.


Opacity

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

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

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

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

This text has shadow with #E8BEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BEA6 on black background.


Color preview on white background

This text has color #E8BEA6 on white background.



Black color preview on #E8BEA6 background

This text has black color on #E8BEA6 background.


White color preview on #E8BEA6 background

This text has white color on #E8BEA6 background.