COLOR #E2E2DD

HEX: #E2E2DD
RGB: (226,226,221)

Color info

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

RGB color model

#E2E2DD color RGB value is (226,226,221).

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

RGB channels and saturation

R 226 of 255 = 89%
G 226 of 255 = 89%
B 221 of 255 = 87%

226
226
221

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

Portions of RGB colors in percentages

R + G + B =
226 + 226 + 221 = 673 (100%)
R 226 of 673 ~ 33.58%
G 226 of 673 ~ 33.58%
B 221 of 673 ~ 32.84%

%33.58
%33.58
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 11.37%
CMYK:
(0,0,2,11)
C0M0Y2K11 
(0%,0%,2%,11%)
(0.00/0.00/0.02/0.11)	

CMYK percentages

%0
%0
%2.21
%11.37

Codes

Color #E2E2DD in popluar color models

E2E2DD
RGB226226221
HSL60°7.94%87.65%
HSB/HSV60°2.21%88.63%
CMYK0.00%0.00%2.21%
11.37%

Color #E2E2DD in popluar number systems.

HEXE2E2DD
Decimal226226221
Binary111000101110001011011101
Octal342342335

Shades and tints

Shades of #E2E2DD

#E2E2DD
(226,226,221)
#CECEC9
(206,206,201)
#BABAB5
(186,186,181)
#A6A6A1
(166,166,161)
#92928D
(146,146,141)
#7E7E79
(126,126,121)
#6A6A65
(106,106,101)
#565651
(86,86,81)
#42423D
(66,66,61)
#2E2E29
(46,46,41)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #E2E2DD

#E2E2DD
(226,226,221)
#E4E4E0
(228,228,224)
#E6E6E3
(230,230,227)
#E8E8E6
(232,232,230)
#EAEAE9
(234,234,233)
#ECECEC
(236,236,236)
#EEEEEF
(238,238,239)
#F0F0F2
(240,240,242)
#F2F2F5
(242,242,245)
#F4F4F8
(244,244,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E2DD; }

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

This text font color is #E2E2DD.


Background Color

.myBgColor { background-color: #E2E2DD; }

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

This div background color is #E2E2DD.


Border color

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

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

This div border color is #E2E2DD.


Opacity

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

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

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

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

This text has shadow with #E2E2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E2DD on black background.


Color preview on white background

This text has color #E2E2DD on white background.



Black color preview on #E2E2DD background

This text has black color on #E2E2DD background.


White color preview on #E2E2DD background

This text has white color on #E2E2DD background.