COLOR #E6EEE6

HEX: #E6EEE6
RGB: (230,238,230)

Color info

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

RGB color model

#E6EEE6 color RGB value is (230,238,230).

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

RGB channels and saturation

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

230
238
230

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

Portions of RGB colors in percentages

R + G + B =
230 + 238 + 230 = 698 (100%)
R 230 of 698 ~ 32.95%
G 238 of 698 ~ 34.1%
B 230 of 698 ~ 32.95%

%32.95
%34.1
%32.95

CMYK color model

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

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

CMYK percentages

%3.36
%0
%3.36
%6.67

Codes

Color #E6EEE6 in popluar color models

E6EEE6
RGB230238230
HSL120°19.05%91.76%
HSB/HSV120°3.36%93.33%
CMYK3.36%0.00%3.36%
6.67%

Color #E6EEE6 in popluar number systems.

HEXE6EEE6
Decimal230238230
Binary111001101110111011100110
Octal346356346

Shades and tints

Shades of #E6EEE6

#E6EEE6
(230,238,230)
#D2D9D2
(210,217,210)
#BEC4BE
(190,196,190)
#AAAFAA
(170,175,170)
#969A96
(150,154,150)
#828582
(130,133,130)
#6E706E
(110,112,110)
#5A5B5A
(90,91,90)
#464646
(70,70,70)
#323132
(50,49,50)
#1E1C1E
(30,28,30)
#000000
(0,0,0)

Tints of #E6EEE6

#E6EEE6
(230,238,230)
#E8EFE8
(232,239,232)
#EAF0EA
(234,240,234)
#ECF1EC
(236,241,236)
#EEF2EE
(238,242,238)
#F0F3F0
(240,243,240)
#F2F4F2
(242,244,242)
#F4F5F4
(244,245,244)
#F6F6F6
(246,246,246)
#F8F7F8
(248,247,248)
#FAF8FA
(250,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEE6; }

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

This text font color is #E6EEE6.


Background Color

.myBgColor { background-color: #E6EEE6; }

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

This div background color is #E6EEE6.


Border color

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

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

This div border color is #E6EEE6.


Opacity

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

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

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

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

This text has shadow with #E6EEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EEE6 on black background.


Color preview on white background

This text has color #E6EEE6 on white background.



Black color preview on #E6EEE6 background

This text has black color on #E6EEE6 background.


White color preview on #E6EEE6 background

This text has white color on #E6EEE6 background.