COLOR #E0EBCE

HEX: #E0EBCE
RGB: (224,235,206)

Color info

#E0EBCE contains red, green and blue colors in about the same proportion. Web safe color of #E0EBCE is #CCFFCC (or #CFC).

RGB color model

#E0EBCE color RGB value is (224,235,206).

  • red value is 224;
  • green value is 235;
  • blue value is 206.
RGB:
(224,235,206)
(88%,92%,81%)

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 206 of 255 = 81%

224
235
206

R + G + B ~ 87%. #E0EBCE is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 206 = 665 (100%)
R 224 of 665 ~ 33.68%
G 235 of 665 ~ 35.34%
B 206 of 665 ~ 30.98%

%33.68
%35.34
%30.98

CMYK color model

#E0EBCE color CMYK value is (5,0,12,8).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 12.34%
  • key color value is 7.84%
CMYK:
(5,0,12,8)
C5M0Y12K8 
(5%,0%,12%,8%)
(0.05/0.00/0.12/0.08)	

CMYK percentages

%4.68
%0
%12.34
%7.84

Codes

Color #E0EBCE in popluar color models

E0EBCE
RGB224235206
HSL83°42.03%86.47%
HSB/HSV83°12.34%92.16%
CMYK4.68%0.00%12.34%
7.84%

Color #E0EBCE in popluar number systems.

HEXE0EBCE
Decimal224235206
Binary111000001110101111001110
Octal340353316

Shades and tints

Shades of #E0EBCE

#E0EBCE
(224,235,206)
#CCD6BC
(204,214,188)
#B8C1AA
(184,193,170)
#A4AC98
(164,172,152)
#909786
(144,151,134)
#7C8274
(124,130,116)
#686D62
(104,109,98)
#545850
(84,88,80)
#40433E
(64,67,62)
#2C2E2C
(44,46,44)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #E0EBCE

#E0EBCE
(224,235,206)
#E2ECD2
(226,236,210)
#E4EDD6
(228,237,214)
#E6EEDA
(230,238,218)
#E8EFDE
(232,239,222)
#EAF0E2
(234,240,226)
#ECF1E6
(236,241,230)
#EEF2EA
(238,242,234)
#F0F3EE
(240,243,238)
#F2F4F2
(242,244,242)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EBCE color. Also use rgb(224,235,206) instead hex code.

Text Font Color

.myTextColor { color: #E0EBCE; }

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

This text font color is #E0EBCE.


Background Color

.myBgColor { background-color: #E0EBCE; }

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

This div background color is #E0EBCE.


Border color

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

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

This div border color is #E0EBCE.


Opacity

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

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

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

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

This text has shadow with #E0EBCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBCE on black background.


Color preview on white background

This text has color #E0EBCE on white background.



Black color preview on #E0EBCE background

This text has black color on #E0EBCE background.


White color preview on #E0EBCE background

This text has white color on #E0EBCE background.