COLOR #E0F1C6

HEX: #E0F1C6
RGB: (224,241,198)

Color info

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

RGB color model

#E0F1C6 color RGB value is (224,241,198).

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

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 198 of 255 = 78%

224
241
198

R + G + B ~ 87%. #E0F1C6 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 241 + 198 = 663 (100%)
R 224 of 663 ~ 33.79%
G 241 of 663 ~ 36.35%
B 198 of 663 ~ 29.86%

%33.79
%36.35
%29.86

CMYK color model

#E0F1C6 color CMYK value is (7,0,18,5).

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 5.49%
CMYK:
(7,0,18,5)
C7M0Y18K5 
(7%,0%,18%,5%)
(0.07/0.00/0.18/0.05)	

CMYK percentages

%7.05
%0
%17.84
%5.49

Codes

Color #E0F1C6 in popluar color models

E0F1C6
RGB224241198
HSL84°60.56%86.08%
HSB/HSV84°17.84%94.51%
CMYK7.05%0.00%17.84%
5.49%

Color #E0F1C6 in popluar number systems.

HEXE0F1C6
Decimal224241198
Binary111000001111000111000110
Octal340361306

Shades and tints

Shades of #E0F1C6

#E0F1C6
(224,241,198)
#CCDCB4
(204,220,180)
#B8C7A2
(184,199,162)
#A4B290
(164,178,144)
#909D7E
(144,157,126)
#7C886C
(124,136,108)
#68735A
(104,115,90)
#545E48
(84,94,72)
#404936
(64,73,54)
#2C3424
(44,52,36)
#181F12
(24,31,18)
#000000
(0,0,0)

Tints of #E0F1C6

#E0F1C6
(224,241,198)
#E2F2CB
(226,242,203)
#E4F3D0
(228,243,208)
#E6F4D5
(230,244,213)
#E8F5DA
(232,245,218)
#EAF6DF
(234,246,223)
#ECF7E4
(236,247,228)
#EEF8E9
(238,248,233)
#F0F9EE
(240,249,238)
#F2FAF3
(242,250,243)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F1C6; }

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

This text font color is #E0F1C6.


Background Color

.myBgColor { background-color: #E0F1C6; }

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

This div background color is #E0F1C6.


Border color

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

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

This div border color is #E0F1C6.


Opacity

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

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

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

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

This text has shadow with #E0F1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F1C6 on black background.


Color preview on white background

This text has color #E0F1C6 on white background.



Black color preview on #E0F1C6 background

This text has black color on #E0F1C6 background.


White color preview on #E0F1C6 background

This text has white color on #E0F1C6 background.