COLOR #E5EFE2

HEX: #E5EFE2 RGB: (229,239,226)

Color info

#E5EFE2 contains red, green and blue colors in about the same proportion. Web safe color of #E5EFE2 is #CCFFCC (or #CFC).

RGB color model

#E5EFE2 color RGB value is (229,239,226).

RGB: (229,239,226) (90%, 94%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 239 of 255 = 94%
B 226 of 255 = 89%

229
239
226

R + G + B ~ 91%. #E5EFE2 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 239 + 226 = 694 (100%)
R 229 of 694 ~ 33%
G 239 of 694 ~ 34.44%
B 226 of 694 ~ 32.56'%

%33
%34.44
%32.56

CMYK color model

#E5EFE2 color CMYK value is (4,0,5,6).

  • cyan value is 4.18%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 6.27%

CMYK: (4,0,5,6)
C4M0Y5K6 (4%, 0%, 5%, 6%)
(0.04 / 0.00 / 0.05 / 0.06)

CMYK percentages

%4.18
%0
%5.44
%6.27

Codes

Color #E5EFE2 in popluar color models

E5 EF E2
RGB 229 239 226
HSL 106° 28.89% 91.18%
HSB/HSV 106° 5.44% 93.73%
CMYK 4.18% 0.00% 5.44%
6.27%

Color #E5EFE2 in popluar number systems.

HEX E5 EF E2
Decimal 229 239 226
Binary 11100101 11101111 11100010
Octal 345 357 342

Shades and tints

Shades of #E5EFE2

#E5EFE2
(229,239,226)
#D1DACE
(209,218,206)
#BDC5BA
(189,197,186)
#A9B0A6
(169,176,166)
#959B92
(149,155,146)
#81867E
(129,134,126)
#6D716A
(109,113,106)
#595C56
(89,92,86)
#454742
(69,71,66)
#31322E
(49,50,46)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #E5EFE2

#E5EFE2
(229,239,226)
#E7F0E4
(231,240,228)
#E9F1E6
(233,241,230)
#EBF2E8
(235,242,232)
#EDF3EA
(237,243,234)
#EFF4EC
(239,244,236)
#F1F5EE
(241,245,238)
#F3F6F0
(243,246,240)
#F5F7F2
(245,247,242)
#F7F8F4
(247,248,244)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EFE2 color. Also use rgb(229,239,226) instead hex code.

Text Font Color

.myTextColor { color: #E5EFE2; }

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

This text font color is #E5EFE2.

Background Color

.myBgColor { background-color: #E5EFE2; }

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

This div background color is #E5EFE2.

Border color

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

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

This div border color is #E5EFE2.

Opacity

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

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

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

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

This text has shadow with #E5EFE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EFE2.

Preview

Color preview on black background

This text has color #E5EFE2 on black background.


Color preview on white background

This text has color #E5EFE2 on white background.


Black color preview on #E5EFE2 background

This text has black color on #E5EFE2 background.


White color preview on #E5EFE2 background

This text has white color on #E5EFE2 background.


Related colors

Complementary color

Complementary color for #hex is #1A101D.


I love getcolorcode.com

Triadic colors

1 #E2E5EF and #EFE2E5 with #E5EFE2 are triadic colors.

2 #E2EFE5 and #EFE5E2 with #E5EFE2 are triadic colors.