COLOR #E2EBD6

HEX: #E2EBD6
RGB: (226,235,214)

Color info

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

RGB color model

#E2EBD6 color RGB value is (226,235,214).

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

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 214 of 255 = 84%

226
235
214

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

Portions of RGB colors in percentages

R + G + B =
226 + 235 + 214 = 675 (100%)
R 226 of 675 ~ 33.48%
G 235 of 675 ~ 34.81%
B 214 of 675 ~ 31.7%

%33.48
%34.81
%31.7

CMYK color model

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

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 7.84%
CMYK:
(4,0,9,8)
C4M0Y9K8 
(4%,0%,9%,8%)
(0.04/0.00/0.09/0.08)	

CMYK percentages

%3.83
%0
%8.94
%7.84

Codes

Color #E2EBD6 in popluar color models

E2EBD6
RGB226235214
HSL86°34.43%88.04%
HSB/HSV86°8.94%92.16%
CMYK3.83%0.00%8.94%
7.84%

Color #E2EBD6 in popluar number systems.

HEXE2EBD6
Decimal226235214
Binary111000101110101111010110
Octal342353326

Shades and tints

Shades of #E2EBD6

#E2EBD6
(226,235,214)
#CED6C3
(206,214,195)
#BAC1B0
(186,193,176)
#A6AC9D
(166,172,157)
#92978A
(146,151,138)
#7E8277
(126,130,119)
#6A6D64
(106,109,100)
#565851
(86,88,81)
#42433E
(66,67,62)
#2E2E2B
(46,46,43)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #E2EBD6

#E2EBD6
(226,235,214)
#E4ECD9
(228,236,217)
#E6EDDC
(230,237,220)
#E8EEDF
(232,238,223)
#EAEFE2
(234,239,226)
#ECF0E5
(236,240,229)
#EEF1E8
(238,241,232)
#F0F2EB
(240,242,235)
#F2F3EE
(242,243,238)
#F4F4F1
(244,244,241)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EBD6; }

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

This text font color is #E2EBD6.


Background Color

.myBgColor { background-color: #E2EBD6; }

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

This div background color is #E2EBD6.


Border color

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

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

This div border color is #E2EBD6.


Opacity

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

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

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

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

This text has shadow with #E2EBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EBD6 on black background.


Color preview on white background

This text has color #E2EBD6 on white background.



Black color preview on #E2EBD6 background

This text has black color on #E2EBD6 background.


White color preview on #E2EBD6 background

This text has white color on #E2EBD6 background.