COLOR #E4EFEB

HEX: #E4EFEB
RGB: (228,239,235)

Color info

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

RGB color model

#E4EFEB color RGB value is (228,239,235).

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

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 235 of 255 = 92%

228
239
235

R + G + B ~ 92%. #E4EFEB is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 235 = 702 (100%)
R 228 of 702 ~ 32.48%
G 239 of 702 ~ 34.05%
B 235 of 702 ~ 33.48%

%32.48
%34.05
%33.48

CMYK color model

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

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(5,0,2,6)
C5M0Y2K6 
(5%,0%,2%,6%)
(0.05/0.00/0.02/0.06)	

CMYK percentages

%4.6
%0
%1.67
%6.27

Codes

Color #E4EFEB in popluar color models

E4EFEB
RGB228239235
HSL158°25.58%91.57%
HSB/HSV158°4.60%93.73%
CMYK4.60%0.00%1.67%
6.27%

Color #E4EFEB in popluar number systems.

HEXE4EFEB
Decimal228239235
Binary111001001110111111101011
Octal344357353

Shades and tints

Shades of #E4EFEB

#E4EFEB
(228,239,235)
#D0DAD6
(208,218,214)
#BCC5C1
(188,197,193)
#A8B0AC
(168,176,172)
#949B97
(148,155,151)
#808682
(128,134,130)
#6C716D
(108,113,109)
#585C58
(88,92,88)
#444743
(68,71,67)
#30322E
(48,50,46)
#1C1D19
(28,29,25)
#000000
(0,0,0)

Tints of #E4EFEB

#E4EFEB
(228,239,235)
#E6F0EC
(230,240,236)
#E8F1ED
(232,241,237)
#EAF2EE
(234,242,238)
#ECF3EF
(236,243,239)
#EEF4F0
(238,244,240)
#F0F5F1
(240,245,241)
#F2F6F2
(242,246,242)
#F4F7F3
(244,247,243)
#F6F8F4
(246,248,244)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFEB; }

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

This text font color is #E4EFEB.


Background Color

.myBgColor { background-color: #E4EFEB; }

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

This div background color is #E4EFEB.


Border color

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

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

This div border color is #E4EFEB.


Opacity

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

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

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

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

This text has shadow with #E4EFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFEB on black background.


Color preview on white background

This text has color #E4EFEB on white background.



Black color preview on #E4EFEB background

This text has black color on #E4EFEB background.


White color preview on #E4EFEB background

This text has white color on #E4EFEB background.