COLOR #E3F1DD

HEX: #E3F1DD
RGB: (227,241,221)

Color info

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

RGB color model

#E3F1DD color RGB value is (227,241,221).

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

RGB channels and saturation

R 227 of 255 = 89%
G 241 of 255 = 95%
B 221 of 255 = 87%

227
241
221

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

Portions of RGB colors in percentages

R + G + B =
227 + 241 + 221 = 689 (100%)
R 227 of 689 ~ 32.95%
G 241 of 689 ~ 34.98%
B 221 of 689 ~ 32.08%

%32.95
%34.98
%32.08

CMYK color model

#E3F1DD color CMYK value is (6,0,8,5).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%
CMYK:
(6,0,8,5)
C6M0Y8K5 
(6%,0%,8%,5%)
(0.06/0.00/0.08/0.05)	

CMYK percentages

%5.81
%0
%8.3
%5.49

Codes

Color #E3F1DD in popluar color models

E3F1DD
RGB227241221
HSL102°41.67%90.59%
HSB/HSV102°8.30%94.51%
CMYK5.81%0.00%8.30%
5.49%

Color #E3F1DD in popluar number systems.

HEXE3F1DD
Decimal227241221
Binary111000111111000111011101
Octal343361335

Shades and tints

Shades of #E3F1DD

#E3F1DD
(227,241,221)
#CFDCC9
(207,220,201)
#BBC7B5
(187,199,181)
#A7B2A1
(167,178,161)
#939D8D
(147,157,141)
#7F8879
(127,136,121)
#6B7365
(107,115,101)
#575E51
(87,94,81)
#43493D
(67,73,61)
#2F3429
(47,52,41)
#1B1F15
(27,31,21)
#000000
(0,0,0)

Tints of #E3F1DD

#E3F1DD
(227,241,221)
#E5F2E0
(229,242,224)
#E7F3E3
(231,243,227)
#E9F4E6
(233,244,230)
#EBF5E9
(235,245,233)
#EDF6EC
(237,246,236)
#EFF7EF
(239,247,239)
#F1F8F2
(241,248,242)
#F3F9F5
(243,249,245)
#F5FAF8
(245,250,248)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F1DD; }

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

This text font color is #E3F1DD.


Background Color

.myBgColor { background-color: #E3F1DD; }

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

This div background color is #E3F1DD.


Border color

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

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

This div border color is #E3F1DD.


Opacity

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

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

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

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

This text has shadow with #E3F1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F1DD on black background.


Color preview on white background

This text has color #E3F1DD on white background.



Black color preview on #E3F1DD background

This text has black color on #E3F1DD background.


White color preview on #E3F1DD background

This text has white color on #E3F1DD background.