COLOR #E7F3DB

HEX: #E7F3DB
RGB: (231,243,219)

Color info

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

RGB color model

#E7F3DB color RGB value is (231,243,219).

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

RGB channels and saturation

R 231 of 255 = 91%
G 243 of 255 = 95%
B 219 of 255 = 86%

231
243
219

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

Portions of RGB colors in percentages

R + G + B =
231 + 243 + 219 = 693 (100%)
R 231 of 693 ~ 33.33%
G 243 of 693 ~ 35.06%
B 219 of 693 ~ 31.6%

%33.33
%35.06
%31.6

CMYK color model

#E7F3DB color CMYK value is (5,0,10,5).

  • cyan value is 4.94%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK:
(5,0,10,5)
C5M0Y10K5 
(5%,0%,10%,5%)
(0.05/0.00/0.10/0.05)	

CMYK percentages

%4.94
%0
%9.88
%4.71

Codes

Color #E7F3DB in popluar color models

E7F3DB
RGB231243219
HSL90°50.00%90.59%
HSB/HSV90°9.88%95.29%
CMYK4.94%0.00%9.88%
4.71%

Color #E7F3DB in popluar number systems.

HEXE7F3DB
Decimal231243219
Binary111001111111001111011011
Octal347363333

Shades and tints

Shades of #E7F3DB

#E7F3DB
(231,243,219)
#D2DDC8
(210,221,200)
#BDC7B5
(189,199,181)
#A8B1A2
(168,177,162)
#939B8F
(147,155,143)
#7E857C
(126,133,124)
#696F69
(105,111,105)
#545956
(84,89,86)
#3F4343
(63,67,67)
#2A2D30
(42,45,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #E7F3DB

#E7F3DB
(231,243,219)
#E9F4DE
(233,244,222)
#EBF5E1
(235,245,225)
#EDF6E4
(237,246,228)
#EFF7E7
(239,247,231)
#F1F8EA
(241,248,234)
#F3F9ED
(243,249,237)
#F5FAF0
(245,250,240)
#F7FBF3
(247,251,243)
#F9FCF6
(249,252,246)
#FBFDF9
(251,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F3DB color. Also use rgb(231,243,219) instead hex code.

Text Font Color

.myTextColor { color: #E7F3DB; }

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

This text font color is #E7F3DB.


Background Color

.myBgColor { background-color: #E7F3DB; }

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

This div background color is #E7F3DB.


Border color

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

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

This div border color is #E7F3DB.


Opacity

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

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

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

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

This text has shadow with #E7F3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F3DB on black background.


Color preview on white background

This text has color #E7F3DB on white background.



Black color preview on #E7F3DB background

This text has black color on #E7F3DB background.


White color preview on #E7F3DB background

This text has white color on #E7F3DB background.