COLOR #E6EEEB

HEX: #E6EEEB
RGB: (230,238,235)

Color info

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

RGB color model

#E6EEEB color RGB value is (230,238,235).

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

RGB channels and saturation

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

230
238
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 238 + 235 = 703 (100%)
R 230 of 703 ~ 32.72%
G 238 of 703 ~ 33.85%
B 235 of 703 ~ 33.43%

%32.72
%33.85
%33.43

CMYK color model

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

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

CMYK percentages

%3.36
%0
%1.26
%6.67

Codes

Color #E6EEEB in popluar color models

E6EEEB
RGB230238235
HSL158°19.05%91.76%
HSB/HSV158°3.36%93.33%
CMYK3.36%0.00%1.26%
6.67%

Color #E6EEEB in popluar number systems.

HEXE6EEEB
Decimal230238235
Binary111001101110111011101011
Octal346356353

Shades and tints

Shades of #E6EEEB

#E6EEEB
(230,238,235)
#D2D9D6
(210,217,214)
#BEC4C1
(190,196,193)
#AAAFAC
(170,175,172)
#969A97
(150,154,151)
#828582
(130,133,130)
#6E706D
(110,112,109)
#5A5B58
(90,91,88)
#464643
(70,70,67)
#32312E
(50,49,46)
#1E1C19
(30,28,25)
#000000
(0,0,0)

Tints of #E6EEEB

#E6EEEB
(230,238,235)
#E8EFEC
(232,239,236)
#EAF0ED
(234,240,237)
#ECF1EE
(236,241,238)
#EEF2EF
(238,242,239)
#F0F3F0
(240,243,240)
#F2F4F1
(242,244,241)
#F4F5F2
(244,245,242)
#F6F6F3
(246,246,243)
#F8F7F4
(248,247,244)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EEEB; }

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

This text font color is #E6EEEB.


Background Color

.myBgColor { background-color: #E6EEEB; }

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

This div background color is #E6EEEB.


Border color

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

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

This div border color is #E6EEEB.


Opacity

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

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

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

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

This text has shadow with #E6EEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EEEB on black background.


Color preview on white background

This text has color #E6EEEB on white background.



Black color preview on #E6EEEB background

This text has black color on #E6EEEB background.


White color preview on #E6EEEB background

This text has white color on #E6EEEB background.