COLOR #E8E3BF

HEX: #E8E3BF
RGB: (232,227,191)

Color info

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

RGB color model

#E8E3BF color RGB value is (232,227,191).

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

RGB channels and saturation

R 232 of 255 = 91%
G 227 of 255 = 89%
B 191 of 255 = 75%

232
227
191

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

Portions of RGB colors in percentages

R + G + B =
232 + 227 + 191 = 650 (100%)
R 232 of 650 ~ 35.69%
G 227 of 650 ~ 34.92%
B 191 of 650 ~ 29.38%

%35.69
%34.92
%29.38

CMYK color model

#E8E3BF color CMYK value is (0,2,18,9).

  • cyan value is 0.00%
  • magenta value is 2.16%
  • yellow value is 17.67%
  • key color value is 9.02%
CMYK:
(0,2,18,9)
C0M2Y18K9 
(0%,2%,18%,9%)
(0.00/0.02/0.18/0.09)	

CMYK percentages

%0
%2.16
%17.67
%9.02

Codes

Color #E8E3BF in popluar color models

E8E3BF
RGB232227191
HSL53°47.13%82.94%
HSB/HSV53°17.67%90.98%
CMYK0.00%2.16%17.67%
9.02%

Color #E8E3BF in popluar number systems.

HEXE8E3BF
Decimal232227191
Binary111010001110001110111111
Octal350343277

Shades and tints

Shades of #E8E3BF

#E8E3BF
(232,227,191)
#D3CFAE
(211,207,174)
#BEBB9D
(190,187,157)
#A9A78C
(169,167,140)
#94937B
(148,147,123)
#7F7F6A
(127,127,106)
#6A6B59
(106,107,89)
#555748
(85,87,72)
#404337
(64,67,55)
#2B2F26
(43,47,38)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #E8E3BF

#E8E3BF
(232,227,191)
#EAE5C4
(234,229,196)
#ECE7C9
(236,231,201)
#EEE9CE
(238,233,206)
#F0EBD3
(240,235,211)
#F2EDD8
(242,237,216)
#F4EFDD
(244,239,221)
#F6F1E2
(246,241,226)
#F8F3E7
(248,243,231)
#FAF5EC
(250,245,236)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8E3BF color. Also use rgb(232,227,191) instead hex code.

Text Font Color

.myTextColor { color: #E8E3BF; }

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

This text font color is #E8E3BF.


Background Color

.myBgColor { background-color: #E8E3BF; }

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

This div background color is #E8E3BF.


Border color

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

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

This div border color is #E8E3BF.


Opacity

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

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

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

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

This text has shadow with #E8E3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E3BF on black background.


Color preview on white background

This text has color #E8E3BF on white background.



Black color preview on #E8E3BF background

This text has black color on #E8E3BF background.


White color preview on #E8E3BF background

This text has white color on #E8E3BF background.