COLOR #E6ECEB

HEX: #E6ECEB
RGB: (230,236,235)

Color info

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

RGB color model

#E6ECEB color RGB value is (230,236,235).

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

RGB channels and saturation

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

230
236
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 236 + 235 = 701 (100%)
R 230 of 701 ~ 32.81%
G 236 of 701 ~ 33.67%
B 235 of 701 ~ 33.52%

%32.81
%33.67
%33.52

CMYK color model

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

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • 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.42
%7.45

Codes

Color #E6ECEB in popluar color models

E6ECEB
RGB230236235
HSL170°13.64%91.37%
HSB/HSV170°2.54%92.55%
CMYK2.54%0.00%0.42%
7.45%

Color #E6ECEB in popluar number systems.

HEXE6ECEB
Decimal230236235
Binary111001101110110011101011
Octal346354353

Shades and tints

Shades of #E6ECEB

#E6ECEB
(230,236,235)
#D2D7D6
(210,215,214)
#BEC2C1
(190,194,193)
#AAADAC
(170,173,172)
#969897
(150,152,151)
#828382
(130,131,130)
#6E6E6D
(110,110,109)
#5A5958
(90,89,88)
#464443
(70,68,67)
#322F2E
(50,47,46)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #E6ECEB

#E6ECEB
(230,236,235)
#E8EDEC
(232,237,236)
#EAEEED
(234,238,237)
#ECEFEE
(236,239,238)
#EEF0EF
(238,240,239)
#F0F1F0
(240,241,240)
#F2F2F1
(242,242,241)
#F4F3F2
(244,243,242)
#F6F4F3
(246,244,243)
#F8F5F4
(248,245,244)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECEB; }

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

This text font color is #E6ECEB.


Background Color

.myBgColor { background-color: #E6ECEB; }

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

This div background color is #E6ECEB.


Border color

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

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

This div border color is #E6ECEB.


Opacity

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

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

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

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

This text has shadow with #E6ECEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ECEB on black background.


Color preview on white background

This text has color #E6ECEB on white background.



Black color preview on #E6ECEB background

This text has black color on #E6ECEB background.


White color preview on #E6ECEB background

This text has white color on #E6ECEB background.