COLOR #E3EAEE

HEX: #E3EAEE
RGB: (227,234,238)

Color info

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

RGB color model

#E3EAEE color RGB value is (227,234,238).

  • red value is 227;
  • green value is 234;
  • blue value is 238.
RGB:
(227,234,238)
(89%,92%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 234 of 255 = 92%
B 238 of 255 = 93%

227
234
238

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

Portions of RGB colors in percentages

R + G + B =
227 + 234 + 238 = 699 (100%)
R 227 of 699 ~ 32.47%
G 234 of 699 ~ 33.48%
B 238 of 699 ~ 34.05%

%32.47
%33.48
%34.05

CMYK color model

#E3EAEE color CMYK value is (5,2,0,7).

  • cyan value is 4.62%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,2,0,7)
C5M2Y0K7 
(5%,2%,0%,7%)
(0.05/0.02/0.00/0.07)	

CMYK percentages

%4.62
%1.68
%0
%6.67

Codes

Color #E3EAEE in popluar color models

E3EAEE
RGB227234238
HSL202°24.44%91.18%
HSB/HSV202°4.62%93.33%
CMYK4.62%1.68%0.00%
6.67%

Color #E3EAEE in popluar number systems.

HEXE3EAEE
Decimal227234238
Binary111000111110101011101110
Octal343352356

Shades and tints

Shades of #E3EAEE

#E3EAEE
(227,234,238)
#CFD5D9
(207,213,217)
#BBC0C4
(187,192,196)
#A7ABAF
(167,171,175)
#93969A
(147,150,154)
#7F8185
(127,129,133)
#6B6C70
(107,108,112)
#57575B
(87,87,91)
#434246
(67,66,70)
#2F2D31
(47,45,49)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #E3EAEE

#E3EAEE
(227,234,238)
#E5EBEF
(229,235,239)
#E7ECF0
(231,236,240)
#E9EDF1
(233,237,241)
#EBEEF2
(235,238,242)
#EDEFF3
(237,239,243)
#EFF0F4
(239,240,244)
#F1F1F5
(241,241,245)
#F3F2F6
(243,242,246)
#F5F3F7
(245,243,247)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EAEE color. Also use rgb(227,234,238) instead hex code.

Text Font Color

.myTextColor { color: #E3EAEE; }

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

This text font color is #E3EAEE.


Background Color

.myBgColor { background-color: #E3EAEE; }

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

This div background color is #E3EAEE.


Border color

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

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

This div border color is #E3EAEE.


Opacity

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

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

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

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

This text has shadow with #E3EAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EAEE on black background.


Color preview on white background

This text has color #E3EAEE on white background.



Black color preview on #E3EAEE background

This text has black color on #E3EAEE background.


White color preview on #E3EAEE background

This text has white color on #E3EAEE background.