COLOR #E8F1DB

HEX: #E8F1DB
RGB: (232,241,219)

Color info

#E8F1DB contains red, green and blue colors in about the same proportion. Web safe color of #E8F1DB is #FFFFCC (or #FFC).

RGB color model

#E8F1DB color RGB value is (232,241,219).

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

RGB channels and saturation

R 232 of 255 = 91%
G 241 of 255 = 95%
B 219 of 255 = 86%

232
241
219

R + G + B ~ 91%. #E8F1DB is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 241 + 219 = 692 (100%)
R 232 of 692 ~ 33.53%
G 241 of 692 ~ 34.83%
B 219 of 692 ~ 31.65%

%33.53
%34.83
%31.65

CMYK color model

#E8F1DB color CMYK value is (4,0,9,5).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 5.49%
CMYK:
(4,0,9,5)
C4M0Y9K5 
(4%,0%,9%,5%)
(0.04/0.00/0.09/0.05)	

CMYK percentages

%3.73
%0
%9.13
%5.49

Codes

Color #E8F1DB in popluar color models

E8F1DB
RGB232241219
HSL85°44.00%90.20%
HSB/HSV85°9.13%94.51%
CMYK3.73%0.00%9.13%
5.49%

Color #E8F1DB in popluar number systems.

HEXE8F1DB
Decimal232241219
Binary111010001111000111011011
Octal350361333

Shades and tints

Shades of #E8F1DB

#E8F1DB
(232,241,219)
#D3DCC8
(211,220,200)
#BEC7B5
(190,199,181)
#A9B2A2
(169,178,162)
#949D8F
(148,157,143)
#7F887C
(127,136,124)
#6A7369
(106,115,105)
#555E56
(85,94,86)
#404943
(64,73,67)
#2B3430
(43,52,48)
#161F1D
(22,31,29)
#000000
(0,0,0)

Tints of #E8F1DB

#E8F1DB
(232,241,219)
#EAF2DE
(234,242,222)
#ECF3E1
(236,243,225)
#EEF4E4
(238,244,228)
#F0F5E7
(240,245,231)
#F2F6EA
(242,246,234)
#F4F7ED
(244,247,237)
#F6F8F0
(246,248,240)
#F8F9F3
(248,249,243)
#FAFAF6
(250,250,246)
#FCFBF9
(252,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8F1DB; }

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

This text font color is #E8F1DB.


Background Color

.myBgColor { background-color: #E8F1DB; }

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

This div background color is #E8F1DB.


Border color

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

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

This div border color is #E8F1DB.


Opacity

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

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

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

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

This text has shadow with #E8F1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F1DB on black background.


Color preview on white background

This text has color #E8F1DB on white background.



Black color preview on #E8F1DB background

This text has black color on #E8F1DB background.


White color preview on #E8F1DB background

This text has white color on #E8F1DB background.