COLOR #E5F6DD

HEX: #E5F6DD
RGB: (229,246,221)

Color info

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

RGB color model

#E5F6DD color RGB value is (229,246,221).

  • red value is 229;
  • green value is 246;
  • blue value is 221.
RGB:
(229,246,221)
(90%,96%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 246 of 255 = 96%
B 221 of 255 = 87%

229
246
221

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

Portions of RGB colors in percentages

R + G + B =
229 + 246 + 221 = 696 (100%)
R 229 of 696 ~ 32.9%
G 246 of 696 ~ 35.34%
B 221 of 696 ~ 31.75%

%32.9
%35.34
%31.75

CMYK color model

#E5F6DD color CMYK value is (7,0,10,4).

  • cyan value is 6.91%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 3.53%
CMYK:
(7,0,10,4)
C7M0Y10K4 
(7%,0%,10%,4%)
(0.07/0.00/0.10/0.04)	

CMYK percentages

%6.91
%0
%10.16
%3.53

Codes

Color #E5F6DD in popluar color models

E5F6DD
RGB229246221
HSL101°58.14%91.57%
HSB/HSV101°10.16%96.47%
CMYK6.91%0.00%10.16%
3.53%

Color #E5F6DD in popluar number systems.

HEXE5F6DD
Decimal229246221
Binary111001011111011011011101
Octal345366335

Shades and tints

Shades of #E5F6DD

#E5F6DD
(229,246,221)
#D1E0C9
(209,224,201)
#BDCAB5
(189,202,181)
#A9B4A1
(169,180,161)
#959E8D
(149,158,141)
#818879
(129,136,121)
#6D7265
(109,114,101)
#595C51
(89,92,81)
#45463D
(69,70,61)
#313029
(49,48,41)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #E5F6DD

#E5F6DD
(229,246,221)
#E7F6E0
(231,246,224)
#E9F6E3
(233,246,227)
#EBF6E6
(235,246,230)
#EDF6E9
(237,246,233)
#EFF6EC
(239,246,236)
#F1F6EF
(241,246,239)
#F3F6F2
(243,246,242)
#F5F6F5
(245,246,245)
#F7F6F8
(247,246,248)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F6DD color. Also use rgb(229,246,221) instead hex code.

Text Font Color

.myTextColor { color: #E5F6DD; }

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

This text font color is #E5F6DD.


Background Color

.myBgColor { background-color: #E5F6DD; }

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

This div background color is #E5F6DD.


Border color

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

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

This div border color is #E5F6DD.


Opacity

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

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

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

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

This text has shadow with #E5F6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F6DD on black background.


Color preview on white background

This text has color #E5F6DD on white background.



Black color preview on #E5F6DD background

This text has black color on #E5F6DD background.


White color preview on #E5F6DD background

This text has white color on #E5F6DD background.