COLOR #BFE197

HEX: #BFE197
RGB: (191,225,151)

Color info

#BFE197 contains mainly red and green colors. Web safe color of #BFE197 is #CCCC99 (or #CC9).

RGB color model

#BFE197 color RGB value is (191,225,151).

  • red value is 191;
  • green value is 225;
  • blue value is 151.
RGB:
(191,225,151)
(75%,88%,59%)

RGB channels and saturation

R 191 of 255 = 75%
G 225 of 255 = 88%
B 151 of 255 = 59%

191
225
151

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

Portions of RGB colors in percentages

R + G + B =
191 + 225 + 151 = 567 (100%)
R 191 of 567 ~ 33.69%
G 225 of 567 ~ 39.68%
B 151 of 567 ~ 26.63%

%33.69
%39.68
%26.63

CMYK color model

#BFE197 color CMYK value is (15,0,33,12).

  • cyan value is 15.11%
  • magenta value is 0.00%
  • yellow value is 32.89%
  • key color value is 11.76%
CMYK:
(15,0,33,12)
C15M0Y33K12 
(15%,0%,33%,12%)
(0.15/0.00/0.33/0.12)	

CMYK percentages

%15.11
%0
%32.89
%11.76

Codes

Color #BFE197 in popluar color models

BFE197
RGB191225151
HSL88°55.22%73.73%
HSB/HSV88°32.89%88.24%
CMYK15.11%0.00%32.89%
11.76%

Color #BFE197 in popluar number systems.

HEXBFE197
Decimal191225151
Binary101111111110000110010111
Octal277341227

Shades and tints

Shades of #BFE197

#BFE197
(191,225,151)
#AECD8A
(174,205,138)
#9DB97D
(157,185,125)
#8CA570
(140,165,112)
#7B9163
(123,145,99)
#6A7D56
(106,125,86)
#596949
(89,105,73)
#48553C
(72,85,60)
#37412F
(55,65,47)
#262D22
(38,45,34)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #BFE197

#BFE197
(191,225,151)
#C4E3A0
(196,227,160)
#C9E5A9
(201,229,169)
#CEE7B2
(206,231,178)
#D3E9BB
(211,233,187)
#D8EBC4
(216,235,196)
#DDEDCD
(221,237,205)
#E2EFD6
(226,239,214)
#E7F1DF
(231,241,223)
#ECF3E8
(236,243,232)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE197 color. Also use rgb(191,225,151) instead hex code.

Text Font Color

.myTextColor { color: #BFE197; }

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

This text font color is #BFE197.


Background Color

.myBgColor { background-color: #BFE197; }

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

This div background color is #BFE197.


Border color

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

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

This div border color is #BFE197.


Opacity

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

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

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

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

This text has shadow with #BFE197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE197 on black background.


Color preview on white background

This text has color #BFE197 on white background.



Black color preview on #BFE197 background

This text has black color on #BFE197 background.


White color preview on #BFE197 background

This text has white color on #BFE197 background.