COLOR #E0EBE3

HEX: #E0EBE3
RGB: (224,235,227)

Color info

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

RGB color model

#E0EBE3 color RGB value is (224,235,227).

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

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 227 of 255 = 89%

224
235
227

R + G + B ~ 90%. #E0EBE3 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 227 = 686 (100%)
R 224 of 686 ~ 32.65%
G 235 of 686 ~ 34.26%
B 227 of 686 ~ 33.09%

%32.65
%34.26
%33.09

CMYK color model

#E0EBE3 color CMYK value is (5,0,3,8).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 7.84%
CMYK:
(5,0,3,8)
C5M0Y3K8 
(5%,0%,3%,8%)
(0.05/0.00/0.03/0.08)	

CMYK percentages

%4.68
%0
%3.4
%7.84

Codes

Color #E0EBE3 in popluar color models

E0EBE3
RGB224235227
HSL136°21.57%90.00%
HSB/HSV136°4.68%92.16%
CMYK4.68%0.00%3.40%
7.84%

Color #E0EBE3 in popluar number systems.

HEXE0EBE3
Decimal224235227
Binary111000001110101111100011
Octal340353343

Shades and tints

Shades of #E0EBE3

#E0EBE3
(224,235,227)
#CCD6CF
(204,214,207)
#B8C1BB
(184,193,187)
#A4ACA7
(164,172,167)
#909793
(144,151,147)
#7C827F
(124,130,127)
#686D6B
(104,109,107)
#545857
(84,88,87)
#404343
(64,67,67)
#2C2E2F
(44,46,47)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #E0EBE3

#E0EBE3
(224,235,227)
#E2ECE5
(226,236,229)
#E4EDE7
(228,237,231)
#E6EEE9
(230,238,233)
#E8EFEB
(232,239,235)
#EAF0ED
(234,240,237)
#ECF1EF
(236,241,239)
#EEF2F1
(238,242,241)
#F0F3F3
(240,243,243)
#F2F4F5
(242,244,245)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EBE3; }

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

This text font color is #E0EBE3.


Background Color

.myBgColor { background-color: #E0EBE3; }

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

This div background color is #E0EBE3.


Border color

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

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

This div border color is #E0EBE3.


Opacity

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

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

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

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

This text has shadow with #E0EBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBE3 on black background.


Color preview on white background

This text has color #E0EBE3 on white background.



Black color preview on #E0EBE3 background

This text has black color on #E0EBE3 background.


White color preview on #E0EBE3 background

This text has white color on #E0EBE3 background.