COLOR #BFF895

HEX: #BFF895
RGB: (191,248,149)

Color info

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

RGB color model

#BFF895 color RGB value is (191,248,149).

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

RGB channels and saturation

R 191 of 255 = 75%
G 248 of 255 = 97%
B 149 of 255 = 58%

191
248
149

R + G + B ~ 77%. #BFF895 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 248 + 149 = 588 (100%)
R 191 of 588 ~ 32.48%
G 248 of 588 ~ 42.18%
B 149 of 588 ~ 25.34%

%32.48
%42.18
%25.34

CMYK color model

#BFF895 color CMYK value is (23,0,40,3).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 39.92%
  • key color value is 2.75%
CMYK:
(23,0,40,3)
C23M0Y40K3 
(23%,0%,40%,3%)
(0.23/0.00/0.40/0.03)	

CMYK percentages

%22.98
%0
%39.92
%2.75

Codes

Color #BFF895 in popluar color models

BFF895
RGB191248149
HSL95°87.61%77.84%
HSB/HSV95°39.92%97.25%
CMYK22.98%0.00%39.92%
2.75%

Color #BFF895 in popluar number systems.

HEXBFF895
Decimal191248149
Binary101111111111100010010101
Octal277370225

Shades and tints

Shades of #BFF895

#BFF895
(191,248,149)
#AEE288
(174,226,136)
#9DCC7B
(157,204,123)
#8CB66E
(140,182,110)
#7BA061
(123,160,97)
#6A8A54
(106,138,84)
#597447
(89,116,71)
#485E3A
(72,94,58)
#37482D
(55,72,45)
#263220
(38,50,32)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #BFF895

#BFF895
(191,248,149)
#C4F89E
(196,248,158)
#C9F8A7
(201,248,167)
#CEF8B0
(206,248,176)
#D3F8B9
(211,248,185)
#D8F8C2
(216,248,194)
#DDF8CB
(221,248,203)
#E2F8D4
(226,248,212)
#E7F8DD
(231,248,221)
#ECF8E6
(236,248,230)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFF895; }

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

This text font color is #BFF895.


Background Color

.myBgColor { background-color: #BFF895; }

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

This div background color is #BFF895.


Border color

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

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

This div border color is #BFF895.


Opacity

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

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

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

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

This text has shadow with #BFF895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF895 on black background.


Color preview on white background

This text has color #BFF895 on white background.



Black color preview on #BFF895 background

This text has black color on #BFF895 background.


White color preview on #BFF895 background

This text has white color on #BFF895 background.