COLOR #E6ECE2

HEX: #E6ECE2 RGB: (230,236,226)

Color info

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

RGB color model

#E6ECE2 color RGB value is (230,236,226).

RGB: (230,236,226) (90%, 93%, 89%)

RGB channels and saturation

R 230 of 255 = 90%
G 236 of 255 = 93%
B 226 of 255 = 89%

230
236
226

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

Portions of RGB colors in percentages

R + G + B = 230 + 236 + 226 = 692 (100%)
R 230 of 692 ~ 33.24%
G 236 of 692 ~ 34.1%
B 226 of 692 ~ 32.66'%

%33.24
%34.1
%32.66

CMYK color model

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

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 7.45%
CMYK: (3,0,4,7) C3M0Y4K7 (3%,0%,4%,7%) (0.03/0.00/0.04/0.07) 

CMYK percentages

%2.54
%0
%4.24
%7.45

Codes

Color #E6ECE2 in popluar color models

E6 EC E2
RGB 230 236 226
HSL 96° 20.83% 90.59%
HSB/HSV 96° 4.24% 92.55%
CMYK 2.54% 0.00% 4.24%
7.45%

Color #E6ECE2 in popluar number systems.

HEX E6 EC E2
Decimal 230 236 226
Binary 11100110 11101100 11100010
Octal 346 354 342

Shades and tints

Shades of #E6ECE2

#E6ECE2
(230,236,226)
#D2D7CE
(210,215,206)
#BEC2BA
(190,194,186)
#AAADA6
(170,173,166)
#969892
(150,152,146)
#82837E
(130,131,126)
#6E6E6A
(110,110,106)
#5A5956
(90,89,86)
#464442
(70,68,66)
#322F2E
(50,47,46)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6ECE2

#E6ECE2
(230,236,226)
#E8EDE4
(232,237,228)
#EAEEE6
(234,238,230)
#ECEFE8
(236,239,232)
#EEF0EA
(238,240,234)
#F0F1EC
(240,241,236)
#F2F2EE
(242,242,238)
#F4F3F0
(244,243,240)
#F6F4F2
(246,244,242)
#F8F5F4
(248,245,244)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ECE2; }

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

This text font color is #E6ECE2.

Background Color

.myBgColor { background-color: #E6ECE2; }

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

This div background color is #E6ECE2.

Border color

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

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

This div border color is #E6ECE2.

Opacity

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

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

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

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

This text has shadow with #E6ECE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6ECE2.

Preview

Color preview on black background

This text has color #E6ECE2 on black background.


Color preview on white background

This text has color #E6ECE2 on white background.


Black color preview on #E6ECE2 background

This text has black color on #E6ECE2 background.


White color preview on #E6ECE2 background

This text has white color on #E6ECE2 background.


Related colors

Complementary color

Complementary color for #hex is #19131D.


I love getcolorcode.com

Triadic colors

1 #E2E6EC and #ECE2E6 with #E6ECE2 are triadic colors.

2 #E2ECE6 and #ECE6E2 with #E6ECE2 are triadic colors.