COLOR #E0FAC4

HEX: #E0FAC4 RGB: (224,250,196)

Color info

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

RGB color model

#E0FAC4 color RGB value is (224,250,196).

RGB: (224,250,196) (88%, 98%, 77%)

RGB channels and saturation

R 224 of 255 = 88%
G 250 of 255 = 98%
B 196 of 255 = 77%

224
250
196

R + G + B ~ 88%. #E0FAC4 is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 250 + 196 = 670 (100%)
R 224 of 670 ~ 33.43%
G 250 of 670 ~ 37.31%
B 196 of 670 ~ 29.25'%

%33.43
%37.31
%29.25

CMYK color model

#E0FAC4 color CMYK value is (10,0,22,2).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 1.96%

CMYK: (10,0,22,2)
C10M0Y22K2 (10%, 0%, 22%, 2%)
(0.10 / 0.00 / 0.22 / 0.02)

CMYK percentages

%10.4
%0
%21.6
%1.96

Codes

Color #E0FAC4 in popluar color models

E0 FA C4
RGB 224 250 196
HSL 89° 84.38% 87.45%
HSB/HSV 89° 21.60% 98.04%
CMYK 10.40% 0.00% 21.60%
1.96%

Color #E0FAC4 in popluar number systems.

HEX E0 FA C4
Decimal 224 250 196
Binary 11100000 11111010 11000100
Octal 340 372 304

Shades and tints

Shades of #E0FAC4

#E0FAC4
(224,250,196)
#CCE4B3
(204,228,179)
#B8CEA2
(184,206,162)
#A4B891
(164,184,145)
#90A280
(144,162,128)
#7C8C6F
(124,140,111)
#68765E
(104,118,94)
#54604D
(84,96,77)
#404A3C
(64,74,60)
#2C342B
(44,52,43)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #E0FAC4

#E0FAC4
(224,250,196)
#E2FAC9
(226,250,201)
#E4FACE
(228,250,206)
#E6FAD3
(230,250,211)
#E8FAD8
(232,250,216)
#EAFADD
(234,250,221)
#ECFAE2
(236,250,226)
#EEFAE7
(238,250,231)
#F0FAEC
(240,250,236)
#F2FAF1
(242,250,241)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FAC4 color. Also use rgb(224,250,196) instead hex code.

Text Font Color

.myTextColor { color: #E0FAC4; }

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

This text font color is #E0FAC4.

Background Color

.myBgColor { background-color: #E0FAC4; }

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

This div background color is #E0FAC4.

Border color

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

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

This div border color is #E0FAC4.

Opacity

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

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

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

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

This text has shadow with #E0FAC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0FAC4.

Preview

Color preview on black background

This text has color #E0FAC4 on black background.


Color preview on white background

This text has color #E0FAC4 on white background.


Black color preview on #E0FAC4 background

This text has black color on #E0FAC4 background.


White color preview on #E0FAC4 background

This text has white color on #E0FAC4 background.


Related colors

Complementary color

Complementary color for #hex is #1F053B.


I love getcolorcode.com

Triadic colors

1 #C4E0FA and #FAC4E0 with #E0FAC4 are triadic colors.

2 #C4FAE0 and #FAE0C4 with #E0FAC4 are triadic colors.