COLOR #E6ECEA

HEX: #E6ECEA RGB: (230,236,234)

Color info

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

RGB color model

#E6ECEA color RGB value is (230,236,234).

RGB: (230,236,234) (90%, 93%, 92%)

RGB channels and saturation

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

230
236
234

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

Portions of RGB colors in percentages

R + G + B = 230 + 236 + 234 = 700 (100%)
R 230 of 700 ~ 32.86%
G 236 of 700 ~ 33.71%
B 234 of 700 ~ 33.43'%

%32.86
%33.71
%33.43

CMYK color model

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

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

CMYK percentages

%2.54
%0
%0.85
%7.45

Codes

Color #E6ECEA in popluar color models

E6 EC EA
RGB 230 236 234
HSL 160° 13.64% 91.37%
HSB/HSV 160° 2.54% 92.55%
CMYK 2.54% 0.00% 0.85%
7.45%

Color #E6ECEA in popluar number systems.

HEX E6 EC EA
Decimal 230 236 234
Binary 11100110 11101100 11101010
Octal 346 354 352

Shades and tints

Shades of #E6ECEA

#E6ECEA
(230,236,234)
#D2D7D5
(210,215,213)
#BEC2C0
(190,194,192)
#AAADAB
(170,173,171)
#969896
(150,152,150)
#828381
(130,131,129)
#6E6E6C
(110,110,108)
#5A5957
(90,89,87)
#464442
(70,68,66)
#322F2D
(50,47,45)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #E6ECEA

#E6ECEA
(230,236,234)
#E8EDEB
(232,237,235)
#EAEEEC
(234,238,236)
#ECEFED
(236,239,237)
#EEF0EE
(238,240,238)
#F0F1EF
(240,241,239)
#F2F2F0
(242,242,240)
#F4F3F1
(244,243,241)
#F6F4F2
(246,244,242)
#F8F5F3
(248,245,243)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECEA; }

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

This text font color is #E6ECEA.

Background Color

.myBgColor { background-color: #E6ECEA; }

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

This div background color is #E6ECEA.

Border color

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

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

This div border color is #E6ECEA.

Opacity

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

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

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

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

This text has shadow with #E6ECEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6ECEA.

Preview

Color preview on black background

This text has color #E6ECEA on black background.


Color preview on white background

This text has color #E6ECEA on white background.


Black color preview on #E6ECEA background

This text has black color on #E6ECEA background.


White color preview on #E6ECEA background

This text has white color on #E6ECEA background.


Related colors

Complementary color

Complementary color for #hex is #191315.


I love getcolorcode.com

Triadic colors

1 #EAE6EC and #ECEAE6 with #E6ECEA are triadic colors.

2 #EAECE6 and #ECE6EA with #E6ECEA are triadic colors.