COLOR #E0F6BD

HEX: #E0F6BD
RGB: (224,246,189)

Color info

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

RGB color model

#E0F6BD color RGB value is (224,246,189).

  • red value is 224;
  • green value is 246;
  • blue value is 189.
RGB:
(224,246,189)
(88%,96%,74%)

RGB channels and saturation

R 224 of 255 = 88%
G 246 of 255 = 96%
B 189 of 255 = 74%

224
246
189

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

Portions of RGB colors in percentages

R + G + B =
224 + 246 + 189 = 659 (100%)
R 224 of 659 ~ 33.99%
G 246 of 659 ~ 37.33%
B 189 of 659 ~ 28.68%

%33.99
%37.33
%28.68

CMYK color model

#E0F6BD color CMYK value is (9,0,23,4).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 23.17%
  • key color value is 3.53%
CMYK:
(9,0,23,4)
C9M0Y23K4 
(9%,0%,23%,4%)
(0.09/0.00/0.23/0.04)	

CMYK percentages

%8.94
%0
%23.17
%3.53

Codes

Color #E0F6BD in popluar color models

E0F6BD
RGB224246189
HSL83°76.00%85.29%
HSB/HSV83°23.17%96.47%
CMYK8.94%0.00%23.17%
3.53%

Color #E0F6BD in popluar number systems.

HEXE0F6BD
Decimal224246189
Binary111000001111011010111101
Octal340366275

Shades and tints

Shades of #E0F6BD

#E0F6BD
(224,246,189)
#CCE0AC
(204,224,172)
#B8CA9B
(184,202,155)
#A4B48A
(164,180,138)
#909E79
(144,158,121)
#7C8868
(124,136,104)
#687257
(104,114,87)
#545C46
(84,92,70)
#404635
(64,70,53)
#2C3024
(44,48,36)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #E0F6BD

#E0F6BD
(224,246,189)
#E2F6C3
(226,246,195)
#E4F6C9
(228,246,201)
#E6F6CF
(230,246,207)
#E8F6D5
(232,246,213)
#EAF6DB
(234,246,219)
#ECF6E1
(236,246,225)
#EEF6E7
(238,246,231)
#F0F6ED
(240,246,237)
#F2F6F3
(242,246,243)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F6BD color. Also use rgb(224,246,189) instead hex code.

Text Font Color

.myTextColor { color: #E0F6BD; }

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

This text font color is #E0F6BD.


Background Color

.myBgColor { background-color: #E0F6BD; }

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

This div background color is #E0F6BD.


Border color

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

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

This div border color is #E0F6BD.


Opacity

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

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

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

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

This text has shadow with #E0F6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F6BD on black background.


Color preview on white background

This text has color #E0F6BD on white background.



Black color preview on #E0F6BD background

This text has black color on #E0F6BD background.


White color preview on #E0F6BD background

This text has white color on #E0F6BD background.