COLOR #E5E3BC

HEX: #E5E3BC
RGB: (229,227,188)

Color info

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

RGB color model

#E5E3BC color RGB value is (229,227,188).

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

RGB channels and saturation

R 229 of 255 = 90%
G 227 of 255 = 89%
B 188 of 255 = 74%

229
227
188

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

Portions of RGB colors in percentages

R + G + B =
229 + 227 + 188 = 644 (100%)
R 229 of 644 ~ 35.56%
G 227 of 644 ~ 35.25%
B 188 of 644 ~ 29.19%

%35.56
%35.25
%29.19

CMYK color model

#E5E3BC color CMYK value is (0,1,18,10).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 17.90%
  • key color value is 10.20%
CMYK:
(0,1,18,10)
C0M1Y18K10 
(0%,1%,18%,10%)
(0.00/0.01/0.18/0.10)	

CMYK percentages

%0
%0.87
%17.9
%10.2

Codes

Color #E5E3BC in popluar color models

E5E3BC
RGB229227188
HSL57°44.09%81.76%
HSB/HSV57°17.90%89.80%
CMYK0.00%0.87%17.90%
10.20%

Color #E5E3BC in popluar number systems.

HEXE5E3BC
Decimal229227188
Binary111001011110001110111100
Octal345343274

Shades and tints

Shades of #E5E3BC

#E5E3BC
(229,227,188)
#D1CFAB
(209,207,171)
#BDBB9A
(189,187,154)
#A9A789
(169,167,137)
#959378
(149,147,120)
#817F67
(129,127,103)
#6D6B56
(109,107,86)
#595745
(89,87,69)
#454334
(69,67,52)
#312F23
(49,47,35)
#1D1B12
(29,27,18)
#000000
(0,0,0)

Tints of #E5E3BC

#E5E3BC
(229,227,188)
#E7E5C2
(231,229,194)
#E9E7C8
(233,231,200)
#EBE9CE
(235,233,206)
#EDEBD4
(237,235,212)
#EFEDDA
(239,237,218)
#F1EFE0
(241,239,224)
#F3F1E6
(243,241,230)
#F5F3EC
(245,243,236)
#F7F5F2
(247,245,242)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E3BC; }

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

This text font color is #E5E3BC.


Background Color

.myBgColor { background-color: #E5E3BC; }

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

This div background color is #E5E3BC.


Border color

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

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

This div border color is #E5E3BC.


Opacity

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

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

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

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

This text has shadow with #E5E3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E3BC on black background.


Color preview on white background

This text has color #E5E3BC on white background.



Black color preview on #E5E3BC background

This text has black color on #E5E3BC background.


White color preview on #E5E3BC background

This text has white color on #E5E3BC background.