COLOR #E5FBE3

HEX: #E5FBE3 RGB: (229,251,227)

Color info

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

RGB color model

#E5FBE3 color RGB value is (229,251,227).

RGB: (229,251,227) (90%, 98%, 89%)

RGB channels and saturation

R 229 of 255 = 90%
G 251 of 255 = 98%
B 227 of 255 = 89%

229
251
227

R + G + B ~ 92%. #E5FBE3 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 251 + 227 = 707 (100%)
R 229 of 707 ~ 32.39%
G 251 of 707 ~ 35.5%
B 227 of 707 ~ 32.11'%

%32.39
%35.5
%32.11

CMYK color model

#E5FBE3 color CMYK value is (9,0,10,2).

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

CMYK: (9,0,10,2)
C9M0Y10K2 (9%, 0%, 10%, 2%)
(0.09 / 0.00 / 0.10 / 0.02)

CMYK percentages

%8.76
%0
%9.56
%1.57

Codes

Color #E5FBE3 in popluar color models

E5 FB E3
RGB 229 251 227
HSL 115° 75.00% 93.73%
HSB/HSV 115° 9.56% 98.43%
CMYK 8.76% 0.00% 9.56%
1.57%

Color #E5FBE3 in popluar number systems.

HEX E5 FB E3
Decimal 229 251 227
Binary 11100101 11111011 11100011
Octal 345 373 343

Shades and tints

Shades of #E5FBE3

#E5FBE3
(229,251,227)
#D1E5CF
(209,229,207)
#BDCFBB
(189,207,187)
#A9B9A7
(169,185,167)
#95A393
(149,163,147)
#818D7F
(129,141,127)
#6D776B
(109,119,107)
#596157
(89,97,87)
#454B43
(69,75,67)
#31352F
(49,53,47)
#1D1F1B
(29,31,27)
#000000
(0,0,0)

Tints of #E5FBE3

#E5FBE3
(229,251,227)
#E7FBE5
(231,251,229)
#E9FBE7
(233,251,231)
#EBFBE9
(235,251,233)
#EDFBEB
(237,251,235)
#EFFBED
(239,251,237)
#F1FBEF
(241,251,239)
#F3FBF1
(243,251,241)
#F5FBF3
(245,251,243)
#F7FBF5
(247,251,245)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FBE3; }

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

This text font color is #E5FBE3.

Background Color

.myBgColor { background-color: #E5FBE3; }

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

This div background color is #E5FBE3.

Border color

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

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

This div border color is #E5FBE3.

Opacity

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

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

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

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

This text has shadow with #E5FBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FBE3.

Preview

Color preview on black background

This text has color #E5FBE3 on black background.


Color preview on white background

This text has color #E5FBE3 on white background.


Black color preview on #E5FBE3 background

This text has black color on #E5FBE3 background.


White color preview on #E5FBE3 background

This text has white color on #E5FBE3 background.


Related colors

Complementary color

Complementary color for #hex is #1A041C.


I love getcolorcode.com

Triadic colors

1 #E3E5FB and #FBE3E5 with #E5FBE3 are triadic colors.

2 #E3FBE5 and #FBE5E3 with #E5FBE3 are triadic colors.