COLOR #E6ECE8

HEX: #E6ECE8
RGB: (230,236,232)

Color info

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

RGB color model

#E6ECE8 color RGB value is (230,236,232).

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

RGB channels and saturation

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

230
236
232

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

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 232 = 698 (100%)
R 230 of 698 ~ 32.95%
G 236 of 698 ~ 33.81%
B 232 of 698 ~ 33.24%

%32.95
%33.81
%33.24

CMYK color model

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

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

CMYK percentages

%2.54
%0
%1.69
%7.45

Codes

Color #E6ECE8 in popluar color models

E6ECE8
RGB230236232
HSL140°13.64%91.37%
HSB/HSV140°2.54%92.55%
CMYK2.54%0.00%1.69%
7.45%

Color #E6ECE8 in popluar number systems.

HEXE6ECE8
Decimal230236232
Binary111001101110110011101000
Octal346354350

Shades and tints

Shades of #E6ECE8

#E6ECE8
(230,236,232)
#D2D7D3
(210,215,211)
#BEC2BE
(190,194,190)
#AAADA9
(170,173,169)
#969894
(150,152,148)
#82837F
(130,131,127)
#6E6E6A
(110,110,106)
#5A5955
(90,89,85)
#464440
(70,68,64)
#322F2B
(50,47,43)
#1E1A16
(30,26,22)
#000000
(0,0,0)

Tints of #E6ECE8

#E6ECE8
(230,236,232)
#E8EDEA
(232,237,234)
#EAEEEC
(234,238,236)
#ECEFEE
(236,239,238)
#EEF0F0
(238,240,240)
#F0F1F2
(240,241,242)
#F2F2F4
(242,242,244)
#F4F3F6
(244,243,246)
#F6F4F8
(246,244,248)
#F8F5FA
(248,245,250)
#FAF6FC
(250,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECE8; }

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

This text font color is #E6ECE8.


Background Color

.myBgColor { background-color: #E6ECE8; }

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

This div background color is #E6ECE8.


Border color

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

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

This div border color is #E6ECE8.


Opacity

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

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

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

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

This text has shadow with #E6ECE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECE8 on black background.


Color preview on white background

This text has color #E6ECE8 on white background.



Black color preview on #E6ECE8 background

This text has black color on #E6ECE8 background.


White color preview on #E6ECE8 background

This text has white color on #E6ECE8 background.