COLOR #E4FECB

HEX: #E4FECB RGB: (228,254,203)

Color info

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

RGB color model

#E4FECB color RGB value is (228,254,203).

RGB: (228,254,203) (89%, 100%, 80%)

RGB channels and saturation

R 228 of 255 = 89%
G 254 of 255 = 100%
B 203 of 255 = 80%

228
254
203

R + G + B ~ 90%. #E4FECB is light color.

Portions of RGB colors in percentages

R + G + B = 228 + 254 + 203 = 685 (100%)
R 228 of 685 ~ 33.28%
G 254 of 685 ~ 37.08%
B 203 of 685 ~ 29.64'%

%33.28
%37.08
%29.64

CMYK color model

#E4FECB color CMYK value is (10,0,20,0).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 20.08%
  • key color value is 0.39%

CMYK: (10,0,20,0)
C10M0Y20K0 (10%, 0%, 20%, 0%)
(0.10 / 0.00 / 0.20 / 0.00)

CMYK percentages

%10.24
%0
%20.08
%0.39

Codes

Color #E4FECB in popluar color models

E4 FE CB
RGB 228 254 203
HSL 91° 96.23% 89.61%
HSB/HSV 91° 20.08% 99.61%
CMYK 10.24% 0.00% 20.08%
0.39%

Color #E4FECB in popluar number systems.

HEX E4 FE CB
Decimal 228 254 203
Binary 11100100 11111110 11001011
Octal 344 376 313

Shades and tints

Shades of #E4FECB

#E4FECB
(228,254,203)
#D0E7B9
(208,231,185)
#BCD0A7
(188,208,167)
#A8B995
(168,185,149)
#94A283
(148,162,131)
#808B71
(128,139,113)
#6C745F
(108,116,95)
#585D4D
(88,93,77)
#44463B
(68,70,59)
#302F29
(48,47,41)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #E4FECB

#E4FECB
(228,254,203)
#E6FECF
(230,254,207)
#E8FED3
(232,254,211)
#EAFED7
(234,254,215)
#ECFEDB
(236,254,219)
#EEFEDF
(238,254,223)
#F0FEE3
(240,254,227)
#F2FEE7
(242,254,231)
#F4FEEB
(244,254,235)
#F6FEEF
(246,254,239)
#F8FEF3
(248,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FECB color. Also use rgb(228,254,203) instead hex code.

Text Font Color

.myTextColor { color: #E4FECB; }

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

This text font color is #E4FECB.

Background Color

.myBgColor { background-color: #E4FECB; }

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

This div background color is #E4FECB.

Border color

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

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

This div border color is #E4FECB.

Opacity

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

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

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

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

This text has shadow with #E4FECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FECB.

Preview

Color preview on black background

This text has color #E4FECB on black background.


Color preview on white background

This text has color #E4FECB on white background.


Black color preview on #E4FECB background

This text has black color on #E4FECB background.


White color preview on #E4FECB background

This text has white color on #E4FECB background.


Related colors

Complementary color

Complementary color for #hex is #1B0134.


I love getcolorcode.com

Triadic colors

1 #CBE4FE and #FECBE4 with #E4FECB are triadic colors.

2 #CBFEE4 and #FEE4CB with #E4FECB are triadic colors.