COLOR #E2EDF6

HEX: #E2EDF6 RGB: (226,237,246)

Color info

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

RGB color model

#E2EDF6 color RGB value is (226,237,246).

RGB: (226,237,246) (89%, 93%, 96%)

RGB channels and saturation

R 226 of 255 = 89%
G 237 of 255 = 93%
B 246 of 255 = 96%

226
237
246

R + G + B ~ 93%. #E2EDF6 is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 237 + 246 = 709 (100%)
R 226 of 709 ~ 31.88%
G 237 of 709 ~ 33.43%
B 246 of 709 ~ 34.7'%

%31.88
%33.43
%34.7

CMYK color model

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

  • cyan value is 8.13%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (8,4,0,4)
C8M4Y0K4 (8%, 4%, 0%, 4%)
(0.08 / 0.04 / 0.00 / 0.04)

CMYK percentages

%8.13
%3.66
%0
%3.53

Codes

Color #E2EDF6 in popluar color models

E2 ED F6
RGB 226 237 246
HSL 207° 52.63% 92.55%
HSB/HSV 207° 8.13% 96.47%
CMYK 8.13% 3.66% 0.00%
3.53%

Color #E2EDF6 in popluar number systems.

HEX E2 ED F6
Decimal 226 237 246
Binary 11100010 11101101 11110110
Octal 342 355 366

Shades and tints

Shades of #E2EDF6

#E2EDF6
(226,237,246)
#CED8E0
(206,216,224)
#BAC3CA
(186,195,202)
#A6AEB4
(166,174,180)
#92999E
(146,153,158)
#7E8488
(126,132,136)
#6A6F72
(106,111,114)
#565A5C
(86,90,92)
#424546
(66,69,70)
#2E3030
(46,48,48)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #E2EDF6

#E2EDF6
(226,237,246)
#E4EEF6
(228,238,246)
#E6EFF6
(230,239,246)
#E8F0F6
(232,240,246)
#EAF1F6
(234,241,246)
#ECF2F6
(236,242,246)
#EEF3F6
(238,243,246)
#F0F4F6
(240,244,246)
#F2F5F6
(242,245,246)
#F4F6F6
(244,246,246)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EDF6 color. Also use rgb(226,237,246) instead hex code.

Text Font Color

.myTextColor { color: #E2EDF6; }

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

This text font color is #E2EDF6.

Background Color

.myBgColor { background-color: #E2EDF6; }

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

This div background color is #E2EDF6.

Border color

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

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

This div border color is #E2EDF6.

Opacity

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

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

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

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

This text has shadow with #E2EDF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EDF6.

Preview

Color preview on black background

This text has color #E2EDF6 on black background.


Color preview on white background

This text has color #E2EDF6 on white background.


Black color preview on #E2EDF6 background

This text has black color on #E2EDF6 background.


White color preview on #E2EDF6 background

This text has white color on #E2EDF6 background.


Related colors

Complementary color

Complementary color for #hex is #1D1209.


I love getcolorcode.com

Triadic colors

1 #F6E2ED and #EDF6E2 with #E2EDF6 are triadic colors.

2 #F6EDE2 and #EDE2F6 with #E2EDF6 are triadic colors.