COLOR #BFEE89

HEX: #BFEE89
RGB: (191,238,137)

Color info

#BFEE89 contains mainly red and green colors. Web safe color of #BFEE89 is #CCFF99 (or #CF9).

RGB color model

#BFEE89 color RGB value is (191,238,137).

  • red value is 191;
  • green value is 238;
  • blue value is 137.
RGB:
(191,238,137)
(75%,93%,54%)

RGB channels and saturation

R 191 of 255 = 75%
G 238 of 255 = 93%
B 137 of 255 = 54%

191
238
137

R + G + B ~ 74%. #BFEE89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 238 + 137 = 566 (100%)
R 191 of 566 ~ 33.75%
G 238 of 566 ~ 42.05%
B 137 of 566 ~ 24.2%

%33.75
%42.05
%24.2

CMYK color model

#BFEE89 color CMYK value is (20,0,42,7).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 6.67%
CMYK:
(20,0,42,7)
C20M0Y42K7 
(20%,0%,42%,7%)
(0.20/0.00/0.42/0.07)	

CMYK percentages

%19.75
%0
%42.44
%6.67

Codes

Color #BFEE89 in popluar color models

BFEE89
RGB191238137
HSL88°74.81%73.53%
HSB/HSV88°42.44%93.33%
CMYK19.75%0.00%42.44%
6.67%

Color #BFEE89 in popluar number systems.

HEXBFEE89
Decimal191238137
Binary101111111110111010001001
Octal277356211

Shades and tints

Shades of #BFEE89

#BFEE89
(191,238,137)
#AED97D
(174,217,125)
#9DC471
(157,196,113)
#8CAF65
(140,175,101)
#7B9A59
(123,154,89)
#6A854D
(106,133,77)
#597041
(89,112,65)
#485B35
(72,91,53)
#374629
(55,70,41)
#26311D
(38,49,29)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #BFEE89

#BFEE89
(191,238,137)
#C4EF93
(196,239,147)
#C9F09D
(201,240,157)
#CEF1A7
(206,241,167)
#D3F2B1
(211,242,177)
#D8F3BB
(216,243,187)
#DDF4C5
(221,244,197)
#E2F5CF
(226,245,207)
#E7F6D9
(231,246,217)
#ECF7E3
(236,247,227)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFEE89 color. Also use rgb(191,238,137) instead hex code.

Text Font Color

.myTextColor { color: #BFEE89; }

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

This text font color is #BFEE89.


Background Color

.myBgColor { background-color: #BFEE89; }

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

This div background color is #BFEE89.


Border color

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

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

This div border color is #BFEE89.


Opacity

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

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

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

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

This text has shadow with #BFEE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFEE89 on black background.


Color preview on white background

This text has color #BFEE89 on white background.



Black color preview on #BFEE89 background

This text has black color on #BFEE89 background.


White color preview on #BFEE89 background

This text has white color on #BFEE89 background.