COLOR #E2EBD9

HEX: #E2EBD9
RGB: (226,235,217)

Color info

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

RGB color model

#E2EBD9 color RGB value is (226,235,217).

  • red value is 226;
  • green value is 235;
  • blue value is 217.
RGB:
(226,235,217)
(89%,92%,85%)

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 217 of 255 = 85%

226
235
217

R + G + B ~ 89%. #E2EBD9 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 235 + 217 = 678 (100%)
R 226 of 678 ~ 33.33%
G 235 of 678 ~ 34.66%
B 217 of 678 ~ 32.01%

%33.33
%34.66
%32.01

CMYK color model

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

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 7.84%
CMYK:
(4,0,8,8)
C4M0Y8K8 
(4%,0%,8%,8%)
(0.04/0.00/0.08/0.08)	

CMYK percentages

%3.83
%0
%7.66
%7.84

Codes

Color #E2EBD9 in popluar color models

E2EBD9
RGB226235217
HSL90°31.03%88.63%
HSB/HSV90°7.66%92.16%
CMYK3.83%0.00%7.66%
7.84%

Color #E2EBD9 in popluar number systems.

HEXE2EBD9
Decimal226235217
Binary111000101110101111011001
Octal342353331

Shades and tints

Shades of #E2EBD9

#E2EBD9
(226,235,217)
#CED6C6
(206,214,198)
#BAC1B3
(186,193,179)
#A6ACA0
(166,172,160)
#92978D
(146,151,141)
#7E827A
(126,130,122)
#6A6D67
(106,109,103)
#565854
(86,88,84)
#424341
(66,67,65)
#2E2E2E
(46,46,46)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #E2EBD9

#E2EBD9
(226,235,217)
#E4ECDC
(228,236,220)
#E6EDDF
(230,237,223)
#E8EEE2
(232,238,226)
#EAEFE5
(234,239,229)
#ECF0E8
(236,240,232)
#EEF1EB
(238,241,235)
#F0F2EE
(240,242,238)
#F2F3F1
(242,243,241)
#F4F4F4
(244,244,244)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EBD9; }

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

This text font color is #E2EBD9.


Background Color

.myBgColor { background-color: #E2EBD9; }

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

This div background color is #E2EBD9.


Border color

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

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

This div border color is #E2EBD9.


Opacity

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

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

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

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

This text has shadow with #E2EBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EBD9 on black background.


Color preview on white background

This text has color #E2EBD9 on white background.



Black color preview on #E2EBD9 background

This text has black color on #E2EBD9 background.


White color preview on #E2EBD9 background

This text has white color on #E2EBD9 background.