COLOR #BFF888

HEX: #BFF888
RGB: (191,248,136)

Color info

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

RGB color model

#BFF888 color RGB value is (191,248,136).

  • red value is 191;
  • green value is 248;
  • blue value is 136.
RGB:
(191,248,136)
(75%,97%,53%)

RGB channels and saturation

R 191 of 255 = 75%
G 248 of 255 = 97%
B 136 of 255 = 53%

191
248
136

R + G + B ~ 75%. #BFF888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 248 + 136 = 575 (100%)
R 191 of 575 ~ 33.22%
G 248 of 575 ~ 43.13%
B 136 of 575 ~ 23.65%

%33.22
%43.13
%23.65

CMYK color model

#BFF888 color CMYK value is (23,0,45,3).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 45.16%
  • key color value is 2.75%
CMYK:
(23,0,45,3)
C23M0Y45K3 
(23%,0%,45%,3%)
(0.23/0.00/0.45/0.03)	

CMYK percentages

%22.98
%0
%45.16
%2.75

Codes

Color #BFF888 in popluar color models

BFF888
RGB191248136
HSL91°88.89%75.29%
HSB/HSV91°45.16%97.25%
CMYK22.98%0.00%45.16%
2.75%

Color #BFF888 in popluar number systems.

HEXBFF888
Decimal191248136
Binary101111111111100010001000
Octal277370210

Shades and tints

Shades of #BFF888

#BFF888
(191,248,136)
#AEE27C
(174,226,124)
#9DCC70
(157,204,112)
#8CB664
(140,182,100)
#7BA058
(123,160,88)
#6A8A4C
(106,138,76)
#597440
(89,116,64)
#485E34
(72,94,52)
#374828
(55,72,40)
#26321C
(38,50,28)
#151C10
(21,28,16)
#000000
(0,0,0)

Tints of #BFF888

#BFF888
(191,248,136)
#C4F892
(196,248,146)
#C9F89C
(201,248,156)
#CEF8A6
(206,248,166)
#D3F8B0
(211,248,176)
#D8F8BA
(216,248,186)
#DDF8C4
(221,248,196)
#E2F8CE
(226,248,206)
#E7F8D8
(231,248,216)
#ECF8E2
(236,248,226)
#F1F8EC
(241,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF888 color. Also use rgb(191,248,136) instead hex code.

Text Font Color

.myTextColor { color: #BFF888; }

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

This text font color is #BFF888.


Background Color

.myBgColor { background-color: #BFF888; }

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

This div background color is #BFF888.


Border color

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

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

This div border color is #BFF888.


Opacity

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

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

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

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

This text has shadow with #BFF888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF888 on black background.


Color preview on white background

This text has color #BFF888 on white background.



Black color preview on #BFF888 background

This text has black color on #BFF888 background.


White color preview on #BFF888 background

This text has white color on #BFF888 background.