COLOR #E3EFEA

HEX: #E3EFEA
RGB: (227,239,234)

Color info

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

RGB color model

#E3EFEA color RGB value is (227,239,234).

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

RGB channels and saturation

R 227 of 255 = 89%
G 239 of 255 = 94%
B 234 of 255 = 92%

227
239
234

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

Portions of RGB colors in percentages

R + G + B =
227 + 239 + 234 = 700 (100%)
R 227 of 700 ~ 32.43%
G 239 of 700 ~ 34.14%
B 234 of 700 ~ 33.43%

%32.43
%34.14
%33.43

CMYK color model

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

  • cyan value is 5.02%
  • magenta value is 0.00%
  • yellow value is 2.09%
  • 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

%5.02
%0
%2.09
%6.27

Codes

Color #E3EFEA in popluar color models

E3EFEA
RGB227239234
HSL155°27.27%91.37%
HSB/HSV155°5.02%93.73%
CMYK5.02%0.00%2.09%
6.27%

Color #E3EFEA in popluar number systems.

HEXE3EFEA
Decimal227239234
Binary111000111110111111101010
Octal343357352

Shades and tints

Shades of #E3EFEA

#E3EFEA
(227,239,234)
#CFDAD5
(207,218,213)
#BBC5C0
(187,197,192)
#A7B0AB
(167,176,171)
#939B96
(147,155,150)
#7F8681
(127,134,129)
#6B716C
(107,113,108)
#575C57
(87,92,87)
#434742
(67,71,66)
#2F322D
(47,50,45)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #E3EFEA

#E3EFEA
(227,239,234)
#E5F0EB
(229,240,235)
#E7F1EC
(231,241,236)
#E9F2ED
(233,242,237)
#EBF3EE
(235,243,238)
#EDF4EF
(237,244,239)
#EFF5F0
(239,245,240)
#F1F6F1
(241,246,241)
#F3F7F2
(243,247,242)
#F5F8F3
(245,248,243)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EFEA; }

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

This text font color is #E3EFEA.


Background Color

.myBgColor { background-color: #E3EFEA; }

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

This div background color is #E3EFEA.


Border color

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

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

This div border color is #E3EFEA.


Opacity

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

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

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

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

This text has shadow with #E3EFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EFEA on black background.


Color preview on white background

This text has color #E3EFEA on white background.



Black color preview on #E3EFEA background

This text has black color on #E3EFEA background.


White color preview on #E3EFEA background

This text has white color on #E3EFEA background.