COLOR #E0F3B5

HEX: #E0F3B5 RGB: (224,243,181)

Color info

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

RGB color model

#E0F3B5 color RGB value is (224,243,181).

RGB: (224,243,181) (88%, 95%, 71%)

RGB channels and saturation

R 224 of 255 = 88%
G 243 of 255 = 95%
B 181 of 255 = 71%

224
243
181

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

Portions of RGB colors in percentages

R + G + B = 224 + 243 + 181 = 648 (100%)
R 224 of 648 ~ 34.57%
G 243 of 648 ~ 37.5%
B 181 of 648 ~ 27.93'%

%34.57
%37.5
%27.93

CMYK color model

#E0F3B5 color CMYK value is (8,0,26,5).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 25.51%
  • key color value is 4.71%

CMYK: (8,0,26,5)
C8M0Y26K5 (8%, 0%, 26%, 5%)
(0.08 / 0.00 / 0.26 / 0.05)

CMYK percentages

%7.82
%0
%25.51
%4.71

Codes

Color #E0F3B5 in popluar color models

E0 F3 B5
RGB 224 243 181
HSL 78° 72.09% 83.14%
HSB/HSV 78° 25.51% 95.29%
CMYK 7.82% 0.00% 25.51%
4.71%

Color #E0F3B5 in popluar number systems.

HEX E0 F3 B5
Decimal 224 243 181
Binary 11100000 11110011 10110101
Octal 340 363 265

Shades and tints

Shades of #E0F3B5

#E0F3B5
(224,243,181)
#CCDDA5
(204,221,165)
#B8C795
(184,199,149)
#A4B185
(164,177,133)
#909B75
(144,155,117)
#7C8565
(124,133,101)
#686F55
(104,111,85)
#545945
(84,89,69)
#404335
(64,67,53)
#2C2D25
(44,45,37)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #E0F3B5

#E0F3B5
(224,243,181)
#E2F4BB
(226,244,187)
#E4F5C1
(228,245,193)
#E6F6C7
(230,246,199)
#E8F7CD
(232,247,205)
#EAF8D3
(234,248,211)
#ECF9D9
(236,249,217)
#EEFADF
(238,250,223)
#F0FBE5
(240,251,229)
#F2FCEB
(242,252,235)
#F4FDF1
(244,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0F3B5; }

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

This text font color is #E0F3B5.

Background Color

.myBgColor { background-color: #E0F3B5; }

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

This div background color is #E0F3B5.

Border color

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

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

This div border color is #E0F3B5.

Opacity

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

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

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

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

This text has shadow with #E0F3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0F3B5.

Preview

Color preview on black background

This text has color #E0F3B5 on black background.


Color preview on white background

This text has color #E0F3B5 on white background.


Black color preview on #E0F3B5 background

This text has black color on #E0F3B5 background.


White color preview on #E0F3B5 background

This text has white color on #E0F3B5 background.


Related colors

Complementary color

Complementary color for #hex is #1F0C4A.


I love getcolorcode.com

Triadic colors

1 #B5E0F3 and #F3B5E0 with #E0F3B5 are triadic colors.

2 #B5F3E0 and #F3E0B5 with #E0F3B5 are triadic colors.