COLOR #E2EEF3

HEX: #E2EEF3 RGB: (226,238,243)

Color info

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

RGB color model

#E2EEF3 color RGB value is (226,238,243).

RGB: (226,238,243) (89%, 93%, 95%)

RGB channels and saturation

R 226 of 255 = 89%
G 238 of 255 = 93%
B 243 of 255 = 95%

226
238
243

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

Portions of RGB colors in percentages

R + G + B = 226 + 238 + 243 = 707 (100%)
R 226 of 707 ~ 31.97%
G 238 of 707 ~ 33.66%
B 243 of 707 ~ 34.37'%

%31.97
%33.66
%34.37

CMYK color model

#E2EEF3 color CMYK value is (7,2,0,5).

  • cyan value is 7.00%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (7,2,0,5)
C7M2Y0K5 (7%, 2%, 0%, 5%)
(0.07 / 0.02 / 0.00 / 0.05)

CMYK percentages

%7
%2.06
%0
%4.71

Codes

Color #E2EEF3 in popluar color models

E2 EE F3
RGB 226 238 243
HSL 198° 41.46% 91.96%
HSB/HSV 198° 7.00% 95.29%
CMYK 7.00% 2.06% 0.00%
4.71%

Color #E2EEF3 in popluar number systems.

HEX E2 EE F3
Decimal 226 238 243
Binary 11100010 11101110 11110011
Octal 342 356 363

Shades and tints

Shades of #E2EEF3

#E2EEF3
(226,238,243)
#CED9DD
(206,217,221)
#BAC4C7
(186,196,199)
#A6AFB1
(166,175,177)
#929A9B
(146,154,155)
#7E8585
(126,133,133)
#6A706F
(106,112,111)
#565B59
(86,91,89)
#424643
(66,70,67)
#2E312D
(46,49,45)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #E2EEF3

#E2EEF3
(226,238,243)
#E4EFF4
(228,239,244)
#E6F0F5
(230,240,245)
#E8F1F6
(232,241,246)
#EAF2F7
(234,242,247)
#ECF3F8
(236,243,248)
#EEF4F9
(238,244,249)
#F0F5FA
(240,245,250)
#F2F6FB
(242,246,251)
#F4F7FC
(244,247,252)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EEF3 color. Also use rgb(226,238,243) instead hex code.

Text Font Color

.myTextColor { color: #E2EEF3; }

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

This text font color is #E2EEF3.

Background Color

.myBgColor { background-color: #E2EEF3; }

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

This div background color is #E2EEF3.

Border color

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

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

This div border color is #E2EEF3.

Opacity

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

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

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

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

This text has shadow with #E2EEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EEF3.

Preview

Color preview on black background

This text has color #E2EEF3 on black background.


Color preview on white background

This text has color #E2EEF3 on white background.


Black color preview on #E2EEF3 background

This text has black color on #E2EEF3 background.


White color preview on #E2EEF3 background

This text has white color on #E2EEF3 background.


Related colors

Complementary color

Complementary color for #hex is #1D110C.


I love getcolorcode.com

Triadic colors

1 #F3E2EE and #EEF3E2 with #E2EEF3 are triadic colors.

2 #F3EEE2 and #EEE2F3 with #E2EEF3 are triadic colors.