COLOR #E6ECE1

HEX: #E6ECE1 RGB: (230,236,225)

Color info

#E6ECE1 contains red, green and blue colors in about the same proportion. Web safe color of #E6ECE1 is #CCFFCC (or #CFC).

RGB color model

#E6ECE1 color RGB value is (230,236,225).

RGB: (230,236,225) (90%, 93%, 88%)

RGB channels and saturation

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

230
236
225

R + G + B ~ 90%. #E6ECE1 is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 236 + 225 = 691 (100%)
R 230 of 691 ~ 33.29%
G 236 of 691 ~ 34.15%
B 225 of 691 ~ 32.56'%

%33.29
%34.15
%32.56

CMYK color model

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

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

CMYK percentages

%2.54
%0
%4.66
%7.45

Codes

Color #E6ECE1 in popluar color models

E6 EC E1
RGB 230 236 225
HSL 93° 22.45% 90.39%
HSB/HSV 93° 4.66% 92.55%
CMYK 2.54% 0.00% 4.66%
7.45%

Color #E6ECE1 in popluar number systems.

HEX E6 EC E1
Decimal 230 236 225
Binary 11100110 11101100 11100001
Octal 346 354 341

Shades and tints

Shades of #E6ECE1

#E6ECE1
(230,236,225)
#D2D7CD
(210,215,205)
#BEC2B9
(190,194,185)
#AAADA5
(170,173,165)
#969891
(150,152,145)
#82837D
(130,131,125)
#6E6E69
(110,110,105)
#5A5955
(90,89,85)
#464441
(70,68,65)
#322F2D
(50,47,45)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #E6ECE1

#E6ECE1
(230,236,225)
#E8EDE3
(232,237,227)
#EAEEE5
(234,238,229)
#ECEFE7
(236,239,231)
#EEF0E9
(238,240,233)
#F0F1EB
(240,241,235)
#F2F2ED
(242,242,237)
#F4F3EF
(244,243,239)
#F6F4F1
(246,244,241)
#F8F5F3
(248,245,243)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECE1; }

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

This text font color is #E6ECE1.

Background Color

.myBgColor { background-color: #E6ECE1; }

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

This div background color is #E6ECE1.

Border color

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

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

This div border color is #E6ECE1.

Opacity

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

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

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

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

This text has shadow with #E6ECE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6ECE1.

Preview

Color preview on black background

This text has color #E6ECE1 on black background.


Color preview on white background

This text has color #E6ECE1 on white background.


Black color preview on #E6ECE1 background

This text has black color on #E6ECE1 background.


White color preview on #E6ECE1 background

This text has white color on #E6ECE1 background.


Related colors

Complementary color

Complementary color for #hex is #19131E.


I love getcolorcode.com

Triadic colors

1 #E1E6EC and #ECE1E6 with #E6ECE1 are triadic colors.

2 #E1ECE6 and #ECE6E1 with #E6ECE1 are triadic colors.