COLOR #E1E3BC

HEX: #E1E3BC
RGB: (225,227,188)

Color info

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

RGB color model

#E1E3BC color RGB value is (225,227,188).

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

RGB channels and saturation

R 225 of 255 = 88%
G 227 of 255 = 89%
B 188 of 255 = 74%

225
227
188

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

Portions of RGB colors in percentages

R + G + B =
225 + 227 + 188 = 640 (100%)
R 225 of 640 ~ 35.16%
G 227 of 640 ~ 35.47%
B 188 of 640 ~ 29.38%

%35.16
%35.47
%29.38

CMYK color model

#E1E3BC color CMYK value is (1,0,17,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 17.18%
  • key color value is 10.98%
CMYK:
(1,0,17,11)
C1M0Y17K11 
(1%,0%,17%,11%)
(0.01/0.00/0.17/0.11)	

CMYK percentages

%0.88
%0
%17.18
%10.98

Codes

Color #E1E3BC in popluar color models

E1E3BC
RGB225227188
HSL63°41.05%81.37%
HSB/HSV63°17.18%89.02%
CMYK0.88%0.00%17.18%
10.98%

Color #E1E3BC in popluar number systems.

HEXE1E3BC
Decimal225227188
Binary111000011110001110111100
Octal341343274

Shades and tints

Shades of #E1E3BC

#E1E3BC
(225,227,188)
#CDCFAB
(205,207,171)
#B9BB9A
(185,187,154)
#A5A789
(165,167,137)
#919378
(145,147,120)
#7D7F67
(125,127,103)
#696B56
(105,107,86)
#555745
(85,87,69)
#414334
(65,67,52)
#2D2F23
(45,47,35)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #E1E3BC

#E1E3BC
(225,227,188)
#E3E5C2
(227,229,194)
#E5E7C8
(229,231,200)
#E7E9CE
(231,233,206)
#E9EBD4
(233,235,212)
#EBEDDA
(235,237,218)
#EDEFE0
(237,239,224)
#EFF1E6
(239,241,230)
#F1F3EC
(241,243,236)
#F3F5F2
(243,245,242)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E3BC; }

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

This text font color is #E1E3BC.


Background Color

.myBgColor { background-color: #E1E3BC; }

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

This div background color is #E1E3BC.


Border color

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

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

This div border color is #E1E3BC.


Opacity

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

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

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

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

This text has shadow with #E1E3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E3BC on black background.


Color preview on white background

This text has color #E1E3BC on white background.



Black color preview on #E1E3BC background

This text has black color on #E1E3BC background.


White color preview on #E1E3BC background

This text has white color on #E1E3BC background.