COLOR #E0E3EA

HEX: #E0E3EA RGB: (224,227,234)

Color info

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

RGB color model

#E0E3EA color RGB value is (224,227,234).

RGB: (224,227,234) (88%, 89%, 92%)

RGB channels and saturation

R 224 of 255 = 88%
G 227 of 255 = 89%
B 234 of 255 = 92%

224
227
234

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

Portions of RGB colors in percentages

R + G + B = 224 + 227 + 234 = 685 (100%)
R 224 of 685 ~ 32.7%
G 227 of 685 ~ 33.14%
B 234 of 685 ~ 34.16'%

%32.7
%33.14
%34.16

CMYK color model

#E0E3EA color CMYK value is (4,3,0,8).

  • cyan value is 4.27%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (4,3,0,8) C4M3Y0K8 (4%,3%,0%,8%) (0.04/0.03/0.00/0.08) 

CMYK percentages

%4.27
%2.99
%0
%8.24

Codes

Color #E0E3EA in popluar color models

E0 E3 EA
RGB 224 227 234
HSL 222° 19.23% 89.80%
HSB/HSV 222° 4.27% 91.76%
CMYK 4.27% 2.99% 0.00%
8.24%

Color #E0E3EA in popluar number systems.

HEX E0 E3 EA
Decimal 224 227 234
Binary 11100000 11100011 11101010
Octal 340 343 352

Shades and tints

Shades of #E0E3EA

#E0E3EA
(224,227,234)
#CCCFD5
(204,207,213)
#B8BBC0
(184,187,192)
#A4A7AB
(164,167,171)
#909396
(144,147,150)
#7C7F81
(124,127,129)
#686B6C
(104,107,108)
#545757
(84,87,87)
#404342
(64,67,66)
#2C2F2D
(44,47,45)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #E0E3EA

#E0E3EA
(224,227,234)
#E2E5EB
(226,229,235)
#E4E7EC
(228,231,236)
#E6E9ED
(230,233,237)
#E8EBEE
(232,235,238)
#EAEDEF
(234,237,239)
#ECEFF0
(236,239,240)
#EEF1F1
(238,241,241)
#F0F3F2
(240,243,242)
#F2F5F3
(242,245,243)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E3EA; }

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

This text font color is #E0E3EA.

Background Color

.myBgColor { background-color: #E0E3EA; }

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

This div background color is #E0E3EA.

Border color

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

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

This div border color is #E0E3EA.

Opacity

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

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

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

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

This text has shadow with #E0E3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E3EA.

Preview

Color preview on black background

This text has color #E0E3EA on black background.


Color preview on white background

This text has color #E0E3EA on white background.


Black color preview on #E0E3EA background

This text has black color on #E0E3EA background.


White color preview on #E0E3EA background

This text has white color on #E0E3EA background.


Related colors

Complementary color

Complementary color for #hex is #1F1C15.


I love getcolorcode.com

Triadic colors

1 #EAE0E3 and #E3EAE0 with #E0E3EA are triadic colors.

2 #EAE3E0 and #E3E0EA with #E0E3EA are triadic colors.