COLOR #E3F5DE

HEX: #E3F5DE
RGB: (227,245,222)

Color info

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

RGB color model

#E3F5DE color RGB value is (227,245,222).

  • red value is 227;
  • green value is 245;
  • blue value is 222.
RGB:
(227,245,222)
(89%,96%,87%)

RGB channels and saturation

R 227 of 255 = 89%
G 245 of 255 = 96%
B 222 of 255 = 87%

227
245
222

R + G + B ~ 91%. #E3F5DE is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 245 + 222 = 694 (100%)
R 227 of 694 ~ 32.71%
G 245 of 694 ~ 35.3%
B 222 of 694 ~ 31.99%

%32.71
%35.3
%31.99

CMYK color model

#E3F5DE color CMYK value is (7,0,9,4).

  • cyan value is 7.35%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(7,0,9,4)
C7M0Y9K4 
(7%,0%,9%,4%)
(0.07/0.00/0.09/0.04)	

CMYK percentages

%7.35
%0
%9.39
%3.92

Codes

Color #E3F5DE in popluar color models

E3F5DE
RGB227245222
HSL107°53.49%91.57%
HSB/HSV107°9.39%96.08%
CMYK7.35%0.00%9.39%
3.92%

Color #E3F5DE in popluar number systems.

HEXE3F5DE
Decimal227245222
Binary111000111111010111011110
Octal343365336

Shades and tints

Shades of #E3F5DE

#E3F5DE
(227,245,222)
#CFDFCA
(207,223,202)
#BBC9B6
(187,201,182)
#A7B3A2
(167,179,162)
#939D8E
(147,157,142)
#7F877A
(127,135,122)
#6B7166
(107,113,102)
#575B52
(87,91,82)
#43453E
(67,69,62)
#2F2F2A
(47,47,42)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #E3F5DE

#E3F5DE
(227,245,222)
#E5F5E1
(229,245,225)
#E7F5E4
(231,245,228)
#E9F5E7
(233,245,231)
#EBF5EA
(235,245,234)
#EDF5ED
(237,245,237)
#EFF5F0
(239,245,240)
#F1F5F3
(241,245,243)
#F3F5F6
(243,245,246)
#F5F5F9
(245,245,249)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F5DE color. Also use rgb(227,245,222) instead hex code.

Text Font Color

.myTextColor { color: #E3F5DE; }

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

This text font color is #E3F5DE.


Background Color

.myBgColor { background-color: #E3F5DE; }

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

This div background color is #E3F5DE.


Border color

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

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

This div border color is #E3F5DE.


Opacity

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

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

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

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

This text has shadow with #E3F5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F5DE on black background.


Color preview on white background

This text has color #E3F5DE on white background.



Black color preview on #E3F5DE background

This text has black color on #E3F5DE background.


White color preview on #E3F5DE background

This text has white color on #E3F5DE background.