COLOR #E2E3E1

HEX: #E2E3E1
RGB: (226,227,225)

Color info

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

RGB color model

#E2E3E1 color RGB value is (226,227,225).

  • red value is 226;
  • green value is 227;
  • blue value is 225.
RGB:
(226,227,225)
(89%,89%,88%)

RGB channels and saturation

R 226 of 255 = 89%
G 227 of 255 = 89%
B 225 of 255 = 88%

226
227
225

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

Portions of RGB colors in percentages

R + G + B =
226 + 227 + 225 = 678 (100%)
R 226 of 678 ~ 33.33%
G 227 of 678 ~ 33.48%
B 225 of 678 ~ 33.19%

%33.33
%33.48
%33.19

CMYK color model

#E2E3E1 color CMYK value is (0,0,1,11).

  • cyan value is 0.44%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(0,0,1,11)
C0M0Y1K11 
(0%,0%,1%,11%)
(0.00/0.00/0.01/0.11)	

CMYK percentages

%0.44
%0
%0.88
%10.98

Codes

Color #E2E3E1 in popluar color models

E2E3E1
RGB226227225
HSL90°3.45%88.63%
HSB/HSV90°0.88%89.02%
CMYK0.44%0.00%0.88%
10.98%

Color #E2E3E1 in popluar number systems.

HEXE2E3E1
Decimal226227225
Binary111000101110001111100001
Octal342343341

Shades and tints

Shades of #E2E3E1

#E2E3E1
(226,227,225)
#CECFCD
(206,207,205)
#BABBB9
(186,187,185)
#A6A7A5
(166,167,165)
#929391
(146,147,145)
#7E7F7D
(126,127,125)
#6A6B69
(106,107,105)
#565755
(86,87,85)
#424341
(66,67,65)
#2E2F2D
(46,47,45)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #E2E3E1

#E2E3E1
(226,227,225)
#E4E5E3
(228,229,227)
#E6E7E5
(230,231,229)
#E8E9E7
(232,233,231)
#EAEBE9
(234,235,233)
#ECEDEB
(236,237,235)
#EEEFED
(238,239,237)
#F0F1EF
(240,241,239)
#F2F3F1
(242,243,241)
#F4F5F3
(244,245,243)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E3E1; }

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

This text font color is #E2E3E1.


Background Color

.myBgColor { background-color: #E2E3E1; }

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

This div background color is #E2E3E1.


Border color

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

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

This div border color is #E2E3E1.


Opacity

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

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

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

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

This text has shadow with #E2E3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E3E1 on black background.


Color preview on white background

This text has color #E2E3E1 on white background.



Black color preview on #E2E3E1 background

This text has black color on #E2E3E1 background.


White color preview on #E2E3E1 background

This text has white color on #E2E3E1 background.