COLOR #E5FFBF

HEX: #E5FFBF
RGB: (229,255,191)

Color info

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

RGB color model

#E5FFBF color RGB value is (229,255,191).

  • red value is 229;
  • green value is 255;
  • blue value is 191.
RGB:
(229,255,191)
(90%,100%,75%)

RGB channels and saturation

R 229 of 255 = 90%
G 255 of 255 = 100%
B 191 of 255 = 75%

229
255
191

R + G + B ~ 88%. #E5FFBF is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 255 + 191 = 675 (100%)
R 229 of 675 ~ 33.93%
G 255 of 675 ~ 37.78%
B 191 of 675 ~ 28.3%

%33.93
%37.78
%28.3

CMYK color model

#E5FFBF color CMYK value is (10,0,25,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 0.00%
CMYK:
(10,0,25,0)
C10M0Y25K0 
(10%,0%,25%,0%)
(0.10/0.00/0.25/0.00)	

CMYK percentages

%10.2
%0
%25.1
%0

Codes

Color #E5FFBF in popluar color models

E5FFBF
RGB229255191
HSL84°100.00%87.45%
HSB/HSV84°25.10%100.00%
CMYK10.20%0.00%25.10%
0.00%

Color #E5FFBF in popluar number systems.

HEXE5FFBF
Decimal229255191
Binary111001011111111110111111
Octal345377277

Shades and tints

Shades of #E5FFBF

#E5FFBF
(229,255,191)
#D1E8AE
(209,232,174)
#BDD19D
(189,209,157)
#A9BA8C
(169,186,140)
#95A37B
(149,163,123)
#818C6A
(129,140,106)
#6D7559
(109,117,89)
#595E48
(89,94,72)
#454737
(69,71,55)
#313026
(49,48,38)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #E5FFBF

#E5FFBF
(229,255,191)
#E7FFC4
(231,255,196)
#E9FFC9
(233,255,201)
#EBFFCE
(235,255,206)
#EDFFD3
(237,255,211)
#EFFFD8
(239,255,216)
#F1FFDD
(241,255,221)
#F3FFE2
(243,255,226)
#F5FFE7
(245,255,231)
#F7FFEC
(247,255,236)
#F9FFF1
(249,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FFBF color. Also use rgb(229,255,191) instead hex code.

Text Font Color

.myTextColor { color: #E5FFBF; }

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

This text font color is #E5FFBF.


Background Color

.myBgColor { background-color: #E5FFBF; }

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

This div background color is #E5FFBF.


Border color

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

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

This div border color is #E5FFBF.


Opacity

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

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

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

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

This text has shadow with #E5FFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FFBF on black background.


Color preview on white background

This text has color #E5FFBF on white background.



Black color preview on #E5FFBF background

This text has black color on #E5FFBF background.


White color preview on #E5FFBF background

This text has white color on #E5FFBF background.