COLOR #E1E3BF

HEX: #E1E3BF
RGB: (225,227,191)

Color info

#E1E3BF contains red, green and blue colors in about the same proportion. Web safe color of #E1E3BF is #CCCCCC (or #CCC).

RGB color model

#E1E3BF color RGB value is (225,227,191).

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

RGB channels and saturation

R 225 of 255 = 88%
G 227 of 255 = 89%
B 191 of 255 = 75%

225
227
191

R + G + B ~ 84%. #E1E3BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 227 + 191 = 643 (100%)
R 225 of 643 ~ 34.99%
G 227 of 643 ~ 35.3%
B 191 of 643 ~ 29.7%

%34.99
%35.3
%29.7

CMYK color model

#E1E3BF color CMYK value is (1,0,16,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(1,0,16,11)
C1M0Y16K11 
(1%,0%,16%,11%)
(0.01/0.00/0.16/0.11)	

CMYK percentages

%0.88
%0
%15.86
%10.98

Codes

Color #E1E3BF in popluar color models

E1E3BF
RGB225227191
HSL63°39.13%81.96%
HSB/HSV63°15.86%89.02%
CMYK0.88%0.00%15.86%
10.98%

Color #E1E3BF in popluar number systems.

HEXE1E3BF
Decimal225227191
Binary111000011110001110111111
Octal341343277

Shades and tints

Shades of #E1E3BF

#E1E3BF
(225,227,191)
#CDCFAE
(205,207,174)
#B9BB9D
(185,187,157)
#A5A78C
(165,167,140)
#91937B
(145,147,123)
#7D7F6A
(125,127,106)
#696B59
(105,107,89)
#555748
(85,87,72)
#414337
(65,67,55)
#2D2F26
(45,47,38)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #E1E3BF

#E1E3BF
(225,227,191)
#E3E5C4
(227,229,196)
#E5E7C9
(229,231,201)
#E7E9CE
(231,233,206)
#E9EBD3
(233,235,211)
#EBEDD8
(235,237,216)
#EDEFDD
(237,239,221)
#EFF1E2
(239,241,226)
#F1F3E7
(241,243,231)
#F3F5EC
(243,245,236)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E3BF; }

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

This text font color is #E1E3BF.


Background Color

.myBgColor { background-color: #E1E3BF; }

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

This div background color is #E1E3BF.


Border color

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

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

This div border color is #E1E3BF.


Opacity

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

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

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

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

This text has shadow with #E1E3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E3BF on black background.


Color preview on white background

This text has color #E1E3BF on white background.



Black color preview on #E1E3BF background

This text has black color on #E1E3BF background.


White color preview on #E1E3BF background

This text has white color on #E1E3BF background.