COLOR #E4FBE5

HEX: #E4FBE5 RGB: (228,251,229)

Color info

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

RGB color model

#E4FBE5 color RGB value is (228,251,229).

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

RGB channels and saturation

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

228
251
229

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

Portions of RGB colors in percentages

R + G + B = 228 + 251 + 229 = 708 (100%)
R 228 of 708 ~ 32.2%
G 251 of 708 ~ 35.45%
B 229 of 708 ~ 32.34'%

%32.2
%35.45
%32.34

CMYK color model

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

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

CMYK: (9,0,9,2)
C9M0Y9K2 (9%, 0%, 9%, 2%)
(0.09 / 0.00 / 0.09 / 0.02)

CMYK percentages

%9.16
%0
%8.76
%1.57

Codes

Color #E4FBE5 in popluar color models

E4 FB E5
RGB 228 251 229
HSL 123° 74.19% 93.92%
HSB/HSV 123° 9.16% 98.43%
CMYK 9.16% 0.00% 8.76%
1.57%

Color #E4FBE5 in popluar number systems.

HEX E4 FB E5
Decimal 228 251 229
Binary 11100100 11111011 11100101
Octal 344 373 345

Shades and tints

Shades of #E4FBE5

#E4FBE5
(228,251,229)
#D0E5D1
(208,229,209)
#BCCFBD
(188,207,189)
#A8B9A9
(168,185,169)
#94A395
(148,163,149)
#808D81
(128,141,129)
#6C776D
(108,119,109)
#586159
(88,97,89)
#444B45
(68,75,69)
#303531
(48,53,49)
#1C1F1D
(28,31,29)
#000000
(0,0,0)

Tints of #E4FBE5

#E4FBE5
(228,251,229)
#E6FBE7
(230,251,231)
#E8FBE9
(232,251,233)
#EAFBEB
(234,251,235)
#ECFBED
(236,251,237)
#EEFBEF
(238,251,239)
#F0FBF1
(240,251,241)
#F2FBF3
(242,251,243)
#F4FBF5
(244,251,245)
#F6FBF7
(246,251,247)
#F8FBF9
(248,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FBE5; }

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

This text font color is #E4FBE5.

Background Color

.myBgColor { background-color: #E4FBE5; }

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

This div background color is #E4FBE5.

Border color

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

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

This div border color is #E4FBE5.

Opacity

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

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

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

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

This text has shadow with #E4FBE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FBE5.

Preview

Color preview on black background

This text has color #E4FBE5 on black background.


Color preview on white background

This text has color #E4FBE5 on white background.


Black color preview on #E4FBE5 background

This text has black color on #E4FBE5 background.


White color preview on #E4FBE5 background

This text has white color on #E4FBE5 background.


Related colors

Complementary color

Complementary color for #hex is #1B041A.


I love getcolorcode.com

Triadic colors

1 #E5E4FB and #FBE5E4 with #E4FBE5 are triadic colors.

2 #E5FBE4 and #FBE4E5 with #E4FBE5 are triadic colors.