COLOR #E1F3BD

HEX: #E1F3BD
RGB: (225,243,189)

Color info

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

RGB color model

#E1F3BD color RGB value is (225,243,189).

  • red value is 225;
  • green value is 243;
  • blue value is 189.
RGB:
(225,243,189)
(88%,95%,74%)

RGB channels and saturation

R 225 of 255 = 88%
G 243 of 255 = 95%
B 189 of 255 = 74%

225
243
189

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

Portions of RGB colors in percentages

R + G + B =
225 + 243 + 189 = 657 (100%)
R 225 of 657 ~ 34.25%
G 243 of 657 ~ 36.99%
B 189 of 657 ~ 28.77%

%34.25
%36.99
%28.77

CMYK color model

#E1F3BD color CMYK value is (7,0,22,5).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 4.71%
CMYK:
(7,0,22,5)
C7M0Y22K5 
(7%,0%,22%,5%)
(0.07/0.00/0.22/0.05)	

CMYK percentages

%7.41
%0
%22.22
%4.71

Codes

Color #E1F3BD in popluar color models

E1F3BD
RGB225243189
HSL80°69.23%84.71%
HSB/HSV80°22.22%95.29%
CMYK7.41%0.00%22.22%
4.71%

Color #E1F3BD in popluar number systems.

HEXE1F3BD
Decimal225243189
Binary111000011111001110111101
Octal341363275

Shades and tints

Shades of #E1F3BD

#E1F3BD
(225,243,189)
#CDDDAC
(205,221,172)
#B9C79B
(185,199,155)
#A5B18A
(165,177,138)
#919B79
(145,155,121)
#7D8568
(125,133,104)
#696F57
(105,111,87)
#555946
(85,89,70)
#414335
(65,67,53)
#2D2D24
(45,45,36)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #E1F3BD

#E1F3BD
(225,243,189)
#E3F4C3
(227,244,195)
#E5F5C9
(229,245,201)
#E7F6CF
(231,246,207)
#E9F7D5
(233,247,213)
#EBF8DB
(235,248,219)
#EDF9E1
(237,249,225)
#EFFAE7
(239,250,231)
#F1FBED
(241,251,237)
#F3FCF3
(243,252,243)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F3BD color. Also use rgb(225,243,189) instead hex code.

Text Font Color

.myTextColor { color: #E1F3BD; }

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

This text font color is #E1F3BD.


Background Color

.myBgColor { background-color: #E1F3BD; }

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

This div background color is #E1F3BD.


Border color

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

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

This div border color is #E1F3BD.


Opacity

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

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

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

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

This text has shadow with #E1F3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F3BD on black background.


Color preview on white background

This text has color #E1F3BD on white background.



Black color preview on #E1F3BD background

This text has black color on #E1F3BD background.


White color preview on #E1F3BD background

This text has white color on #E1F3BD background.