COLOR #E5F6EB

HEX: #E5F6EB
RGB: (229,246,235)

Color info

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

RGB color model

#E5F6EB color RGB value is (229,246,235).

  • red value is 229;
  • green value is 246;
  • blue value is 235.
RGB:
(229,246,235)
(90%,96%,92%)

RGB channels and saturation

R 229 of 255 = 90%
G 246 of 255 = 96%
B 235 of 255 = 92%

229
246
235

R + G + B ~ 93%. #E5F6EB is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 246 + 235 = 710 (100%)
R 229 of 710 ~ 32.25%
G 246 of 710 ~ 34.65%
B 235 of 710 ~ 33.1%

%32.25
%34.65
%33.1

CMYK color model

#E5F6EB color CMYK value is (7,0,4,4).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 4.47%
  • key color value is 3.53%
CMYK:
(7,0,4,4)
C7M0Y4K4 
(7%,0%,4%,4%)
(0.07/0.00/0.04/0.04)	

CMYK percentages

%6.91
%0
%4.47
%3.53

Codes

Color #E5F6EB in popluar color models

E5F6EB
RGB229246235
HSL141°48.57%93.14%
HSB/HSV141°6.91%96.47%
CMYK6.91%0.00%4.47%
3.53%

Color #E5F6EB in popluar number systems.

HEXE5F6EB
Decimal229246235
Binary111001011111011011101011
Octal345366353

Shades and tints

Shades of #E5F6EB

#E5F6EB
(229,246,235)
#D1E0D6
(209,224,214)
#BDCAC1
(189,202,193)
#A9B4AC
(169,180,172)
#959E97
(149,158,151)
#818882
(129,136,130)
#6D726D
(109,114,109)
#595C58
(89,92,88)
#454643
(69,70,67)
#31302E
(49,48,46)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #E5F6EB

#E5F6EB
(229,246,235)
#E7F6EC
(231,246,236)
#E9F6ED
(233,246,237)
#EBF6EE
(235,246,238)
#EDF6EF
(237,246,239)
#EFF6F0
(239,246,240)
#F1F6F1
(241,246,241)
#F3F6F2
(243,246,242)
#F5F6F3
(245,246,243)
#F7F6F4
(247,246,244)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F6EB color. Also use rgb(229,246,235) instead hex code.

Text Font Color

.myTextColor { color: #E5F6EB; }

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

This text font color is #E5F6EB.


Background Color

.myBgColor { background-color: #E5F6EB; }

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

This div background color is #E5F6EB.


Border color

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

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

This div border color is #E5F6EB.


Opacity

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

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

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

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

This text has shadow with #E5F6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F6EB on black background.


Color preview on white background

This text has color #E5F6EB on white background.



Black color preview on #E5F6EB background

This text has black color on #E5F6EB background.


White color preview on #E5F6EB background

This text has white color on #E5F6EB background.