COLOR #E1ECEC

HEX: #E1ECEC
RGB: (225,236,236)

Color info

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

RGB color model

#E1ECEC color RGB value is (225,236,236).

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

RGB channels and saturation

R 225 of 255 = 88%
G 236 of 255 = 93%
B 236 of 255 = 93%

225
236
236

R + G + B ~ 91%. #E1ECEC is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 236 + 236 = 697 (100%)
R 225 of 697 ~ 32.28%
G 236 of 697 ~ 33.86%
B 236 of 697 ~ 33.86%

%32.28
%33.86
%33.86

CMYK color model

#E1ECEC color CMYK value is (5,0,0,7).

  • cyan value is 4.66%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(5,0,0,7)
C5M0Y0K7 
(5%,0%,0%,7%)
(0.05/0.00/0.00/0.07)	

CMYK percentages

%4.66
%0
%0
%7.45

Codes

Color #E1ECEC in popluar color models

E1ECEC
RGB225236236
HSL180°22.45%90.39%
HSB/HSV180°4.66%92.55%
CMYK4.66%0.00%0.00%
7.45%

Color #E1ECEC in popluar number systems.

HEXE1ECEC
Decimal225236236
Binary111000011110110011101100
Octal341354354

Shades and tints

Shades of #E1ECEC

#E1ECEC
(225,236,236)
#CDD7D7
(205,215,215)
#B9C2C2
(185,194,194)
#A5ADAD
(165,173,173)
#919898
(145,152,152)
#7D8383
(125,131,131)
#696E6E
(105,110,110)
#555959
(85,89,89)
#414444
(65,68,68)
#2D2F2F
(45,47,47)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #E1ECEC

#E1ECEC
(225,236,236)
#E3EDED
(227,237,237)
#E5EEEE
(229,238,238)
#E7EFEF
(231,239,239)
#E9F0F0
(233,240,240)
#EBF1F1
(235,241,241)
#EDF2F2
(237,242,242)
#EFF3F3
(239,243,243)
#F1F4F4
(241,244,244)
#F3F5F5
(243,245,245)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1ECEC; }

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

This text font color is #E1ECEC.


Background Color

.myBgColor { background-color: #E1ECEC; }

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

This div background color is #E1ECEC.


Border color

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

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

This div border color is #E1ECEC.


Opacity

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

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

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

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

This text has shadow with #E1ECEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1ECEC on black background.


Color preview on white background

This text has color #E1ECEC on white background.



Black color preview on #E1ECEC background

This text has black color on #E1ECEC background.


White color preview on #E1ECEC background

This text has white color on #E1ECEC background.