COLOR #E4E6EA

HEX: #E4E6EA RGB: (228,230,234)

Color info

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

RGB color model

#E4E6EA color RGB value is (228,230,234).

RGB: (228,230,234) (89%, 90%, 92%)

RGB channels and saturation

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

228
230
234

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

Portions of RGB colors in percentages

R + G + B = 228 + 230 + 234 = 692 (100%)
R 228 of 692 ~ 32.95%
G 230 of 692 ~ 33.24%
B 234 of 692 ~ 33.82'%

%32.95
%33.24
%33.82

CMYK color model

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

  • cyan value is 2.56%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (3,2,0,8)
C3M2Y0K8 (3%, 2%, 0%, 8%)
(0.03 / 0.02 / 0.00 / 0.08)

CMYK percentages

%2.56
%1.71
%0
%8.24

Codes

Color #E4E6EA in popluar color models

E4 E6 EA
RGB 228 230 234
HSL 220° 12.50% 90.59%
HSB/HSV 220° 2.56% 91.76%
CMYK 2.56% 1.71% 0.00%
8.24%

Color #E4E6EA in popluar number systems.

HEX E4 E6 EA
Decimal 228 230 234
Binary 11100100 11100110 11101010
Octal 344 346 352

Shades and tints

Shades of #E4E6EA

#E4E6EA
(228,230,234)
#D0D2D5
(208,210,213)
#BCBEC0
(188,190,192)
#A8AAAB
(168,170,171)
#949696
(148,150,150)
#808281
(128,130,129)
#6C6E6C
(108,110,108)
#585A57
(88,90,87)
#444642
(68,70,66)
#30322D
(48,50,45)
#1C1E18
(28,30,24)
#000000
(0,0,0)

Tints of #E4E6EA

#E4E6EA
(228,230,234)
#E6E8EB
(230,232,235)
#E8EAEC
(232,234,236)
#EAECED
(234,236,237)
#ECEEEE
(236,238,238)
#EEF0EF
(238,240,239)
#F0F2F0
(240,242,240)
#F2F4F1
(242,244,241)
#F4F6F2
(244,246,242)
#F6F8F3
(246,248,243)
#F8FAF4
(248,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E6EA; }

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

This text font color is #E4E6EA.

Background Color

.myBgColor { background-color: #E4E6EA; }

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

This div background color is #E4E6EA.

Border color

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

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

This div border color is #E4E6EA.

Opacity

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

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

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

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

This text has shadow with #E4E6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4E6EA.

Preview

Color preview on black background

This text has color #E4E6EA on black background.


Color preview on white background

This text has color #E4E6EA on white background.


Black color preview on #E4E6EA background

This text has black color on #E4E6EA background.


White color preview on #E4E6EA background

This text has white color on #E4E6EA background.


Related colors

Complementary color

Complementary color for #hex is #1B1915.


I love getcolorcode.com

Triadic colors

1 #EAE4E6 and #E6EAE4 with #E4E6EA are triadic colors.

2 #EAE6E4 and #E6E4EA with #E4E6EA are triadic colors.