COLOR #E4FBEA

HEX: #E4FBEA RGB: (228,251,234)

Color info

#E4FBEA contains red, green and blue colors in about the same proportion. Web safe color of #E4FBEA is #CCFFFF (or #CFF).

RGB color model

#E4FBEA color RGB value is (228,251,234).

RGB: (228,251,234) (89%, 98%, 92%)

RGB channels and saturation

R 228 of 255 = 89%
G 251 of 255 = 98%
B 234 of 255 = 92%

228
251
234

R + G + B ~ 93%. #E4FBEA is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 251 + 234 = 713 (100%)
R 228 of 713 ~ 31.98%
G 251 of 713 ~ 35.2%
B 234 of 713 ~ 32.82'%

%31.98
%35.2
%32.82

CMYK color model

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

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

CMYK: (9,0,7,2)
C9M0Y7K2 (9%, 0%, 7%, 2%)
(0.09 / 0.00 / 0.07 / 0.02)

CMYK percentages

%9.16
%0
%6.77
%1.57

Codes

Color #E4FBEA in popluar color models

E4 FB EA
RGB 228 251 234
HSL 136° 74.19% 93.92%
HSB/HSV 136° 9.16% 98.43%
CMYK 9.16% 0.00% 6.77%
1.57%

Color #E4FBEA in popluar number systems.

HEX E4 FB EA
Decimal 228 251 234
Binary 11100100 11111011 11101010
Octal 344 373 352

Shades and tints

Shades of #E4FBEA

#E4FBEA
(228,251,234)
#D0E5D5
(208,229,213)
#BCCFC0
(188,207,192)
#A8B9AB
(168,185,171)
#94A396
(148,163,150)
#808D81
(128,141,129)
#6C776C
(108,119,108)
#586157
(88,97,87)
#444B42
(68,75,66)
#30352D
(48,53,45)
#1C1F18
(28,31,24)
#000000
(0,0,0)

Tints of #E4FBEA

#E4FBEA
(228,251,234)
#E6FBEB
(230,251,235)
#E8FBEC
(232,251,236)
#EAFBED
(234,251,237)
#ECFBEE
(236,251,238)
#EEFBEF
(238,251,239)
#F0FBF0
(240,251,240)
#F2FBF1
(242,251,241)
#F4FBF2
(244,251,242)
#F6FBF3
(246,251,243)
#F8FBF4
(248,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FBEA; }

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

This text font color is #E4FBEA.

Background Color

.myBgColor { background-color: #E4FBEA; }

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

This div background color is #E4FBEA.

Border color

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

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

This div border color is #E4FBEA.

Opacity

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

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

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

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

This text has shadow with #E4FBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FBEA.

Preview

Color preview on black background

This text has color #E4FBEA on black background.


Color preview on white background

This text has color #E4FBEA on white background.


Black color preview on #E4FBEA background

This text has black color on #E4FBEA background.


White color preview on #E4FBEA background

This text has white color on #E4FBEA background.


Related colors

Complementary color

Complementary color for #hex is #1B0415.


I love getcolorcode.com

Triadic colors

1 #EAE4FB and #FBEAE4 with #E4FBEA are triadic colors.

2 #EAFBE4 and #FBE4EA with #E4FBEA are triadic colors.