COLOR #E0EFEB

HEX: #E0EFEB
RGB: (224,239,235)

Color info

#E0EFEB contains red, green and blue colors in about the same proportion. Web safe color of #E0EFEB is #CCFFFF (or #CFF).

RGB color model

#E0EFEB color RGB value is (224,239,235).

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

RGB channels and saturation

R 224 of 255 = 88%
G 239 of 255 = 94%
B 235 of 255 = 92%

224
239
235

R + G + B ~ 91%. #E0EFEB is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 239 + 235 = 698 (100%)
R 224 of 698 ~ 32.09%
G 239 of 698 ~ 34.24%
B 235 of 698 ~ 33.67%

%32.09
%34.24
%33.67

CMYK color model

#E0EFEB color CMYK value is (6,0,2,6).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(6,0,2,6)
C6M0Y2K6 
(6%,0%,2%,6%)
(0.06/0.00/0.02/0.06)	

CMYK percentages

%6.28
%0
%1.67
%6.27

Codes

Color #E0EFEB in popluar color models

E0EFEB
RGB224239235
HSL164°31.91%90.78%
HSB/HSV164°6.28%93.73%
CMYK6.28%0.00%1.67%
6.27%

Color #E0EFEB in popluar number systems.

HEXE0EFEB
Decimal224239235
Binary111000001110111111101011
Octal340357353

Shades and tints

Shades of #E0EFEB

#E0EFEB
(224,239,235)
#CCDAD6
(204,218,214)
#B8C5C1
(184,197,193)
#A4B0AC
(164,176,172)
#909B97
(144,155,151)
#7C8682
(124,134,130)
#68716D
(104,113,109)
#545C58
(84,92,88)
#404743
(64,71,67)
#2C322E
(44,50,46)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #E0EFEB

#E0EFEB
(224,239,235)
#E2F0EC
(226,240,236)
#E4F1ED
(228,241,237)
#E6F2EE
(230,242,238)
#E8F3EF
(232,243,239)
#EAF4F0
(234,244,240)
#ECF5F1
(236,245,241)
#EEF6F2
(238,246,242)
#F0F7F3
(240,247,243)
#F2F8F4
(242,248,244)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EFEB; }

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

This text font color is #E0EFEB.


Background Color

.myBgColor { background-color: #E0EFEB; }

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

This div background color is #E0EFEB.


Border color

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

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

This div border color is #E0EFEB.


Opacity

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

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

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

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

This text has shadow with #E0EFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EFEB on black background.


Color preview on white background

This text has color #E0EFEB on white background.



Black color preview on #E0EFEB background

This text has black color on #E0EFEB background.


White color preview on #E0EFEB background

This text has white color on #E0EFEB background.