COLOR #E8E2BE

HEX: #E8E2BE
RGB: (232,226,190)

Color info

#E8E2BE contains red, green and blue colors in about the same proportion. Web safe color of #E8E2BE is #FFCCCC (or #FCC).

RGB color model

#E8E2BE color RGB value is (232,226,190).

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

RGB channels and saturation

R 232 of 255 = 91%
G 226 of 255 = 89%
B 190 of 255 = 75%

232
226
190

R + G + B ~ 85%. #E8E2BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 226 + 190 = 648 (100%)
R 232 of 648 ~ 35.8%
G 226 of 648 ~ 34.88%
B 190 of 648 ~ 29.32%

%35.8
%34.88
%29.32

CMYK color model

#E8E2BE color CMYK value is (0,3,18,9).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 18.10%
  • key color value is 9.02%
CMYK:
(0,3,18,9)
C0M3Y18K9 
(0%,3%,18%,9%)
(0.00/0.03/0.18/0.09)	

CMYK percentages

%0
%2.59
%18.1
%9.02

Codes

Color #E8E2BE in popluar color models

E8E2BE
RGB232226190
HSL51°47.73%82.75%
HSB/HSV51°18.10%90.98%
CMYK0.00%2.59%18.10%
9.02%

Color #E8E2BE in popluar number systems.

HEXE8E2BE
Decimal232226190
Binary111010001110001010111110
Octal350342276

Shades and tints

Shades of #E8E2BE

#E8E2BE
(232,226,190)
#D3CEAD
(211,206,173)
#BEBA9C
(190,186,156)
#A9A68B
(169,166,139)
#94927A
(148,146,122)
#7F7E69
(127,126,105)
#6A6A58
(106,106,88)
#555647
(85,86,71)
#404236
(64,66,54)
#2B2E25
(43,46,37)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #E8E2BE

#E8E2BE
(232,226,190)
#EAE4C3
(234,228,195)
#ECE6C8
(236,230,200)
#EEE8CD
(238,232,205)
#F0EAD2
(240,234,210)
#F2ECD7
(242,236,215)
#F4EEDC
(244,238,220)
#F6F0E1
(246,240,225)
#F8F2E6
(248,242,230)
#FAF4EB
(250,244,235)
#FCF6F0
(252,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E2BE; }

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

This text font color is #E8E2BE.


Background Color

.myBgColor { background-color: #E8E2BE; }

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

This div background color is #E8E2BE.


Border color

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

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

This div border color is #E8E2BE.


Opacity

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

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

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

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

This text has shadow with #E8E2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E2BE on black background.


Color preview on white background

This text has color #E8E2BE on white background.



Black color preview on #E8E2BE background

This text has black color on #E8E2BE background.


White color preview on #E8E2BE background

This text has white color on #E8E2BE background.