COLOR #E3F0B5

HEX: #E3F0B5
RGB: (227,240,181)

Color info

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

RGB color model

#E3F0B5 color RGB value is (227,240,181).

  • red value is 227;
  • green value is 240;
  • blue value is 181.
RGB:
(227,240,181)
(89%,94%,71%)

RGB channels and saturation

R 227 of 255 = 89%
G 240 of 255 = 94%
B 181 of 255 = 71%

227
240
181

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

Portions of RGB colors in percentages

R + G + B =
227 + 240 + 181 = 648 (100%)
R 227 of 648 ~ 35.03%
G 240 of 648 ~ 37.04%
B 181 of 648 ~ 27.93%

%35.03
%37.04
%27.93

CMYK color model

#E3F0B5 color CMYK value is (5,0,25,6).

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 5.88%
CMYK:
(5,0,25,6)
C5M0Y25K6 
(5%,0%,25%,6%)
(0.05/0.00/0.25/0.06)	

CMYK percentages

%5.42
%0
%24.58
%5.88

Codes

Color #E3F0B5 in popluar color models

E3F0B5
RGB227240181
HSL73°66.29%82.55%
HSB/HSV73°24.58%94.12%
CMYK5.42%0.00%24.58%
5.88%

Color #E3F0B5 in popluar number systems.

HEXE3F0B5
Decimal227240181
Binary111000111111000010110101
Octal343360265

Shades and tints

Shades of #E3F0B5

#E3F0B5
(227,240,181)
#CFDBA5
(207,219,165)
#BBC695
(187,198,149)
#A7B185
(167,177,133)
#939C75
(147,156,117)
#7F8765
(127,135,101)
#6B7255
(107,114,85)
#575D45
(87,93,69)
#434835
(67,72,53)
#2F3325
(47,51,37)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #E3F0B5

#E3F0B5
(227,240,181)
#E5F1BB
(229,241,187)
#E7F2C1
(231,242,193)
#E9F3C7
(233,243,199)
#EBF4CD
(235,244,205)
#EDF5D3
(237,245,211)
#EFF6D9
(239,246,217)
#F1F7DF
(241,247,223)
#F3F8E5
(243,248,229)
#F5F9EB
(245,249,235)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F0B5 color. Also use rgb(227,240,181) instead hex code.

Text Font Color

.myTextColor { color: #E3F0B5; }

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

This text font color is #E3F0B5.


Background Color

.myBgColor { background-color: #E3F0B5; }

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

This div background color is #E3F0B5.


Border color

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

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

This div border color is #E3F0B5.


Opacity

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

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

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

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

This text has shadow with #E3F0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F0B5 on black background.


Color preview on white background

This text has color #E3F0B5 on white background.



Black color preview on #E3F0B5 background

This text has black color on #E3F0B5 background.


White color preview on #E3F0B5 background

This text has white color on #E3F0B5 background.