COLOR #E2EBD0

HEX: #E2EBD0
RGB: (226,235,208)

Color info

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

RGB color model

#E2EBD0 color RGB value is (226,235,208).

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

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 208 of 255 = 82%

226
235
208

R + G + B ~ 88%. #E2EBD0 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 235 + 208 = 669 (100%)
R 226 of 669 ~ 33.78%
G 235 of 669 ~ 35.13%
B 208 of 669 ~ 31.09%

%33.78
%35.13
%31.09

CMYK color model

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

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 7.84%
CMYK:
(4,0,11,8)
C4M0Y11K8 
(4%,0%,11%,8%)
(0.04/0.00/0.11/0.08)	

CMYK percentages

%3.83
%0
%11.49
%7.84

Codes

Color #E2EBD0 in popluar color models

E2EBD0
RGB226235208
HSL80°40.30%86.86%
HSB/HSV80°11.49%92.16%
CMYK3.83%0.00%11.49%
7.84%

Color #E2EBD0 in popluar number systems.

HEXE2EBD0
Decimal226235208
Binary111000101110101111010000
Octal342353320

Shades and tints

Shades of #E2EBD0

#E2EBD0
(226,235,208)
#CED6BE
(206,214,190)
#BAC1AC
(186,193,172)
#A6AC9A
(166,172,154)
#929788
(146,151,136)
#7E8276
(126,130,118)
#6A6D64
(106,109,100)
#565852
(86,88,82)
#424340
(66,67,64)
#2E2E2E
(46,46,46)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #E2EBD0

#E2EBD0
(226,235,208)
#E4ECD4
(228,236,212)
#E6EDD8
(230,237,216)
#E8EEDC
(232,238,220)
#EAEFE0
(234,239,224)
#ECF0E4
(236,240,228)
#EEF1E8
(238,241,232)
#F0F2EC
(240,242,236)
#F2F3F0
(242,243,240)
#F4F4F4
(244,244,244)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EBD0; }

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

This text font color is #E2EBD0.


Background Color

.myBgColor { background-color: #E2EBD0; }

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

This div background color is #E2EBD0.


Border color

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

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

This div border color is #E2EBD0.


Opacity

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

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

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

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

This text has shadow with #E2EBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EBD0 on black background.


Color preview on white background

This text has color #E2EBD0 on white background.



Black color preview on #E2EBD0 background

This text has black color on #E2EBD0 background.


White color preview on #E2EBD0 background

This text has white color on #E2EBD0 background.