COLOR #E6E3EA

HEX: #E6E3EA
RGB: (230,227,234)

Color info

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

RGB color model

#E6E3EA color RGB value is (230,227,234).

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

RGB channels and saturation

R 230 of 255 = 90%
G 227 of 255 = 89%
B 234 of 255 = 92%

230
227
234

R + G + B ~ 90%. #E6E3EA is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 227 + 234 = 691 (100%)
R 230 of 691 ~ 33.29%
G 227 of 691 ~ 32.85%
B 234 of 691 ~ 33.86%

%33.29
%32.85
%33.86

CMYK color model

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

  • cyan value is 1.71%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(2,3,0,8)
C2M3Y0K8 
(2%,3%,0%,8%)
(0.02/0.03/0.00/0.08)	

CMYK percentages

%1.71
%2.99
%0
%8.24

Codes

Color #E6E3EA in popluar color models

E6E3EA
RGB230227234
HSL266°14.29%90.39%
HSB/HSV266°2.99%91.76%
CMYK1.71%2.99%0.00%
8.24%

Color #E6E3EA in popluar number systems.

HEXE6E3EA
Decimal230227234
Binary111001101110001111101010
Octal346343352

Shades and tints

Shades of #E6E3EA

#E6E3EA
(230,227,234)
#D2CFD5
(210,207,213)
#BEBBC0
(190,187,192)
#AAA7AB
(170,167,171)
#969396
(150,147,150)
#827F81
(130,127,129)
#6E6B6C
(110,107,108)
#5A5757
(90,87,87)
#464342
(70,67,66)
#322F2D
(50,47,45)
#1E1B18
(30,27,24)
#000000
(0,0,0)

Tints of #E6E3EA

#E6E3EA
(230,227,234)
#E8E5EB
(232,229,235)
#EAE7EC
(234,231,236)
#ECE9ED
(236,233,237)
#EEEBEE
(238,235,238)
#F0EDEF
(240,237,239)
#F2EFF0
(242,239,240)
#F4F1F1
(244,241,241)
#F6F3F2
(246,243,242)
#F8F5F3
(248,245,243)
#FAF7F4
(250,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E3EA; }

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

This text font color is #E6E3EA.


Background Color

.myBgColor { background-color: #E6E3EA; }

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

This div background color is #E6E3EA.


Border color

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

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

This div border color is #E6E3EA.


Opacity

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

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

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

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

This text has shadow with #E6E3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E3EA on black background.


Color preview on white background

This text has color #E6E3EA on white background.



Black color preview on #E6E3EA background

This text has black color on #E6E3EA background.


White color preview on #E6E3EA background

This text has white color on #E6E3EA background.