COLOR #E6ECEE

HEX: #E6ECEE RGB: (230,236,238)

Color info

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

RGB color model

#E6ECEE color RGB value is (230,236,238).

RGB: (230,236,238) (90%, 93%, 93%)

RGB channels and saturation

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

230
236
238

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

Portions of RGB colors in percentages

R + G + B = 230 + 236 + 238 = 704 (100%)
R 230 of 704 ~ 32.67%
G 236 of 704 ~ 33.52%
B 238 of 704 ~ 33.81'%

%32.67
%33.52
%33.81

CMYK color model

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

  • cyan value is 3.36%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (3,1,0,7)
C3M1Y0K7 (3%, 1%, 0%, 7%)
(0.03 / 0.01 / 0.00 / 0.07)

CMYK percentages

%3.36
%0.84
%0
%6.67

Codes

Color #E6ECEE in popluar color models

E6 EC EE
RGB 230 236 238
HSL 195° 19.05% 91.76%
HSB/HSV 195° 3.36% 93.33%
CMYK 3.36% 0.84% 0.00%
6.67%

Color #E6ECEE in popluar number systems.

HEX E6 EC EE
Decimal 230 236 238
Binary 11100110 11101100 11101110
Octal 346 354 356

Shades and tints

Shades of #E6ECEE

#E6ECEE
(230,236,238)
#D2D7D9
(210,215,217)
#BEC2C4
(190,194,196)
#AAADAF
(170,173,175)
#96989A
(150,152,154)
#828385
(130,131,133)
#6E6E70
(110,110,112)
#5A595B
(90,89,91)
#464446
(70,68,70)
#322F31
(50,47,49)
#1E1A1C
(30,26,28)
#000000
(0,0,0)

Tints of #E6ECEE

#E6ECEE
(230,236,238)
#E8EDEF
(232,237,239)
#EAEEF0
(234,238,240)
#ECEFF1
(236,239,241)
#EEF0F2
(238,240,242)
#F0F1F3
(240,241,243)
#F2F2F4
(242,242,244)
#F4F3F5
(244,243,245)
#F6F4F6
(246,244,246)
#F8F5F7
(248,245,247)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECEE; }

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

This text font color is #E6ECEE.

Background Color

.myBgColor { background-color: #E6ECEE; }

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

This div background color is #E6ECEE.

Border color

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

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

This div border color is #E6ECEE.

Opacity

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

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

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

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

This text has shadow with #E6ECEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6ECEE.

Preview

Color preview on black background

This text has color #E6ECEE on black background.


Color preview on white background

This text has color #E6ECEE on white background.


Black color preview on #E6ECEE background

This text has black color on #E6ECEE background.


White color preview on #E6ECEE background

This text has white color on #E6ECEE background.


Related colors

Complementary color

Complementary color for #hex is #191311.


I love getcolorcode.com

Triadic colors

1 #EEE6EC and #ECEEE6 with #E6ECEE are triadic colors.

2 #EEECE6 and #ECE6EE with #E6ECEE are triadic colors.