COLOR #E3F1D5

HEX: #E3F1D5
RGB: (227,241,213)

Color info

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

RGB color model

#E3F1D5 color RGB value is (227,241,213).

  • red value is 227;
  • green value is 241;
  • blue value is 213.
RGB:
(227,241,213)
(89%,95%,84%)

RGB channels and saturation

R 227 of 255 = 89%
G 241 of 255 = 95%
B 213 of 255 = 84%

227
241
213

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

Portions of RGB colors in percentages

R + G + B =
227 + 241 + 213 = 681 (100%)
R 227 of 681 ~ 33.33%
G 241 of 681 ~ 35.39%
B 213 of 681 ~ 31.28%

%33.33
%35.39
%31.28

CMYK color model

#E3F1D5 color CMYK value is (6,0,12,5).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 5.49%
CMYK:
(6,0,12,5)
C6M0Y12K5 
(6%,0%,12%,5%)
(0.06/0.00/0.12/0.05)	

CMYK percentages

%5.81
%0
%11.62
%5.49

Codes

Color #E3F1D5 in popluar color models

E3F1D5
RGB227241213
HSL90°50.00%89.02%
HSB/HSV90°11.62%94.51%
CMYK5.81%0.00%11.62%
5.49%

Color #E3F1D5 in popluar number systems.

HEXE3F1D5
Decimal227241213
Binary111000111111000111010101
Octal343361325

Shades and tints

Shades of #E3F1D5

#E3F1D5
(227,241,213)
#CFDCC2
(207,220,194)
#BBC7AF
(187,199,175)
#A7B29C
(167,178,156)
#939D89
(147,157,137)
#7F8876
(127,136,118)
#6B7363
(107,115,99)
#575E50
(87,94,80)
#43493D
(67,73,61)
#2F342A
(47,52,42)
#1B1F17
(27,31,23)
#000000
(0,0,0)

Tints of #E3F1D5

#E3F1D5
(227,241,213)
#E5F2D8
(229,242,216)
#E7F3DB
(231,243,219)
#E9F4DE
(233,244,222)
#EBF5E1
(235,245,225)
#EDF6E4
(237,246,228)
#EFF7E7
(239,247,231)
#F1F8EA
(241,248,234)
#F3F9ED
(243,249,237)
#F5FAF0
(245,250,240)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F1D5 color. Also use rgb(227,241,213) instead hex code.

Text Font Color

.myTextColor { color: #E3F1D5; }

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

This text font color is #E3F1D5.


Background Color

.myBgColor { background-color: #E3F1D5; }

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

This div background color is #E3F1D5.


Border color

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

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

This div border color is #E3F1D5.


Opacity

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

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

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

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

This text has shadow with #E3F1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F1D5 on black background.


Color preview on white background

This text has color #E3F1D5 on white background.



Black color preview on #E3F1D5 background

This text has black color on #E3F1D5 background.


White color preview on #E3F1D5 background

This text has white color on #E3F1D5 background.