COLOR #E3F1DB

HEX: #E3F1DB
RGB: (227,241,219)

Color info

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

RGB color model

#E3F1DB color RGB value is (227,241,219).

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

RGB channels and saturation

R 227 of 255 = 89%
G 241 of 255 = 95%
B 219 of 255 = 86%

227
241
219

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

Portions of RGB colors in percentages

R + G + B =
227 + 241 + 219 = 687 (100%)
R 227 of 687 ~ 33.04%
G 241 of 687 ~ 35.08%
B 219 of 687 ~ 31.88%

%33.04
%35.08
%31.88

CMYK color model

#E3F1DB color CMYK value is (6,0,9,5).

  • cyan value is 5.81%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 5.49%
CMYK:
(6,0,9,5)
C6M0Y9K5 
(6%,0%,9%,5%)
(0.06/0.00/0.09/0.05)	

CMYK percentages

%5.81
%0
%9.13
%5.49

Codes

Color #E3F1DB in popluar color models

E3F1DB
RGB227241219
HSL98°44.00%90.20%
HSB/HSV98°9.13%94.51%
CMYK5.81%0.00%9.13%
5.49%

Color #E3F1DB in popluar number systems.

HEXE3F1DB
Decimal227241219
Binary111000111111000111011011
Octal343361333

Shades and tints

Shades of #E3F1DB

#E3F1DB
(227,241,219)
#CFDCC8
(207,220,200)
#BBC7B5
(187,199,181)
#A7B2A2
(167,178,162)
#939D8F
(147,157,143)
#7F887C
(127,136,124)
#6B7369
(107,115,105)
#575E56
(87,94,86)
#434943
(67,73,67)
#2F3430
(47,52,48)
#1B1F1D
(27,31,29)
#000000
(0,0,0)

Tints of #E3F1DB

#E3F1DB
(227,241,219)
#E5F2DE
(229,242,222)
#E7F3E1
(231,243,225)
#E9F4E4
(233,244,228)
#EBF5E7
(235,245,231)
#EDF6EA
(237,246,234)
#EFF7ED
(239,247,237)
#F1F8F0
(241,248,240)
#F3F9F3
(243,249,243)
#F5FAF6
(245,250,246)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F1DB; }

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

This text font color is #E3F1DB.


Background Color

.myBgColor { background-color: #E3F1DB; }

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

This div background color is #E3F1DB.


Border color

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

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

This div border color is #E3F1DB.


Opacity

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

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

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

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

This text has shadow with #E3F1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F1DB on black background.


Color preview on white background

This text has color #E3F1DB on white background.



Black color preview on #E3F1DB background

This text has black color on #E3F1DB background.


White color preview on #E3F1DB background

This text has white color on #E3F1DB background.