COLOR #E3F0DB

HEX: #E3F0DB
RGB: (227,240,219)

Color info

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

RGB color model

#E3F0DB color RGB value is (227,240,219).

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

RGB channels and saturation

R 227 of 255 = 89%
G 240 of 255 = 94%
B 219 of 255 = 86%

227
240
219

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

Portions of RGB colors in percentages

R + G + B =
227 + 240 + 219 = 686 (100%)
R 227 of 686 ~ 33.09%
G 240 of 686 ~ 34.99%
B 219 of 686 ~ 31.92%

%33.09
%34.99
%31.92

CMYK color model

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

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 5.88%
CMYK:
(5,0,9,6)
C5M0Y9K6 
(5%,0%,9%,6%)
(0.05/0.00/0.09/0.06)	

CMYK percentages

%5.42
%0
%8.75
%5.88

Codes

Color #E3F0DB in popluar color models

E3F0DB
RGB227240219
HSL97°41.18%90.00%
HSB/HSV97°8.75%94.12%
CMYK5.42%0.00%8.75%
5.88%

Color #E3F0DB in popluar number systems.

HEXE3F0DB
Decimal227240219
Binary111000111111000011011011
Octal343360333

Shades and tints

Shades of #E3F0DB

#E3F0DB
(227,240,219)
#CFDBC8
(207,219,200)
#BBC6B5
(187,198,181)
#A7B1A2
(167,177,162)
#939C8F
(147,156,143)
#7F877C
(127,135,124)
#6B7269
(107,114,105)
#575D56
(87,93,86)
#434843
(67,72,67)
#2F3330
(47,51,48)
#1B1E1D
(27,30,29)
#000000
(0,0,0)

Tints of #E3F0DB

#E3F0DB
(227,240,219)
#E5F1DE
(229,241,222)
#E7F2E1
(231,242,225)
#E9F3E4
(233,243,228)
#EBF4E7
(235,244,231)
#EDF5EA
(237,245,234)
#EFF6ED
(239,246,237)
#F1F7F0
(241,247,240)
#F3F8F3
(243,248,243)
#F5F9F6
(245,249,246)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F0DB; }

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

This text font color is #E3F0DB.


Background Color

.myBgColor { background-color: #E3F0DB; }

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

This div background color is #E3F0DB.


Border color

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

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

This div border color is #E3F0DB.


Opacity

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

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

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

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

This text has shadow with #E3F0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F0DB on black background.


Color preview on white background

This text has color #E3F0DB on white background.



Black color preview on #E3F0DB background

This text has black color on #E3F0DB background.


White color preview on #E3F0DB background

This text has white color on #E3F0DB background.