COLOR #E3F1D3

HEX: #E3F1D3
RGB: (227,241,211)

Color info

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

RGB color model

#E3F1D3 color RGB value is (227,241,211).

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

RGB channels and saturation

R 227 of 255 = 89%
G 241 of 255 = 95%
B 211 of 255 = 83%

227
241
211

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

Portions of RGB colors in percentages

R + G + B =
227 + 241 + 211 = 679 (100%)
R 227 of 679 ~ 33.43%
G 241 of 679 ~ 35.49%
B 211 of 679 ~ 31.08%

%33.43
%35.49
%31.08

CMYK color model

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

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • 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
%12.45
%5.49

Codes

Color #E3F1D3 in popluar color models

E3F1D3
RGB227241211
HSL88°51.72%88.63%
HSB/HSV88°12.45%94.51%
CMYK5.81%0.00%12.45%
5.49%

Color #E3F1D3 in popluar number systems.

HEXE3F1D3
Decimal227241211
Binary111000111111000111010011
Octal343361323

Shades and tints

Shades of #E3F1D3

#E3F1D3
(227,241,211)
#CFDCC0
(207,220,192)
#BBC7AD
(187,199,173)
#A7B29A
(167,178,154)
#939D87
(147,157,135)
#7F8874
(127,136,116)
#6B7361
(107,115,97)
#575E4E
(87,94,78)
#43493B
(67,73,59)
#2F3428
(47,52,40)
#1B1F15
(27,31,21)
#000000
(0,0,0)

Tints of #E3F1D3

#E3F1D3
(227,241,211)
#E5F2D7
(229,242,215)
#E7F3DB
(231,243,219)
#E9F4DF
(233,244,223)
#EBF5E3
(235,245,227)
#EDF6E7
(237,246,231)
#EFF7EB
(239,247,235)
#F1F8EF
(241,248,239)
#F3F9F3
(243,249,243)
#F5FAF7
(245,250,247)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F1D3; }

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

This text font color is #E3F1D3.


Background Color

.myBgColor { background-color: #E3F1D3; }

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

This div background color is #E3F1D3.


Border color

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

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

This div border color is #E3F1D3.


Opacity

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

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

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

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

This text has shadow with #E3F1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F1D3 on black background.


Color preview on white background

This text has color #E3F1D3 on white background.



Black color preview on #E3F1D3 background

This text has black color on #E3F1D3 background.


White color preview on #E3F1D3 background

This text has white color on #E3F1D3 background.