COLOR #E0F1C5

HEX: #E0F1C5 RGB: (224,241,197)

Color info

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

RGB color model

#E0F1C5 color RGB value is (224,241,197).

RGB: (224,241,197) (88%, 95%, 77%)

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 197 of 255 = 77%

224
241
197

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

Portions of RGB colors in percentages

R + G + B = 224 + 241 + 197 = 662 (100%)
R 224 of 662 ~ 33.84%
G 241 of 662 ~ 36.4%
B 197 of 662 ~ 29.76'%

%33.84
%36.4
%29.76

CMYK color model

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

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • 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
%18.26
%5.49

Codes

Color #E0F1C5 in popluar color models

E0 F1 C5
RGB 224 241 197
HSL 83° 61.11% 85.88%
HSB/HSV 83° 18.26% 94.51%
CMYK 7.05% 0.00% 18.26%
5.49%

Color #E0F1C5 in popluar number systems.

HEX E0 F1 C5
Decimal 224 241 197
Binary 11100000 11110001 11000101
Octal 340 361 305

Shades and tints

Shades of #E0F1C5

#E0F1C5
(224,241,197)
#CCDCB4
(204,220,180)
#B8C7A3
(184,199,163)
#A4B292
(164,178,146)
#909D81
(144,157,129)
#7C8870
(124,136,112)
#68735F
(104,115,95)
#545E4E
(84,94,78)
#40493D
(64,73,61)
#2C342C
(44,52,44)
#181F1B
(24,31,27)
#000000
(0,0,0)

Tints of #E0F1C5

#E0F1C5
(224,241,197)
#E2F2CA
(226,242,202)
#E4F3CF
(228,243,207)
#E6F4D4
(230,244,212)
#E8F5D9
(232,245,217)
#EAF6DE
(234,246,222)
#ECF7E3
(236,247,227)
#EEF8E8
(238,248,232)
#F0F9ED
(240,249,237)
#F2FAF2
(242,250,242)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F1C5; }

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

This text font color is #E0F1C5.

Background Color

.myBgColor { background-color: #E0F1C5; }

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

This div background color is #E0F1C5.

Border color

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

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

This div border color is #E0F1C5.

Opacity

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

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

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

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

This text has shadow with #E0F1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F1C5.

Preview

Color preview on black background

This text has color #E0F1C5 on black background.


Color preview on white background

This text has color #E0F1C5 on white background.


Black color preview on #E0F1C5 background

This text has black color on #E0F1C5 background.


White color preview on #E0F1C5 background

This text has white color on #E0F1C5 background.


Related colors

Complementary color

Complementary color for #hex is #1F0E3A.


I love getcolorcode.com

Triadic colors

1 #C5E0F1 and #F1C5E0 with #E0F1C5 are triadic colors.

2 #C5F1E0 and #F1E0C5 with #E0F1C5 are triadic colors.