COLOR #E0FAC6

HEX: #E0FAC6
RGB: (224,250,198)

Color info

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

RGB color model

#E0FAC6 color RGB value is (224,250,198).

  • red value is 224;
  • green value is 250;
  • blue value is 198.
RGB:
(224,250,198)
(88%,98%,78%)

RGB channels and saturation

R 224 of 255 = 88%
G 250 of 255 = 98%
B 198 of 255 = 78%

224
250
198

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

Portions of RGB colors in percentages

R + G + B =
224 + 250 + 198 = 672 (100%)
R 224 of 672 ~ 33.33%
G 250 of 672 ~ 37.2%
B 198 of 672 ~ 29.46%

%33.33
%37.2
%29.46

CMYK color model

#E0FAC6 color CMYK value is (10,0,21,2).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 1.96%
CMYK:
(10,0,21,2)
C10M0Y21K2 
(10%,0%,21%,2%)
(0.10/0.00/0.21/0.02)	

CMYK percentages

%10.4
%0
%20.8
%1.96

Codes

Color #E0FAC6 in popluar color models

E0FAC6
RGB224250198
HSL90°83.87%87.84%
HSB/HSV90°20.80%98.04%
CMYK10.40%0.00%20.80%
1.96%

Color #E0FAC6 in popluar number systems.

HEXE0FAC6
Decimal224250198
Binary111000001111101011000110
Octal340372306

Shades and tints

Shades of #E0FAC6

#E0FAC6
(224,250,198)
#CCE4B4
(204,228,180)
#B8CEA2
(184,206,162)
#A4B890
(164,184,144)
#90A27E
(144,162,126)
#7C8C6C
(124,140,108)
#68765A
(104,118,90)
#546048
(84,96,72)
#404A36
(64,74,54)
#2C3424
(44,52,36)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #E0FAC6

#E0FAC6
(224,250,198)
#E2FACB
(226,250,203)
#E4FAD0
(228,250,208)
#E6FAD5
(230,250,213)
#E8FADA
(232,250,218)
#EAFADF
(234,250,223)
#ECFAE4
(236,250,228)
#EEFAE9
(238,250,233)
#F0FAEE
(240,250,238)
#F2FAF3
(242,250,243)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0FAC6; }

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

This text font color is #E0FAC6.


Background Color

.myBgColor { background-color: #E0FAC6; }

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

This div background color is #E0FAC6.


Border color

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

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

This div border color is #E0FAC6.


Opacity

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

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

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

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

This text has shadow with #E0FAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FAC6 on black background.


Color preview on white background

This text has color #E0FAC6 on white background.



Black color preview on #E0FAC6 background

This text has black color on #E0FAC6 background.


White color preview on #E0FAC6 background

This text has white color on #E0FAC6 background.