COLOR #E0F5B6

HEX: #E0F5B6 RGB: (224,245,182)

Color info

#E0F5B6 contains mainly red and green colors. Web safe color of #E0F5B6 is #CCFFCC (or #CFC).

RGB color model

#E0F5B6 color RGB value is (224,245,182).

RGB: (224,245,182) (88%, 96%, 71%)

RGB channels and saturation

R 224 of 255 = 88%
G 245 of 255 = 96%
B 182 of 255 = 71%

224
245
182

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

Portions of RGB colors in percentages

R + G + B = 224 + 245 + 182 = 651 (100%)
R 224 of 651 ~ 34.41%
G 245 of 651 ~ 37.63%
B 182 of 651 ~ 27.96'%

%34.41
%37.63
%27.96

CMYK color model

#E0F5B6 color CMYK value is (9,0,26,4).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 3.92%

CMYK: (9,0,26,4)
C9M0Y26K4 (9%, 0%, 26%, 4%)
(0.09 / 0.00 / 0.26 / 0.04)

CMYK percentages

%8.57
%0
%25.71
%3.92

Codes

Color #E0F5B6 in popluar color models

E0 F5 B6
RGB 224 245 182
HSL 80° 75.90% 83.73%
HSB/HSV 80° 25.71% 96.08%
CMYK 8.57% 0.00% 25.71%
3.92%

Color #E0F5B6 in popluar number systems.

HEX E0 F5 B6
Decimal 224 245 182
Binary 11100000 11110101 10110110
Octal 340 365 266

Shades and tints

Shades of #E0F5B6

#E0F5B6
(224,245,182)
#CCDFA6
(204,223,166)
#B8C996
(184,201,150)
#A4B386
(164,179,134)
#909D76
(144,157,118)
#7C8766
(124,135,102)
#687156
(104,113,86)
#545B46
(84,91,70)
#404536
(64,69,54)
#2C2F26
(44,47,38)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #E0F5B6

#E0F5B6
(224,245,182)
#E2F5BC
(226,245,188)
#E4F5C2
(228,245,194)
#E6F5C8
(230,245,200)
#E8F5CE
(232,245,206)
#EAF5D4
(234,245,212)
#ECF5DA
(236,245,218)
#EEF5E0
(238,245,224)
#F0F5E6
(240,245,230)
#F2F5EC
(242,245,236)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F5B6 color. Also use rgb(224,245,182) instead hex code.

Text Font Color

.myTextColor { color: #E0F5B6; }

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

This text font color is #E0F5B6.

Background Color

.myBgColor { background-color: #E0F5B6; }

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

This div background color is #E0F5B6.

Border color

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

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

This div border color is #E0F5B6.

Opacity

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

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

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

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

This text has shadow with #E0F5B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F5B6.

Preview

Color preview on black background

This text has color #E0F5B6 on black background.


Color preview on white background

This text has color #E0F5B6 on white background.


Black color preview on #E0F5B6 background

This text has black color on #E0F5B6 background.


White color preview on #E0F5B6 background

This text has white color on #E0F5B6 background.


Related colors

Complementary color

Complementary color for #hex is #1F0A49.


I love getcolorcode.com

Triadic colors

1 #B6E0F5 and #F5B6E0 with #E0F5B6 are triadic colors.

2 #B6F5E0 and #F5E0B6 with #E0F5B6 are triadic colors.