COLOR #E6E5EA

HEX: #E6E5EA
RGB: (230,229,234)

Color info

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

RGB color model

#E6E5EA color RGB value is (230,229,234).

  • red value is 230;
  • green value is 229;
  • blue value is 234.
RGB:
(230,229,234)
(90%,90%,92%)

RGB channels and saturation

R 230 of 255 = 90%
G 229 of 255 = 90%
B 234 of 255 = 92%

230
229
234

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

Portions of RGB colors in percentages

R + G + B =
230 + 229 + 234 = 693 (100%)
R 230 of 693 ~ 33.19%
G 229 of 693 ~ 33.04%
B 234 of 693 ~ 33.77%

%33.19
%33.04
%33.77

CMYK color model

#E6E5EA color CMYK value is (2,2,0,8).

  • cyan value is 1.71%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(2,2,0,8)
C2M2Y0K8 
(2%,2%,0%,8%)
(0.02/0.02/0.00/0.08)	

CMYK percentages

%1.71
%2.14
%0
%8.24

Codes

Color #E6E5EA in popluar color models

E6E5EA
RGB230229234
HSL252°10.64%90.78%
HSB/HSV252°2.14%91.76%
CMYK1.71%2.14%0.00%
8.24%

Color #E6E5EA in popluar number systems.

HEXE6E5EA
Decimal230229234
Binary111001101110010111101010
Octal346345352

Shades and tints

Shades of #E6E5EA

#E6E5EA
(230,229,234)
#D2D1D5
(210,209,213)
#BEBDC0
(190,189,192)
#AAA9AB
(170,169,171)
#969596
(150,149,150)
#828181
(130,129,129)
#6E6D6C
(110,109,108)
#5A5957
(90,89,87)
#464542
(70,69,66)
#32312D
(50,49,45)
#1E1D18
(30,29,24)
#000000
(0,0,0)

Tints of #E6E5EA

#E6E5EA
(230,229,234)
#E8E7EB
(232,231,235)
#EAE9EC
(234,233,236)
#ECEBED
(236,235,237)
#EEEDEE
(238,237,238)
#F0EFEF
(240,239,239)
#F2F1F0
(242,241,240)
#F4F3F1
(244,243,241)
#F6F5F2
(246,245,242)
#F8F7F3
(248,247,243)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E5EA; }

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

This text font color is #E6E5EA.


Background Color

.myBgColor { background-color: #E6E5EA; }

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

This div background color is #E6E5EA.


Border color

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

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

This div border color is #E6E5EA.


Opacity

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

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

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

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

This text has shadow with #E6E5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E5EA on black background.


Color preview on white background

This text has color #E6E5EA on white background.



Black color preview on #E6E5EA background

This text has black color on #E6E5EA background.


White color preview on #E6E5EA background

This text has white color on #E6E5EA background.