COLOR #E4FCBD

HEX: #E4FCBD
RGB: (228,252,189)

Color info

#E4FCBD contains mainly red and green colors. Web safe color of #E4FCBD is #CCFFCC (or #CFC).

RGB color model

#E4FCBD color RGB value is (228,252,189).

  • red value is 228;
  • green value is 252;
  • blue value is 189.
RGB:
(228,252,189)
(89%,99%,74%)

RGB channels and saturation

R 228 of 255 = 89%
G 252 of 255 = 99%
B 189 of 255 = 74%

228
252
189

R + G + B ~ 87%. #E4FCBD is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 252 + 189 = 669 (100%)
R 228 of 669 ~ 34.08%
G 252 of 669 ~ 37.67%
B 189 of 669 ~ 28.25%

%34.08
%37.67
%28.25

CMYK color model

#E4FCBD color CMYK value is (10,0,25,1).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 1.18%
CMYK:
(10,0,25,1)
C10M0Y25K1 
(10%,0%,25%,1%)
(0.10/0.00/0.25/0.01)	

CMYK percentages

%9.52
%0
%25
%1.18

Codes

Color #E4FCBD in popluar color models

E4FCBD
RGB228252189
HSL83°91.30%86.47%
HSB/HSV83°25.00%98.82%
CMYK9.52%0.00%25.00%
1.18%

Color #E4FCBD in popluar number systems.

HEXE4FCBD
Decimal228252189
Binary111001001111110010111101
Octal344374275

Shades and tints

Shades of #E4FCBD

#E4FCBD
(228,252,189)
#D0E6AC
(208,230,172)
#BCD09B
(188,208,155)
#A8BA8A
(168,186,138)
#94A479
(148,164,121)
#808E68
(128,142,104)
#6C7857
(108,120,87)
#586246
(88,98,70)
#444C35
(68,76,53)
#303624
(48,54,36)
#1C2013
(28,32,19)
#000000
(0,0,0)

Tints of #E4FCBD

#E4FCBD
(228,252,189)
#E6FCC3
(230,252,195)
#E8FCC9
(232,252,201)
#EAFCCF
(234,252,207)
#ECFCD5
(236,252,213)
#EEFCDB
(238,252,219)
#F0FCE1
(240,252,225)
#F2FCE7
(242,252,231)
#F4FCED
(244,252,237)
#F6FCF3
(246,252,243)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FCBD color. Also use rgb(228,252,189) instead hex code.

Text Font Color

.myTextColor { color: #E4FCBD; }

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

This text font color is #E4FCBD.


Background Color

.myBgColor { background-color: #E4FCBD; }

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

This div background color is #E4FCBD.


Border color

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

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

This div border color is #E4FCBD.


Opacity

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

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

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

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

This text has shadow with #E4FCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FCBD on black background.


Color preview on white background

This text has color #E4FCBD on white background.



Black color preview on #E4FCBD background

This text has black color on #E4FCBD background.


White color preview on #E4FCBD background

This text has white color on #E4FCBD background.