COLOR #E0F0B2

HEX: #E0F0B2
RGB: (224,240,178)

Color info

#E0F0B2 contains mainly red and green colors. Web safe color of #E0F0B2 is #CCFF99 (or #CF9).

RGB color model

#E0F0B2 color RGB value is (224,240,178).

  • red value is 224;
  • green value is 240;
  • blue value is 178.
RGB:
(224,240,178)
(88%,94%,70%)

RGB channels and saturation

R 224 of 255 = 88%
G 240 of 255 = 94%
B 178 of 255 = 70%

224
240
178

R + G + B ~ 84%. #E0F0B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 240 + 178 = 642 (100%)
R 224 of 642 ~ 34.89%
G 240 of 642 ~ 37.38%
B 178 of 642 ~ 27.73%

%34.89
%37.38
%27.73

CMYK color model

#E0F0B2 color CMYK value is (7,0,26,6).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 25.83%
  • key color value is 5.88%
CMYK:
(7,0,26,6)
C7M0Y26K6 
(7%,0%,26%,6%)
(0.07/0.00/0.26/0.06)	

CMYK percentages

%6.67
%0
%25.83
%5.88

Codes

Color #E0F0B2 in popluar color models

E0F0B2
RGB224240178
HSL75°67.39%81.96%
HSB/HSV75°25.83%94.12%
CMYK6.67%0.00%25.83%
5.88%

Color #E0F0B2 in popluar number systems.

HEXE0F0B2
Decimal224240178
Binary111000001111000010110010
Octal340360262

Shades and tints

Shades of #E0F0B2

#E0F0B2
(224,240,178)
#CCDBA2
(204,219,162)
#B8C692
(184,198,146)
#A4B182
(164,177,130)
#909C72
(144,156,114)
#7C8762
(124,135,98)
#687252
(104,114,82)
#545D42
(84,93,66)
#404832
(64,72,50)
#2C3322
(44,51,34)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #E0F0B2

#E0F0B2
(224,240,178)
#E2F1B9
(226,241,185)
#E4F2C0
(228,242,192)
#E6F3C7
(230,243,199)
#E8F4CE
(232,244,206)
#EAF5D5
(234,245,213)
#ECF6DC
(236,246,220)
#EEF7E3
(238,247,227)
#F0F8EA
(240,248,234)
#F2F9F1
(242,249,241)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F0B2 color. Also use rgb(224,240,178) instead hex code.

Text Font Color

.myTextColor { color: #E0F0B2; }

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

This text font color is #E0F0B2.


Background Color

.myBgColor { background-color: #E0F0B2; }

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

This div background color is #E0F0B2.


Border color

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

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

This div border color is #E0F0B2.


Opacity

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

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

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

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

This text has shadow with #E0F0B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F0B2 on black background.


Color preview on white background

This text has color #E0F0B2 on white background.



Black color preview on #E0F0B2 background

This text has black color on #E0F0B2 background.


White color preview on #E0F0B2 background

This text has white color on #E0F0B2 background.