COLOR #E3E2EA

HEX: #E3E2EA
RGB: (227,226,234)

Color info

#E3E2EA contains red, green and blue colors in about the same proportion. Web safe color of #E3E2EA is #CCCCFF (or #CCF).

RGB color model

#E3E2EA color RGB value is (227,226,234).

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

RGB channels and saturation

R 227 of 255 = 89%
G 226 of 255 = 89%
B 234 of 255 = 92%

227
226
234

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

Portions of RGB colors in percentages

R + G + B =
227 + 226 + 234 = 687 (100%)
R 227 of 687 ~ 33.04%
G 226 of 687 ~ 32.9%
B 234 of 687 ~ 34.06%

%33.04
%32.9
%34.06

CMYK color model

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

  • cyan value is 2.99%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,3,0,8)
C3M3Y0K8 
(3%,3%,0%,8%)
(0.03/0.03/0.00/0.08)	

CMYK percentages

%2.99
%3.42
%0
%8.24

Codes

Color #E3E2EA in popluar color models

E3E2EA
RGB227226234
HSL248°16.00%90.20%
HSB/HSV248°3.42%91.76%
CMYK2.99%3.42%0.00%
8.24%

Color #E3E2EA in popluar number systems.

HEXE3E2EA
Decimal227226234
Binary111000111110001011101010
Octal343342352

Shades and tints

Shades of #E3E2EA

#E3E2EA
(227,226,234)
#CFCED5
(207,206,213)
#BBBAC0
(187,186,192)
#A7A6AB
(167,166,171)
#939296
(147,146,150)
#7F7E81
(127,126,129)
#6B6A6C
(107,106,108)
#575657
(87,86,87)
#434242
(67,66,66)
#2F2E2D
(47,46,45)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #E3E2EA

#E3E2EA
(227,226,234)
#E5E4EB
(229,228,235)
#E7E6EC
(231,230,236)
#E9E8ED
(233,232,237)
#EBEAEE
(235,234,238)
#EDECEF
(237,236,239)
#EFEEF0
(239,238,240)
#F1F0F1
(241,240,241)
#F3F2F2
(243,242,242)
#F5F4F3
(245,244,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E2EA; }

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

This text font color is #E3E2EA.


Background Color

.myBgColor { background-color: #E3E2EA; }

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

This div background color is #E3E2EA.


Border color

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

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

This div border color is #E3E2EA.


Opacity

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

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

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

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

This text has shadow with #E3E2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E2EA on black background.


Color preview on white background

This text has color #E3E2EA on white background.



Black color preview on #E3E2EA background

This text has black color on #E3E2EA background.


White color preview on #E3E2EA background

This text has white color on #E3E2EA background.