COLOR #E3E3EC

HEX: #E3E3EC
RGB: (227,227,236)

Color info

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

RGB color model

#E3E3EC color RGB value is (227,227,236).

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

RGB channels and saturation

R 227 of 255 = 89%
G 227 of 255 = 89%
B 236 of 255 = 93%

227
227
236

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

Portions of RGB colors in percentages

R + G + B =
227 + 227 + 236 = 690 (100%)
R 227 of 690 ~ 32.9%
G 227 of 690 ~ 32.9%
B 236 of 690 ~ 34.2%

%32.9
%32.9
%34.2

CMYK color model

#E3E3EC color CMYK value is (4,4,0,7).

  • cyan value is 3.81%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,4,0,7)
C4M4Y0K7 
(4%,4%,0%,7%)
(0.04/0.04/0.00/0.07)	

CMYK percentages

%3.81
%3.81
%0
%7.45

Codes

Color #E3E3EC in popluar color models

E3E3EC
RGB227227236
HSL240°19.15%90.78%
HSB/HSV240°3.81%92.55%
CMYK3.81%3.81%0.00%
7.45%

Color #E3E3EC in popluar number systems.

HEXE3E3EC
Decimal227227236
Binary111000111110001111101100
Octal343343354

Shades and tints

Shades of #E3E3EC

#E3E3EC
(227,227,236)
#CFCFD7
(207,207,215)
#BBBBC2
(187,187,194)
#A7A7AD
(167,167,173)
#939398
(147,147,152)
#7F7F83
(127,127,131)
#6B6B6E
(107,107,110)
#575759
(87,87,89)
#434344
(67,67,68)
#2F2F2F
(47,47,47)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #E3E3EC

#E3E3EC
(227,227,236)
#E5E5ED
(229,229,237)
#E7E7EE
(231,231,238)
#E9E9EF
(233,233,239)
#EBEBF0
(235,235,240)
#EDEDF1
(237,237,241)
#EFEFF2
(239,239,242)
#F1F1F3
(241,241,243)
#F3F3F4
(243,243,244)
#F5F5F5
(245,245,245)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E3EC; }

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

This text font color is #E3E3EC.


Background Color

.myBgColor { background-color: #E3E3EC; }

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

This div background color is #E3E3EC.


Border color

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

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

This div border color is #E3E3EC.


Opacity

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

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

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

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

This text has shadow with #E3E3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E3EC on black background.


Color preview on white background

This text has color #E3E3EC on white background.



Black color preview on #E3E3EC background

This text has black color on #E3E3EC background.


White color preview on #E3E3EC background

This text has white color on #E3E3EC background.