COLOR #E4FBED

HEX: #E4FBED RGB: (228,251,237)

Color info

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

RGB color model

#E4FBED color RGB value is (228,251,237).

RGB: (228,251,237) (89%, 98%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 251 of 255 = 98%
B 237 of 255 = 93%

228
251
237

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

Portions of RGB colors in percentages

R + G + B = 228 + 251 + 237 = 716 (100%)
R 228 of 716 ~ 31.84%
G 251 of 716 ~ 35.06%
B 237 of 716 ~ 33.1'%

%31.84
%35.06
%33.1

CMYK color model

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

  • cyan value is 9.16%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 1.57%
CMYK: (9,0,6,2) C9M0Y6K2 (9%,0%,6%,2%) (0.09/0.00/0.06/0.02) 

CMYK percentages

%9.16
%0
%5.58
%1.57

Codes

Color #E4FBED in popluar color models

E4 FB ED
RGB 228 251 237
HSL 143° 74.19% 93.92%
HSB/HSV 143° 9.16% 98.43%
CMYK 9.16% 0.00% 5.58%
1.57%

Color #E4FBED in popluar number systems.

HEX E4 FB ED
Decimal 228 251 237
Binary 11100100 11111011 11101101
Octal 344 373 355

Shades and tints

Shades of #E4FBED

#E4FBED
(228,251,237)
#D0E5D8
(208,229,216)
#BCCFC3
(188,207,195)
#A8B9AE
(168,185,174)
#94A399
(148,163,153)
#808D84
(128,141,132)
#6C776F
(108,119,111)
#58615A
(88,97,90)
#444B45
(68,75,69)
#303530
(48,53,48)
#1C1F1B
(28,31,27)
#000000
(0,0,0)

Tints of #E4FBED

#E4FBED
(228,251,237)
#E6FBEE
(230,251,238)
#E8FBEF
(232,251,239)
#EAFBF0
(234,251,240)
#ECFBF1
(236,251,241)
#EEFBF2
(238,251,242)
#F0FBF3
(240,251,243)
#F2FBF4
(242,251,244)
#F4FBF5
(244,251,245)
#F6FBF6
(246,251,246)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FBED; }

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

This text font color is #E4FBED.

Background Color

.myBgColor { background-color: #E4FBED; }

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

This div background color is #E4FBED.

Border color

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

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

This div border color is #E4FBED.

Opacity

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

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

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

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

This text has shadow with #E4FBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FBED.

Preview

Color preview on black background

This text has color #E4FBED on black background.


Color preview on white background

This text has color #E4FBED on white background.


Black color preview on #E4FBED background

This text has black color on #E4FBED background.


White color preview on #E4FBED background

This text has white color on #E4FBED background.


Related colors

Complementary color

Complementary color for #hex is #1B0412.


I love getcolorcode.com

Triadic colors

1 #EDE4FB and #FBEDE4 with #E4FBED are triadic colors.

2 #EDFBE4 and #FBE4ED with #E4FBED are triadic colors.