COLOR #E4FAAC

HEX: #E4FAAC
RGB: (228,250,172)

Color info

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

RGB color model

#E4FAAC color RGB value is (228,250,172).

  • red value is 228;
  • green value is 250;
  • blue value is 172.
RGB:
(228,250,172)
(89%,98%,67%)

RGB channels and saturation

R 228 of 255 = 89%
G 250 of 255 = 98%
B 172 of 255 = 67%

228
250
172

R + G + B ~ 85%. #E4FAAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 250 + 172 = 650 (100%)
R 228 of 650 ~ 35.08%
G 250 of 650 ~ 38.46%
B 172 of 650 ~ 26.46%

%35.08
%38.46
%26.46

CMYK color model

#E4FAAC color CMYK value is (9,0,31,2).

  • cyan value is 8.80%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 1.96%
CMYK:
(9,0,31,2)
C9M0Y31K2 
(9%,0%,31%,2%)
(0.09/0.00/0.31/0.02)	

CMYK percentages

%8.8
%0
%31.2
%1.96

Codes

Color #E4FAAC in popluar color models

E4FAAC
RGB228250172
HSL77°88.64%82.75%
HSB/HSV77°31.20%98.04%
CMYK8.80%0.00%31.20%
1.96%

Color #E4FAAC in popluar number systems.

HEXE4FAAC
Decimal228250172
Binary111001001111101010101100
Octal344372254

Shades and tints

Shades of #E4FAAC

#E4FAAC
(228,250,172)
#D0E49D
(208,228,157)
#BCCE8E
(188,206,142)
#A8B87F
(168,184,127)
#94A270
(148,162,112)
#808C61
(128,140,97)
#6C7652
(108,118,82)
#586043
(88,96,67)
#444A34
(68,74,52)
#303425
(48,52,37)
#1C1E16
(28,30,22)
#000000
(0,0,0)

Tints of #E4FAAC

#E4FAAC
(228,250,172)
#E6FAB3
(230,250,179)
#E8FABA
(232,250,186)
#EAFAC1
(234,250,193)
#ECFAC8
(236,250,200)
#EEFACF
(238,250,207)
#F0FAD6
(240,250,214)
#F2FADD
(242,250,221)
#F4FAE4
(244,250,228)
#F6FAEB
(246,250,235)
#F8FAF2
(248,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FAAC color. Also use rgb(228,250,172) instead hex code.

Text Font Color

.myTextColor { color: #E4FAAC; }

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

This text font color is #E4FAAC.


Background Color

.myBgColor { background-color: #E4FAAC; }

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

This div background color is #E4FAAC.


Border color

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

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

This div border color is #E4FAAC.


Opacity

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

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

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

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

This text has shadow with #E4FAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FAAC on black background.


Color preview on white background

This text has color #E4FAAC on white background.



Black color preview on #E4FAAC background

This text has black color on #E4FAAC background.


White color preview on #E4FAAC background

This text has white color on #E4FAAC background.