COLOR #E3EAE6

HEX: #E3EAE6
RGB: (227,234,230)

Color info

#E3EAE6 contains red, green and blue colors in about the same proportion. Web safe color of #E3EAE6 is #CCFFCC (or #CFC).

RGB color model

#E3EAE6 color RGB value is (227,234,230).

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

RGB channels and saturation

R 227 of 255 = 89%
G 234 of 255 = 92%
B 230 of 255 = 90%

227
234
230

R + G + B ~ 90%. #E3EAE6 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 234 + 230 = 691 (100%)
R 227 of 691 ~ 32.85%
G 234 of 691 ~ 33.86%
B 230 of 691 ~ 33.29%

%32.85
%33.86
%33.29

CMYK color model

#E3EAE6 color CMYK value is (3,0,2,8).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(3,0,2,8)
C3M0Y2K8 
(3%,0%,2%,8%)
(0.03/0.00/0.02/0.08)	

CMYK percentages

%2.99
%0
%1.71
%8.24

Codes

Color #E3EAE6 in popluar color models

E3EAE6
RGB227234230
HSL146°14.29%90.39%
HSB/HSV146°2.99%91.76%
CMYK2.99%0.00%1.71%
8.24%

Color #E3EAE6 in popluar number systems.

HEXE3EAE6
Decimal227234230
Binary111000111110101011100110
Octal343352346

Shades and tints

Shades of #E3EAE6

#E3EAE6
(227,234,230)
#CFD5D2
(207,213,210)
#BBC0BE
(187,192,190)
#A7ABAA
(167,171,170)
#939696
(147,150,150)
#7F8182
(127,129,130)
#6B6C6E
(107,108,110)
#57575A
(87,87,90)
#434246
(67,66,70)
#2F2D32
(47,45,50)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #E3EAE6

#E3EAE6
(227,234,230)
#E5EBE8
(229,235,232)
#E7ECEA
(231,236,234)
#E9EDEC
(233,237,236)
#EBEEEE
(235,238,238)
#EDEFF0
(237,239,240)
#EFF0F2
(239,240,242)
#F1F1F4
(241,241,244)
#F3F2F6
(243,242,246)
#F5F3F8
(245,243,248)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EAE6; }

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

This text font color is #E3EAE6.


Background Color

.myBgColor { background-color: #E3EAE6; }

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

This div background color is #E3EAE6.


Border color

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

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

This div border color is #E3EAE6.


Opacity

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

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

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

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

This text has shadow with #E3EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EAE6 on black background.


Color preview on white background

This text has color #E3EAE6 on white background.



Black color preview on #E3EAE6 background

This text has black color on #E3EAE6 background.


White color preview on #E3EAE6 background

This text has white color on #E3EAE6 background.