COLOR #E0E3C7

HEX: #E0E3C7
RGB: (224,227,199)

Color info

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

RGB color model

#E0E3C7 color RGB value is (224,227,199).

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

RGB channels and saturation

R 224 of 255 = 88%
G 227 of 255 = 89%
B 199 of 255 = 78%

224
227
199

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

Portions of RGB colors in percentages

R + G + B =
224 + 227 + 199 = 650 (100%)
R 224 of 650 ~ 34.46%
G 227 of 650 ~ 34.92%
B 199 of 650 ~ 30.62%

%34.46
%34.92
%30.62

CMYK color model

#E0E3C7 color CMYK value is (1,0,12,11).

  • cyan value is 1.32%
  • magenta value is 0.00%
  • yellow value is 12.33%
  • key color value is 10.98%
CMYK:
(1,0,12,11)
C1M0Y12K11 
(1%,0%,12%,11%)
(0.01/0.00/0.12/0.11)	

CMYK percentages

%1.32
%0
%12.33
%10.98

Codes

Color #E0E3C7 in popluar color models

E0E3C7
RGB224227199
HSL66°33.33%83.53%
HSB/HSV66°12.33%89.02%
CMYK1.32%0.00%12.33%
10.98%

Color #E0E3C7 in popluar number systems.

HEXE0E3C7
Decimal224227199
Binary111000001110001111000111
Octal340343307

Shades and tints

Shades of #E0E3C7

#E0E3C7
(224,227,199)
#CCCFB5
(204,207,181)
#B8BBA3
(184,187,163)
#A4A791
(164,167,145)
#90937F
(144,147,127)
#7C7F6D
(124,127,109)
#686B5B
(104,107,91)
#545749
(84,87,73)
#404337
(64,67,55)
#2C2F25
(44,47,37)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #E0E3C7

#E0E3C7
(224,227,199)
#E2E5CC
(226,229,204)
#E4E7D1
(228,231,209)
#E6E9D6
(230,233,214)
#E8EBDB
(232,235,219)
#EAEDE0
(234,237,224)
#ECEFE5
(236,239,229)
#EEF1EA
(238,241,234)
#F0F3EF
(240,243,239)
#F2F5F4
(242,245,244)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E3C7; }

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

This text font color is #E0E3C7.


Background Color

.myBgColor { background-color: #E0E3C7; }

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

This div background color is #E0E3C7.


Border color

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

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

This div border color is #E0E3C7.


Opacity

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

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

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

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

This text has shadow with #E0E3C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E3C7 on black background.


Color preview on white background

This text has color #E0E3C7 on white background.



Black color preview on #E0E3C7 background

This text has black color on #E0E3C7 background.


White color preview on #E0E3C7 background

This text has white color on #E0E3C7 background.