COLOR #E0E3BC

HEX: #E0E3BC
RGB: (224,227,188)

Color info

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

RGB color model

#E0E3BC color RGB value is (224,227,188).

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

RGB channels and saturation

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

224
227
188

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

Portions of RGB colors in percentages

R + G + B =
224 + 227 + 188 = 639 (100%)
R 224 of 639 ~ 35.05%
G 227 of 639 ~ 35.52%
B 188 of 639 ~ 29.42%

%35.05
%35.52
%29.42

CMYK color model

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

  • cyan value is 1.32%
  • 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

%1.32
%0
%17.18
%10.98

Codes

Color #E0E3BC in popluar color models

E0E3BC
RGB224227188
HSL65°41.05%81.37%
HSB/HSV65°17.18%89.02%
CMYK1.32%0.00%17.18%
10.98%

Color #E0E3BC in popluar number systems.

HEXE0E3BC
Decimal224227188
Binary111000001110001110111100
Octal340343274

Shades and tints

Shades of #E0E3BC

#E0E3BC
(224,227,188)
#CCCFAB
(204,207,171)
#B8BB9A
(184,187,154)
#A4A789
(164,167,137)
#909378
(144,147,120)
#7C7F67
(124,127,103)
#686B56
(104,107,86)
#545745
(84,87,69)
#404334
(64,67,52)
#2C2F23
(44,47,35)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #E0E3BC

#E0E3BC
(224,227,188)
#E2E5C2
(226,229,194)
#E4E7C8
(228,231,200)
#E6E9CE
(230,233,206)
#E8EBD4
(232,235,212)
#EAEDDA
(234,237,218)
#ECEFE0
(236,239,224)
#EEF1E6
(238,241,230)
#F0F3EC
(240,243,236)
#F2F5F2
(242,245,242)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E3BC; }

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

This text font color is #E0E3BC.


Background Color

.myBgColor { background-color: #E0E3BC; }

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

This div background color is #E0E3BC.


Border color

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

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

This div border color is #E0E3BC.


Opacity

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

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

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

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

This text has shadow with #E0E3BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E3BC on black background.


Color preview on white background

This text has color #E0E3BC on white background.



Black color preview on #E0E3BC background

This text has black color on #E0E3BC background.


White color preview on #E0E3BC background

This text has white color on #E0E3BC background.