COLOR #E3EDE2

HEX: #E3EDE2
RGB: (227,237,226)

Color info

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

RGB color model

#E3EDE2 color RGB value is (227,237,226).

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

RGB channels and saturation

R 227 of 255 = 89%
G 237 of 255 = 93%
B 226 of 255 = 89%

227
237
226

R + G + B ~ 90%. #E3EDE2 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 237 + 226 = 690 (100%)
R 227 of 690 ~ 32.9%
G 237 of 690 ~ 34.35%
B 226 of 690 ~ 32.75%

%32.9
%34.35
%32.75

CMYK color model

#E3EDE2 color CMYK value is (4,0,5,7).

  • cyan value is 4.22%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 7.06%
CMYK:
(4,0,5,7)
C4M0Y5K7 
(4%,0%,5%,7%)
(0.04/0.00/0.05/0.07)	

CMYK percentages

%4.22
%0
%4.64
%7.06

Codes

Color #E3EDE2 in popluar color models

E3EDE2
RGB227237226
HSL115°23.40%90.78%
HSB/HSV115°4.64%92.94%
CMYK4.22%0.00%4.64%
7.06%

Color #E3EDE2 in popluar number systems.

HEXE3EDE2
Decimal227237226
Binary111000111110110111100010
Octal343355342

Shades and tints

Shades of #E3EDE2

#E3EDE2
(227,237,226)
#CFD8CE
(207,216,206)
#BBC3BA
(187,195,186)
#A7AEA6
(167,174,166)
#939992
(147,153,146)
#7F847E
(127,132,126)
#6B6F6A
(107,111,106)
#575A56
(87,90,86)
#434542
(67,69,66)
#2F302E
(47,48,46)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #E3EDE2

#E3EDE2
(227,237,226)
#E5EEE4
(229,238,228)
#E7EFE6
(231,239,230)
#E9F0E8
(233,240,232)
#EBF1EA
(235,241,234)
#EDF2EC
(237,242,236)
#EFF3EE
(239,243,238)
#F1F4F0
(241,244,240)
#F3F5F2
(243,245,242)
#F5F6F4
(245,246,244)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EDE2; }

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

This text font color is #E3EDE2.


Background Color

.myBgColor { background-color: #E3EDE2; }

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

This div background color is #E3EDE2.


Border color

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

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

This div border color is #E3EDE2.


Opacity

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

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

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

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

This text has shadow with #E3EDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EDE2 on black background.


Color preview on white background

This text has color #E3EDE2 on white background.



Black color preview on #E3EDE2 background

This text has black color on #E3EDE2 background.


White color preview on #E3EDE2 background

This text has white color on #E3EDE2 background.