COLOR #E6E4EB

HEX: #E6E4EB
RGB: (230,228,235)

Color info

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

RGB color model

#E6E4EB color RGB value is (230,228,235).

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

RGB channels and saturation

R 230 of 255 = 90%
G 228 of 255 = 89%
B 235 of 255 = 92%

230
228
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 228 + 235 = 693 (100%)
R 230 of 693 ~ 33.19%
G 228 of 693 ~ 32.9%
B 235 of 693 ~ 33.91%

%33.19
%32.9
%33.91

CMYK color model

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

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

CMYK percentages

%2.13
%2.98
%0
%7.84

Codes

Color #E6E4EB in popluar color models

E6E4EB
RGB230228235
HSL257°14.89%90.78%
HSB/HSV257°2.98%92.16%
CMYK2.13%2.98%0.00%
7.84%

Color #E6E4EB in popluar number systems.

HEXE6E4EB
Decimal230228235
Binary111001101110010011101011
Octal346344353

Shades and tints

Shades of #E6E4EB

#E6E4EB
(230,228,235)
#D2D0D6
(210,208,214)
#BEBCC1
(190,188,193)
#AAA8AC
(170,168,172)
#969497
(150,148,151)
#828082
(130,128,130)
#6E6C6D
(110,108,109)
#5A5858
(90,88,88)
#464443
(70,68,67)
#32302E
(50,48,46)
#1E1C19
(30,28,25)
#000000
(0,0,0)

Tints of #E6E4EB

#E6E4EB
(230,228,235)
#E8E6EC
(232,230,236)
#EAE8ED
(234,232,237)
#ECEAEE
(236,234,238)
#EEECEF
(238,236,239)
#F0EEF0
(240,238,240)
#F2F0F1
(242,240,241)
#F4F2F2
(244,242,242)
#F6F4F3
(246,244,243)
#F8F6F4
(248,246,244)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E4EB; }

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

This text font color is #E6E4EB.


Background Color

.myBgColor { background-color: #E6E4EB; }

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

This div background color is #E6E4EB.


Border color

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

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

This div border color is #E6E4EB.


Opacity

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

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

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

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

This text has shadow with #E6E4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E4EB on black background.


Color preview on white background

This text has color #E6E4EB on white background.



Black color preview on #E6E4EB background

This text has black color on #E6E4EB background.


White color preview on #E6E4EB background

This text has white color on #E6E4EB background.