COLOR #E0FBB5

HEX: #E0FBB5
RGB: (224,251,181)

Color info

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

RGB color model

#E0FBB5 color RGB value is (224,251,181).

  • red value is 224;
  • green value is 251;
  • blue value is 181.
RGB:
(224,251,181)
(88%,98%,71%)

RGB channels and saturation

R 224 of 255 = 88%
G 251 of 255 = 98%
B 181 of 255 = 71%

224
251
181

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

Portions of RGB colors in percentages

R + G + B =
224 + 251 + 181 = 656 (100%)
R 224 of 656 ~ 34.15%
G 251 of 656 ~ 38.26%
B 181 of 656 ~ 27.59%

%34.15
%38.26
%27.59

CMYK color model

#E0FBB5 color CMYK value is (11,0,28,2).

  • cyan value is 10.76%
  • magenta value is 0.00%
  • yellow value is 27.89%
  • key color value is 1.57%
CMYK:
(11,0,28,2)
C11M0Y28K2 
(11%,0%,28%,2%)
(0.11/0.00/0.28/0.02)	

CMYK percentages

%10.76
%0
%27.89
%1.57

Codes

Color #E0FBB5 in popluar color models

E0FBB5
RGB224251181
HSL83°89.74%84.71%
HSB/HSV83°27.89%98.43%
CMYK10.76%0.00%27.89%
1.57%

Color #E0FBB5 in popluar number systems.

HEXE0FBB5
Decimal224251181
Binary111000001111101110110101
Octal340373265

Shades and tints

Shades of #E0FBB5

#E0FBB5
(224,251,181)
#CCE5A5
(204,229,165)
#B8CF95
(184,207,149)
#A4B985
(164,185,133)
#90A375
(144,163,117)
#7C8D65
(124,141,101)
#687755
(104,119,85)
#546145
(84,97,69)
#404B35
(64,75,53)
#2C3525
(44,53,37)
#181F15
(24,31,21)
#000000
(0,0,0)

Tints of #E0FBB5

#E0FBB5
(224,251,181)
#E2FBBB
(226,251,187)
#E4FBC1
(228,251,193)
#E6FBC7
(230,251,199)
#E8FBCD
(232,251,205)
#EAFBD3
(234,251,211)
#ECFBD9
(236,251,217)
#EEFBDF
(238,251,223)
#F0FBE5
(240,251,229)
#F2FBEB
(242,251,235)
#F4FBF1
(244,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FBB5 color. Also use rgb(224,251,181) instead hex code.

Text Font Color

.myTextColor { color: #E0FBB5; }

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

This text font color is #E0FBB5.


Background Color

.myBgColor { background-color: #E0FBB5; }

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

This div background color is #E0FBB5.


Border color

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

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

This div border color is #E0FBB5.


Opacity

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

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

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

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

This text has shadow with #E0FBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FBB5 on black background.


Color preview on white background

This text has color #E0FBB5 on white background.



Black color preview on #E0FBB5 background

This text has black color on #E0FBB5 background.


White color preview on #E0FBB5 background

This text has white color on #E0FBB5 background.