COLOR #E6E6EF

HEX: #E6E6EF
RGB: (230,230,239)

Color info

#E6E6EF contains red, green and blue colors in about the same proportion. Web safe color of #E6E6EF is #CCCCFF (or #CCF).

RGB color model

#E6E6EF color RGB value is (230,230,239).

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

RGB channels and saturation

R 230 of 255 = 90%
G 230 of 255 = 90%
B 239 of 255 = 94%

230
230
239

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

Portions of RGB colors in percentages

R + G + B =
230 + 230 + 239 = 699 (100%)
R 230 of 699 ~ 32.9%
G 230 of 699 ~ 32.9%
B 239 of 699 ~ 34.19%

%32.9
%32.9
%34.19

CMYK color model

#E6E6EF color CMYK value is (4,4,0,6).

  • cyan value is 3.77%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(4,4,0,6)
C4M4Y0K6 
(4%,4%,0%,6%)
(0.04/0.04/0.00/0.06)	

CMYK percentages

%3.77
%3.77
%0
%6.27

Codes

Color #E6E6EF in popluar color models

E6E6EF
RGB230230239
HSL240°21.95%91.96%
HSB/HSV240°3.77%93.73%
CMYK3.77%3.77%0.00%
6.27%

Color #E6E6EF in popluar number systems.

HEXE6E6EF
Decimal230230239
Binary111001101110011011101111
Octal346346357

Shades and tints

Shades of #E6E6EF

#E6E6EF
(230,230,239)
#D2D2DA
(210,210,218)
#BEBEC5
(190,190,197)
#AAAAB0
(170,170,176)
#96969B
(150,150,155)
#828286
(130,130,134)
#6E6E71
(110,110,113)
#5A5A5C
(90,90,92)
#464647
(70,70,71)
#323232
(50,50,50)
#1E1E1D
(30,30,29)
#000000
(0,0,0)

Tints of #E6E6EF

#E6E6EF
(230,230,239)
#E8E8F0
(232,232,240)
#EAEAF1
(234,234,241)
#ECECF2
(236,236,242)
#EEEEF3
(238,238,243)
#F0F0F4
(240,240,244)
#F2F2F5
(242,242,245)
#F4F4F6
(244,244,246)
#F6F6F7
(246,246,247)
#F8F8F8
(248,248,248)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E6EF; }

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

This text font color is #E6E6EF.


Background Color

.myBgColor { background-color: #E6E6EF; }

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

This div background color is #E6E6EF.


Border color

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

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

This div border color is #E6E6EF.


Opacity

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

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

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

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

This text has shadow with #E6E6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E6EF on black background.


Color preview on white background

This text has color #E6E6EF on white background.



Black color preview on #E6E6EF background

This text has black color on #E6E6EF background.


White color preview on #E6E6EF background

This text has white color on #E6E6EF background.