COLOR #E2DEC5

HEX: #E2DEC5
RGB: (226,222,197)

Color info

#E2DEC5 contains red, green and blue colors in about the same proportion. Web safe color of #E2DEC5 is #CCCCCC (or #CCC).

RGB color model

#E2DEC5 color RGB value is (226,222,197).

  • red value is 226;
  • green value is 222;
  • blue value is 197.
RGB: (226,222,197) (89%,87%,77%)

RGB channels and saturation

R 226 of 255 = 89%
G 222 of 255 = 87%
B 197 of 255 = 77%

226
222
197

R + G + B ~ 84%. #E2DEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 222 + 197 = 645 (100%)
R 226 of 645 ~ 35.04%
G 222 of 645 ~ 34.42%
B 197 of 645 ~ 30.54%

%35.04
%34.42
%30.54

CMYK color model

#E2DEC5 color CMYK value is (0,2,13,11).

  • cyan value is 0.00%
  • magenta value is 1.77%
  • yellow value is 12.83%
  • key color value is 11.37%
CMYK: (0,2,13,11) C0M2Y13K11 (0%,2%,13%,11%) (0.00/0.02/0.13/0.11)

CMYK percentages

%0
%1.77
%12.83
%11.37

Codes

Color #E2DEC5 in popluar color models

E2DEC5
RGB226222197
HSL52°33.33%82.94%
HSB/HSV52°12.83%88.63%
CMYK0.00%1.77%12.83%
11.37%

Color #E2DEC5 in popluar number systems.

HEXE2DEC5
Decimal226222197
Binary111000101101111011000101
Octal342336305

Shades and tints

Shades of #E2DEC5

#E2DEC5
(226,222,197)
#CECAB4
(206,202,180)
#BAB6A3
(186,182,163)
#A6A292
(166,162,146)
#928E81
(146,142,129)
#7E7A70
(126,122,112)
#6A665F
(106,102,95)
#56524E
(86,82,78)
#423E3D
(66,62,61)
#2E2A2C
(46,42,44)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #E2DEC5

#E2DEC5
(226,222,197)
#E4E1CA
(228,225,202)
#E6E4CF
(230,228,207)
#E8E7D4
(232,231,212)
#EAEAD9
(234,234,217)
#ECEDDE
(236,237,222)
#EEF0E3
(238,240,227)
#F0F3E8
(240,243,232)
#F2F6ED
(242,246,237)
#F4F9F2
(244,249,242)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DEC5 color. Also use rgb(226,222,197) instead hex code.

Text Font Color

.myTextColor { color: #E2DEC5; }

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

This text font color is #E2DEC5.


Background Color

.myBgColor { background-color: #E2DEC5; }

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

This div background color is #E2DEC5.


Border color

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

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

This div border color is #E2DEC5.


Opacity

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

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

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

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

This text has shadow with #E2DEC5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E2DEC5 on black background.


Color preview on white background

This text has color #E2DEC5 on white background.



Black color preview on #E2DEC5 background

This text has black color on #E2DEC5 background.


White color preview on #E2DEC5 background

This text has white color on #E2DEC5 background.