COLOR #E2EBE0

HEX: #E2EBE0 RGB: (226,235,224)

Color info

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

RGB color model

#E2EBE0 color RGB value is (226,235,224).

RGB: (226,235,224) (89%, 92%, 88%)

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 224 of 255 = 88%

226
235
224

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

Portions of RGB colors in percentages

R + G + B = 226 + 235 + 224 = 685 (100%)
R 226 of 685 ~ 32.99%
G 235 of 685 ~ 34.31%
B 224 of 685 ~ 32.7'%

%32.99
%34.31
%32.7

CMYK color model

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

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 4.68%
  • key color value is 7.84%

CMYK: (4,0,5,8)
C4M0Y5K8 (4%, 0%, 5%, 8%)
(0.04 / 0.00 / 0.05 / 0.08)

CMYK percentages

%3.83
%0
%4.68
%7.84

Codes

Color #E2EBE0 in popluar color models

E2 EB E0
RGB 226 235 224
HSL 109° 21.57% 90.00%
HSB/HSV 109° 4.68% 92.16%
CMYK 3.83% 0.00% 4.68%
7.84%

Color #E2EBE0 in popluar number systems.

HEX E2 EB E0
Decimal 226 235 224
Binary 11100010 11101011 11100000
Octal 342 353 340

Shades and tints

Shades of #E2EBE0

#E2EBE0
(226,235,224)
#CED6CC
(206,214,204)
#BAC1B8
(186,193,184)
#A6ACA4
(166,172,164)
#929790
(146,151,144)
#7E827C
(126,130,124)
#6A6D68
(106,109,104)
#565854
(86,88,84)
#424340
(66,67,64)
#2E2E2C
(46,46,44)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #E2EBE0

#E2EBE0
(226,235,224)
#E4ECE2
(228,236,226)
#E6EDE4
(230,237,228)
#E8EEE6
(232,238,230)
#EAEFE8
(234,239,232)
#ECF0EA
(236,240,234)
#EEF1EC
(238,241,236)
#F0F2EE
(240,242,238)
#F2F3F0
(242,243,240)
#F4F4F2
(244,244,242)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EBE0 color. Also use rgb(226,235,224) instead hex code.

Text Font Color

.myTextColor { color: #E2EBE0; }

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

This text font color is #E2EBE0.

Background Color

.myBgColor { background-color: #E2EBE0; }

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

This div background color is #E2EBE0.

Border color

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

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

This div border color is #E2EBE0.

Opacity

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

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

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

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

This text has shadow with #E2EBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EBE0.

Preview

Color preview on black background

This text has color #E2EBE0 on black background.


Color preview on white background

This text has color #E2EBE0 on white background.


Black color preview on #E2EBE0 background

This text has black color on #E2EBE0 background.


White color preview on #E2EBE0 background

This text has white color on #E2EBE0 background.


Related colors

Complementary color

Complementary color for #hex is #1D141F.


I love getcolorcode.com

Triadic colors

1 #E0E2EB and #EBE0E2 with #E2EBE0 are triadic colors.

2 #E0EBE2 and #EBE2E0 with #E2EBE0 are triadic colors.