COLOR #E3EAF2

HEX: #E3EAF2 RGB: (227,234,242)

Color info

#E3EAF2 contains red, green and blue colors in about the same proportion. Web safe color of #E3EAF2 is #CCFFFF (or #CFF).

RGB color model

#E3EAF2 color RGB value is (227,234,242).

RGB: (227,234,242) (89%, 92%, 95%)

RGB channels and saturation

R 227 of 255 = 89%
G 234 of 255 = 92%
B 242 of 255 = 95%

227
234
242

R + G + B ~ 92%. #E3EAF2 is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 234 + 242 = 703 (100%)
R 227 of 703 ~ 32.29%
G 234 of 703 ~ 33.29%
B 242 of 703 ~ 34.42'%

%32.29
%33.29
%34.42

CMYK color model

#E3EAF2 color CMYK value is (6,3,0,5).

  • cyan value is 6.20%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (6,3,0,5)
C6M3Y0K5 (6%, 3%, 0%, 5%)
(0.06 / 0.03 / 0.00 / 0.05)

CMYK percentages

%6.2
%3.31
%0
%5.1

Codes

Color #E3EAF2 in popluar color models

E3 EA F2
RGB 227 234 242
HSL 212° 36.59% 91.96%
HSB/HSV 212° 6.20% 94.90%
CMYK 6.20% 3.31% 0.00%
5.10%

Color #E3EAF2 in popluar number systems.

HEX E3 EA F2
Decimal 227 234 242
Binary 11100011 11101010 11110010
Octal 343 352 362

Shades and tints

Shades of #E3EAF2

#E3EAF2
(227,234,242)
#CFD5DC
(207,213,220)
#BBC0C6
(187,192,198)
#A7ABB0
(167,171,176)
#93969A
(147,150,154)
#7F8184
(127,129,132)
#6B6C6E
(107,108,110)
#575758
(87,87,88)
#434242
(67,66,66)
#2F2D2C
(47,45,44)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #E3EAF2

#E3EAF2
(227,234,242)
#E5EBF3
(229,235,243)
#E7ECF4
(231,236,244)
#E9EDF5
(233,237,245)
#EBEEF6
(235,238,246)
#EDEFF7
(237,239,247)
#EFF0F8
(239,240,248)
#F1F1F9
(241,241,249)
#F3F2FA
(243,242,250)
#F5F3FB
(245,243,251)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EAF2; }

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

This text font color is #E3EAF2.

Background Color

.myBgColor { background-color: #E3EAF2; }

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

This div background color is #E3EAF2.

Border color

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

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

This div border color is #E3EAF2.

Opacity

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

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

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

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

This text has shadow with #E3EAF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3EAF2.

Preview

Color preview on black background

This text has color #E3EAF2 on black background.


Color preview on white background

This text has color #E3EAF2 on white background.


Black color preview on #E3EAF2 background

This text has black color on #E3EAF2 background.


White color preview on #E3EAF2 background

This text has white color on #E3EAF2 background.


Related colors

Complementary color

Complementary color for #hex is #1C150D.


I love getcolorcode.com

Triadic colors

1 #F2E3EA and #EAF2E3 with #E3EAF2 are triadic colors.

2 #F2EAE3 and #EAE3F2 with #E3EAF2 are triadic colors.