COLOR #E4FBA5

HEX: #E4FBA5
RGB: (228,251,165)

Color info

#E4FBA5 contains mainly red and green colors. Web safe color of #E4FBA5 is #CCFF99 (or #CF9).

RGB color model

#E4FBA5 color RGB value is (228,251,165).

  • red value is 228;
  • green value is 251;
  • blue value is 165.
RGB:
(228,251,165)
(89%,98%,65%)

RGB channels and saturation

R 228 of 255 = 89%
G 251 of 255 = 98%
B 165 of 255 = 65%

228
251
165

R + G + B ~ 84%. #E4FBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 251 + 165 = 644 (100%)
R 228 of 644 ~ 35.4%
G 251 of 644 ~ 38.98%
B 165 of 644 ~ 25.62%

%35.4
%38.98
%25.62

CMYK color model

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

  • cyan value is 9.16%
  • magenta value is 0.00%
  • yellow value is 34.26%
  • key color value is 1.57%
CMYK:
(9,0,34,2)
C9M0Y34K2 
(9%,0%,34%,2%)
(0.09/0.00/0.34/0.02)	

CMYK percentages

%9.16
%0
%34.26
%1.57

Codes

Color #E4FBA5 in popluar color models

E4FBA5
RGB228251165
HSL76°91.49%81.57%
HSB/HSV76°34.26%98.43%
CMYK9.16%0.00%34.26%
1.57%

Color #E4FBA5 in popluar number systems.

HEXE4FBA5
Decimal228251165
Binary111001001111101110100101
Octal344373245

Shades and tints

Shades of #E4FBA5

#E4FBA5
(228,251,165)
#D0E596
(208,229,150)
#BCCF87
(188,207,135)
#A8B978
(168,185,120)
#94A369
(148,163,105)
#808D5A
(128,141,90)
#6C774B
(108,119,75)
#58613C
(88,97,60)
#444B2D
(68,75,45)
#30351E
(48,53,30)
#1C1F0F
(28,31,15)
#000000
(0,0,0)

Tints of #E4FBA5

#E4FBA5
(228,251,165)
#E6FBAD
(230,251,173)
#E8FBB5
(232,251,181)
#EAFBBD
(234,251,189)
#ECFBC5
(236,251,197)
#EEFBCD
(238,251,205)
#F0FBD5
(240,251,213)
#F2FBDD
(242,251,221)
#F4FBE5
(244,251,229)
#F6FBED
(246,251,237)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FBA5; }

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

This text font color is #E4FBA5.


Background Color

.myBgColor { background-color: #E4FBA5; }

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

This div background color is #E4FBA5.


Border color

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

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

This div border color is #E4FBA5.


Opacity

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

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

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

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

This text has shadow with #E4FBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FBA5 on black background.


Color preview on white background

This text has color #E4FBA5 on white background.



Black color preview on #E4FBA5 background

This text has black color on #E4FBA5 background.


White color preview on #E4FBA5 background

This text has white color on #E4FBA5 background.