COLOR #E6E2EC

HEX: #E6E2EC
RGB: (230,226,236)

Color info

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

RGB color model

#E6E2EC color RGB value is (230,226,236).

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

RGB channels and saturation

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

230
226
236

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

Portions of RGB colors in percentages

R + G + B =
230 + 226 + 236 = 692 (100%)
R 230 of 692 ~ 33.24%
G 226 of 692 ~ 32.66%
B 236 of 692 ~ 34.1%

%33.24
%32.66
%34.1

CMYK color model

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

  • cyan value is 2.54%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,4,0,7)
C3M4Y0K7 
(3%,4%,0%,7%)
(0.03/0.04/0.00/0.07)	

CMYK percentages

%2.54
%4.24
%0
%7.45

Codes

Color #E6E2EC in popluar color models

E6E2EC
RGB230226236
HSL264°20.83%90.59%
HSB/HSV264°4.24%92.55%
CMYK2.54%4.24%0.00%
7.45%

Color #E6E2EC in popluar number systems.

HEXE6E2EC
Decimal230226236
Binary111001101110001011101100
Octal346342354

Shades and tints

Shades of #E6E2EC

#E6E2EC
(230,226,236)
#D2CED7
(210,206,215)
#BEBAC2
(190,186,194)
#AAA6AD
(170,166,173)
#969298
(150,146,152)
#827E83
(130,126,131)
#6E6A6E
(110,106,110)
#5A5659
(90,86,89)
#464244
(70,66,68)
#322E2F
(50,46,47)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6E2EC

#E6E2EC
(230,226,236)
#E8E4ED
(232,228,237)
#EAE6EE
(234,230,238)
#ECE8EF
(236,232,239)
#EEEAF0
(238,234,240)
#F0ECF1
(240,236,241)
#F2EEF2
(242,238,242)
#F4F0F3
(244,240,243)
#F6F2F4
(246,242,244)
#F8F4F5
(248,244,245)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E2EC; }

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

This text font color is #E6E2EC.


Background Color

.myBgColor { background-color: #E6E2EC; }

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

This div background color is #E6E2EC.


Border color

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

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

This div border color is #E6E2EC.


Opacity

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

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

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

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

This text has shadow with #E6E2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E2EC on black background.


Color preview on white background

This text has color #E6E2EC on white background.



Black color preview on #E6E2EC background

This text has black color on #E6E2EC background.


White color preview on #E6E2EC background

This text has white color on #E6E2EC background.