COLOR #E3E3EA

HEX: #E3E3EA
RGB: (227,227,234)

Color info

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

RGB color model

#E3E3EA color RGB value is (227,227,234).

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

RGB channels and saturation

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

227
227
234

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

Portions of RGB colors in percentages

R + G + B =
227 + 227 + 234 = 688 (100%)
R 227 of 688 ~ 32.99%
G 227 of 688 ~ 32.99%
B 234 of 688 ~ 34.01%

%32.99
%32.99
%34.01

CMYK color model

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

  • cyan value is 2.99%
  • magenta value is 2.99%
  • 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
%2.99
%0
%8.24

Codes

Color #E3E3EA in popluar color models

E3E3EA
RGB227227234
HSL240°14.29%90.39%
HSB/HSV240°2.99%91.76%
CMYK2.99%2.99%0.00%
8.24%

Color #E3E3EA in popluar number systems.

HEXE3E3EA
Decimal227227234
Binary111000111110001111101010
Octal343343352

Shades and tints

Shades of #E3E3EA

#E3E3EA
(227,227,234)
#CFCFD5
(207,207,213)
#BBBBC0
(187,187,192)
#A7A7AB
(167,167,171)
#939396
(147,147,150)
#7F7F81
(127,127,129)
#6B6B6C
(107,107,108)
#575757
(87,87,87)
#434342
(67,67,66)
#2F2F2D
(47,47,45)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #E3E3EA

#E3E3EA
(227,227,234)
#E5E5EB
(229,229,235)
#E7E7EC
(231,231,236)
#E9E9ED
(233,233,237)
#EBEBEE
(235,235,238)
#EDEDEF
(237,237,239)
#EFEFF0
(239,239,240)
#F1F1F1
(241,241,241)
#F3F3F2
(243,243,242)
#F5F5F3
(245,245,243)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E3EA; }

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

This text font color is #E3E3EA.


Background Color

.myBgColor { background-color: #E3E3EA; }

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

This div background color is #E3E3EA.


Border color

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

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

This div border color is #E3E3EA.


Opacity

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

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

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

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

This text has shadow with #E3E3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E3EA on black background.


Color preview on white background

This text has color #E3E3EA on white background.



Black color preview on #E3E3EA background

This text has black color on #E3E3EA background.


White color preview on #E3E3EA background

This text has white color on #E3E3EA background.