COLOR #E6EEE2

HEX: #E6EEE2
RGB: (230,238,226)

Color info

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

RGB color model

#E6EEE2 color RGB value is (230,238,226).

  • red value is 230;
  • green value is 238;
  • blue value is 226.
RGB:
(230,238,226)
(90%,93%,89%)

RGB channels and saturation

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

230
238
226

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

Portions of RGB colors in percentages

R + G + B =
230 + 238 + 226 = 694 (100%)
R 230 of 694 ~ 33.14%
G 238 of 694 ~ 34.29%
B 226 of 694 ~ 32.56%

%33.14
%34.29
%32.56

CMYK color model

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

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

CMYK percentages

%3.36
%0
%5.04
%6.67

Codes

Color #E6EEE2 in popluar color models

E6EEE2
RGB230238226
HSL100°26.09%90.98%
HSB/HSV100°5.04%93.33%
CMYK3.36%0.00%5.04%
6.67%

Color #E6EEE2 in popluar number systems.

HEXE6EEE2
Decimal230238226
Binary111001101110111011100010
Octal346356342

Shades and tints

Shades of #E6EEE2

#E6EEE2
(230,238,226)
#D2D9CE
(210,217,206)
#BEC4BA
(190,196,186)
#AAAFA6
(170,175,166)
#969A92
(150,154,146)
#82857E
(130,133,126)
#6E706A
(110,112,106)
#5A5B56
(90,91,86)
#464642
(70,70,66)
#32312E
(50,49,46)
#1E1C1A
(30,28,26)
#000000
(0,0,0)

Tints of #E6EEE2

#E6EEE2
(230,238,226)
#E8EFE4
(232,239,228)
#EAF0E6
(234,240,230)
#ECF1E8
(236,241,232)
#EEF2EA
(238,242,234)
#F0F3EC
(240,243,236)
#F2F4EE
(242,244,238)
#F4F5F0
(244,245,240)
#F6F6F2
(246,246,242)
#F8F7F4
(248,247,244)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEE2; }

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

This text font color is #E6EEE2.


Background Color

.myBgColor { background-color: #E6EEE2; }

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

This div background color is #E6EEE2.


Border color

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

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

This div border color is #E6EEE2.


Opacity

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

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

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

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

This text has shadow with #E6EEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EEE2 on black background.


Color preview on white background

This text has color #E6EEE2 on white background.



Black color preview on #E6EEE2 background

This text has black color on #E6EEE2 background.


White color preview on #E6EEE2 background

This text has white color on #E6EEE2 background.