COLOR #E5F3DD

HEX: #E5F3DD RGB: (229,243,221)

Color info

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

RGB color model

#E5F3DD color RGB value is (229,243,221).

RGB: (229,243,221) (90%, 95%, 87%)

RGB channels and saturation

R 229 of 255 = 90%
G 243 of 255 = 95%
B 221 of 255 = 87%

229
243
221

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

Portions of RGB colors in percentages

R + G + B = 229 + 243 + 221 = 693 (100%)
R 229 of 693 ~ 33.04%
G 243 of 693 ~ 35.06%
B 221 of 693 ~ 31.89'%

%33.04
%35.06
%31.89

CMYK color model

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

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%

CMYK: (6,0,9,5)
C6M0Y9K5 (6%, 0%, 9%, 5%)
(0.06 / 0.00 / 0.09 / 0.05)

CMYK percentages

%5.76
%0
%9.05
%4.71

Codes

Color #E5F3DD in popluar color models

E5 F3 DD
RGB 229 243 221
HSL 98° 47.83% 90.98%
HSB/HSV 98° 9.05% 95.29%
CMYK 5.76% 0.00% 9.05%
4.71%

Color #E5F3DD in popluar number systems.

HEX E5 F3 DD
Decimal 229 243 221
Binary 11100101 11110011 11011101
Octal 345 363 335

Shades and tints

Shades of #E5F3DD

#E5F3DD
(229,243,221)
#D1DDC9
(209,221,201)
#BDC7B5
(189,199,181)
#A9B1A1
(169,177,161)
#959B8D
(149,155,141)
#818579
(129,133,121)
#6D6F65
(109,111,101)
#595951
(89,89,81)
#45433D
(69,67,61)
#312D29
(49,45,41)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #E5F3DD

#E5F3DD
(229,243,221)
#E7F4E0
(231,244,224)
#E9F5E3
(233,245,227)
#EBF6E6
(235,246,230)
#EDF7E9
(237,247,233)
#EFF8EC
(239,248,236)
#F1F9EF
(241,249,239)
#F3FAF2
(243,250,242)
#F5FBF5
(245,251,245)
#F7FCF8
(247,252,248)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F3DD; }

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

This text font color is #E5F3DD.

Background Color

.myBgColor { background-color: #E5F3DD; }

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

This div background color is #E5F3DD.

Border color

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

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

This div border color is #E5F3DD.

Opacity

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

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

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

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

This text has shadow with #E5F3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F3DD.

Preview

Color preview on black background

This text has color #E5F3DD on black background.


Color preview on white background

This text has color #E5F3DD on white background.


Black color preview on #E5F3DD background

This text has black color on #E5F3DD background.


White color preview on #E5F3DD background

This text has white color on #E5F3DD background.


Related colors

Complementary color

Complementary color for #hex is #1A0C22.


I love getcolorcode.com

Triadic colors

1 #DDE5F3 and #F3DDE5 with #E5F3DD are triadic colors.

2 #DDF3E5 and #F3E5DD with #E5F3DD are triadic colors.