COLOR #E6EEEE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

230
238
238

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

Portions of RGB colors in percentages

R + G + B =
230 + 238 + 238 = 706 (100%)
R 230 of 706 ~ 32.58%
G 238 of 706 ~ 33.71%
B 238 of 706 ~ 33.71%

%32.58
%33.71
%33.71

CMYK color model

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

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

CMYK percentages

%3.36
%0
%0
%6.67

Codes

Color #E6EEEE in popluar color models

E6EEEE
RGB230238238
HSL180°19.05%91.76%
HSB/HSV180°3.36%93.33%
CMYK3.36%0.00%0.00%
6.67%

Color #E6EEEE in popluar number systems.

HEXE6EEEE
Decimal230238238
Binary111001101110111011101110
Octal346356356

Shades and tints

Shades of #E6EEEE

#E6EEEE
(230,238,238)
#D2D9D9
(210,217,217)
#BEC4C4
(190,196,196)
#AAAFAF
(170,175,175)
#969A9A
(150,154,154)
#828585
(130,133,133)
#6E7070
(110,112,112)
#5A5B5B
(90,91,91)
#464646
(70,70,70)
#323131
(50,49,49)
#1E1C1C
(30,28,28)
#000000
(0,0,0)

Tints of #E6EEEE

#E6EEEE
(230,238,238)
#E8EFEF
(232,239,239)
#EAF0F0
(234,240,240)
#ECF1F1
(236,241,241)
#EEF2F2
(238,242,242)
#F0F3F3
(240,243,243)
#F2F4F4
(242,244,244)
#F4F5F5
(244,245,245)
#F6F6F6
(246,246,246)
#F8F7F7
(248,247,247)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEEE; }

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

This text font color is #E6EEEE.


Background Color

.myBgColor { background-color: #E6EEEE; }

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

This div background color is #E6EEEE.


Border color

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

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

This div border color is #E6EEEE.


Opacity

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

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

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

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

This text has shadow with #E6EEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EEEE on black background.


Color preview on white background

This text has color #E6EEEE on white background.



Black color preview on #E6EEEE background

This text has black color on #E6EEEE background.


White color preview on #E6EEEE background

This text has white color on #E6EEEE background.