COLOR #E5FBD9

HEX: #E5FBD9 RGB: (229,251,217)

Color info

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

RGB color model

#E5FBD9 color RGB value is (229,251,217).

RGB: (229,251,217) (90%, 98%, 85%)

RGB channels and saturation

R 229 of 255 = 90%
G 251 of 255 = 98%
B 217 of 255 = 85%

229
251
217

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

Portions of RGB colors in percentages

R + G + B = 229 + 251 + 217 = 697 (100%)
R 229 of 697 ~ 32.86%
G 251 of 697 ~ 36.01%
B 217 of 697 ~ 31.13'%

%32.86
%36.01
%31.13

CMYK color model

#E5FBD9 color CMYK value is (9,0,14,2).

  • cyan value is 8.76%
  • magenta value is 0.00%
  • yellow value is 13.55%
  • key color value is 1.57%

CMYK: (9,0,14,2)
C9M0Y14K2 (9%, 0%, 14%, 2%)
(0.09 / 0.00 / 0.14 / 0.02)

CMYK percentages

%8.76
%0
%13.55
%1.57

Codes

Color #E5FBD9 in popluar color models

E5 FB D9
RGB 229 251 217
HSL 99° 80.95% 91.76%
HSB/HSV 99° 13.55% 98.43%
CMYK 8.76% 0.00% 13.55%
1.57%

Color #E5FBD9 in popluar number systems.

HEX E5 FB D9
Decimal 229 251 217
Binary 11100101 11111011 11011001
Octal 345 373 331

Shades and tints

Shades of #E5FBD9

#E5FBD9
(229,251,217)
#D1E5C6
(209,229,198)
#BDCFB3
(189,207,179)
#A9B9A0
(169,185,160)
#95A38D
(149,163,141)
#818D7A
(129,141,122)
#6D7767
(109,119,103)
#596154
(89,97,84)
#454B41
(69,75,65)
#31352E
(49,53,46)
#1D1F1B
(29,31,27)
#000000
(0,0,0)

Tints of #E5FBD9

#E5FBD9
(229,251,217)
#E7FBDC
(231,251,220)
#E9FBDF
(233,251,223)
#EBFBE2
(235,251,226)
#EDFBE5
(237,251,229)
#EFFBE8
(239,251,232)
#F1FBEB
(241,251,235)
#F3FBEE
(243,251,238)
#F5FBF1
(245,251,241)
#F7FBF4
(247,251,244)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FBD9 color. Also use rgb(229,251,217) instead hex code.

Text Font Color

.myTextColor { color: #E5FBD9; }

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

This text font color is #E5FBD9.

Background Color

.myBgColor { background-color: #E5FBD9; }

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

This div background color is #E5FBD9.

Border color

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

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

This div border color is #E5FBD9.

Opacity

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

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

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

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

This text has shadow with #E5FBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FBD9.

Preview

Color preview on black background

This text has color #E5FBD9 on black background.


Color preview on white background

This text has color #E5FBD9 on white background.


Black color preview on #E5FBD9 background

This text has black color on #E5FBD9 background.


White color preview on #E5FBD9 background

This text has white color on #E5FBD9 background.


Related colors

Complementary color

Complementary color for #hex is #1A0426.


I love getcolorcode.com

Triadic colors

1 #D9E5FB and #FBD9E5 with #E5FBD9 are triadic colors.

2 #D9FBE5 and #FBE5D9 with #E5FBD9 are triadic colors.