COLOR #E0F7BC

HEX: #E0F7BC
RGB: (224,247,188)

Color info

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

RGB color model

#E0F7BC color RGB value is (224,247,188).

  • red value is 224;
  • green value is 247;
  • blue value is 188.
RGB:
(224,247,188)
(88%,97%,74%)

RGB channels and saturation

R 224 of 255 = 88%
G 247 of 255 = 97%
B 188 of 255 = 74%

224
247
188

R + G + B ~ 86%. #E0F7BC is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 247 + 188 = 659 (100%)
R 224 of 659 ~ 33.99%
G 247 of 659 ~ 37.48%
B 188 of 659 ~ 28.53%

%33.99
%37.48
%28.53

CMYK color model

#E0F7BC color CMYK value is (9,0,24,3).

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 3.14%
CMYK:
(9,0,24,3)
C9M0Y24K3 
(9%,0%,24%,3%)
(0.09/0.00/0.24/0.03)	

CMYK percentages

%9.31
%0
%23.89
%3.14

Codes

Color #E0F7BC in popluar color models

E0F7BC
RGB224247188
HSL83°78.67%85.29%
HSB/HSV83°23.89%96.86%
CMYK9.31%0.00%23.89%
3.14%

Color #E0F7BC in popluar number systems.

HEXE0F7BC
Decimal224247188
Binary111000001111011110111100
Octal340367274

Shades and tints

Shades of #E0F7BC

#E0F7BC
(224,247,188)
#CCE1AB
(204,225,171)
#B8CB9A
(184,203,154)
#A4B589
(164,181,137)
#909F78
(144,159,120)
#7C8967
(124,137,103)
#687356
(104,115,86)
#545D45
(84,93,69)
#404734
(64,71,52)
#2C3123
(44,49,35)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #E0F7BC

#E0F7BC
(224,247,188)
#E2F7C2
(226,247,194)
#E4F7C8
(228,247,200)
#E6F7CE
(230,247,206)
#E8F7D4
(232,247,212)
#EAF7DA
(234,247,218)
#ECF7E0
(236,247,224)
#EEF7E6
(238,247,230)
#F0F7EC
(240,247,236)
#F2F7F2
(242,247,242)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F7BC color. Also use rgb(224,247,188) instead hex code.

Text Font Color

.myTextColor { color: #E0F7BC; }

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

This text font color is #E0F7BC.


Background Color

.myBgColor { background-color: #E0F7BC; }

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

This div background color is #E0F7BC.


Border color

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

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

This div border color is #E0F7BC.


Opacity

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

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

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

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

This text has shadow with #E0F7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F7BC on black background.


Color preview on white background

This text has color #E0F7BC on white background.



Black color preview on #E0F7BC background

This text has black color on #E0F7BC background.


White color preview on #E0F7BC background

This text has white color on #E0F7BC background.