COLOR #BFE98C

HEX: #BFE98C
RGB: (191,233,140)

Color info

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

RGB color model

#BFE98C color RGB value is (191,233,140).

  • red value is 191;
  • green value is 233;
  • blue value is 140.
RGB:
(191,233,140)
(75%,91%,55%)

RGB channels and saturation

R 191 of 255 = 75%
G 233 of 255 = 91%
B 140 of 255 = 55%

191
233
140

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

Portions of RGB colors in percentages

R + G + B =
191 + 233 + 140 = 564 (100%)
R 191 of 564 ~ 33.87%
G 233 of 564 ~ 41.31%
B 140 of 564 ~ 24.82%

%33.87
%41.31
%24.82

CMYK color model

#BFE98C color CMYK value is (18,0,40,9).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 8.63%
CMYK:
(18,0,40,9)
C18M0Y40K9 
(18%,0%,40%,9%)
(0.18/0.00/0.40/0.09)	

CMYK percentages

%18.03
%0
%39.91
%8.63

Codes

Color #BFE98C in popluar color models

BFE98C
RGB191233140
HSL87°67.88%73.14%
HSB/HSV87°39.91%91.37%
CMYK18.03%0.00%39.91%
8.63%

Color #BFE98C in popluar number systems.

HEXBFE98C
Decimal191233140
Binary101111111110100110001100
Octal277351214

Shades and tints

Shades of #BFE98C

#BFE98C
(191,233,140)
#AED480
(174,212,128)
#9DBF74
(157,191,116)
#8CAA68
(140,170,104)
#7B955C
(123,149,92)
#6A8050
(106,128,80)
#596B44
(89,107,68)
#485638
(72,86,56)
#37412C
(55,65,44)
#262C20
(38,44,32)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #BFE98C

#BFE98C
(191,233,140)
#C4EB96
(196,235,150)
#C9EDA0
(201,237,160)
#CEEFAA
(206,239,170)
#D3F1B4
(211,241,180)
#D8F3BE
(216,243,190)
#DDF5C8
(221,245,200)
#E2F7D2
(226,247,210)
#E7F9DC
(231,249,220)
#ECFBE6
(236,251,230)
#F1FDF0
(241,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE98C color. Also use rgb(191,233,140) instead hex code.

Text Font Color

.myTextColor { color: #BFE98C; }

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

This text font color is #BFE98C.


Background Color

.myBgColor { background-color: #BFE98C; }

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

This div background color is #BFE98C.


Border color

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

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

This div border color is #BFE98C.


Opacity

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

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

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

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

This text has shadow with #BFE98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE98C on black background.


Color preview on white background

This text has color #BFE98C on white background.



Black color preview on #BFE98C background

This text has black color on #BFE98C background.


White color preview on #BFE98C background

This text has white color on #BFE98C background.