COLOR #E6ECEC

HEX: #E6ECEC
RGB: (230,236,236)

Color info

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

RGB color model

#E6ECEC color RGB value is (230,236,236).

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

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 236 of 255 = 93%

230
236
236

R + G + B ~ 92%. #E6ECEC is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 236 = 702 (100%)
R 230 of 702 ~ 32.76%
G 236 of 702 ~ 33.62%
B 236 of 702 ~ 33.62%

%32.76
%33.62
%33.62

CMYK color model

#E6ECEC color CMYK value is (3,0,0,7).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,0,0,7)
C3M0Y0K7 
(3%,0%,0%,7%)
(0.03/0.00/0.00/0.07)	

CMYK percentages

%2.54
%0
%0
%7.45

Codes

Color #E6ECEC in popluar color models

E6ECEC
RGB230236236
HSL180°13.64%91.37%
HSB/HSV180°2.54%92.55%
CMYK2.54%0.00%0.00%
7.45%

Color #E6ECEC in popluar number systems.

HEXE6ECEC
Decimal230236236
Binary111001101110110011101100
Octal346354354

Shades and tints

Shades of #E6ECEC

#E6ECEC
(230,236,236)
#D2D7D7
(210,215,215)
#BEC2C2
(190,194,194)
#AAADAD
(170,173,173)
#969898
(150,152,152)
#828383
(130,131,131)
#6E6E6E
(110,110,110)
#5A5959
(90,89,89)
#464444
(70,68,68)
#322F2F
(50,47,47)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6ECEC

#E6ECEC
(230,236,236)
#E8EDED
(232,237,237)
#EAEEEE
(234,238,238)
#ECEFEF
(236,239,239)
#EEF0F0
(238,240,240)
#F0F1F1
(240,241,241)
#F2F2F2
(242,242,242)
#F4F3F3
(244,243,243)
#F6F4F4
(246,244,244)
#F8F5F5
(248,245,245)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECEC; }

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

This text font color is #E6ECEC.


Background Color

.myBgColor { background-color: #E6ECEC; }

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

This div background color is #E6ECEC.


Border color

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

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

This div border color is #E6ECEC.


Opacity

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

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

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

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

This text has shadow with #E6ECEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECEC on black background.


Color preview on white background

This text has color #E6ECEC on white background.



Black color preview on #E6ECEC background

This text has black color on #E6ECEC background.


White color preview on #E6ECEC background

This text has white color on #E6ECEC background.