COLOR #BFE68E

HEX: #BFE68E
RGB: (191,230,142)

Color info

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

RGB color model

#BFE68E color RGB value is (191,230,142).

  • red value is 191;
  • green value is 230;
  • blue value is 142.
RGB:
(191,230,142)
(75%,90%,56%)

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 142 of 255 = 56%

191
230
142

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

Portions of RGB colors in percentages

R + G + B =
191 + 230 + 142 = 563 (100%)
R 191 of 563 ~ 33.93%
G 230 of 563 ~ 40.85%
B 142 of 563 ~ 25.22%

%33.93
%40.85
%25.22

CMYK color model

#BFE68E color CMYK value is (17,0,38,10).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 9.80%
CMYK:
(17,0,38,10)
C17M0Y38K10 
(17%,0%,38%,10%)
(0.17/0.00/0.38/0.10)	

CMYK percentages

%16.96
%0
%38.26
%9.8

Codes

Color #BFE68E in popluar color models

BFE68E
RGB191230142
HSL87°63.77%72.94%
HSB/HSV87°38.26%90.20%
CMYK16.96%0.00%38.26%
9.80%

Color #BFE68E in popluar number systems.

HEXBFE68E
Decimal191230142
Binary101111111110011010001110
Octal277346216

Shades and tints

Shades of #BFE68E

#BFE68E
(191,230,142)
#AED282
(174,210,130)
#9DBE76
(157,190,118)
#8CAA6A
(140,170,106)
#7B965E
(123,150,94)
#6A8252
(106,130,82)
#596E46
(89,110,70)
#485A3A
(72,90,58)
#37462E
(55,70,46)
#263222
(38,50,34)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #BFE68E

#BFE68E
(191,230,142)
#C4E898
(196,232,152)
#C9EAA2
(201,234,162)
#CEECAC
(206,236,172)
#D3EEB6
(211,238,182)
#D8F0C0
(216,240,192)
#DDF2CA
(221,242,202)
#E2F4D4
(226,244,212)
#E7F6DE
(231,246,222)
#ECF8E8
(236,248,232)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE68E color. Also use rgb(191,230,142) instead hex code.

Text Font Color

.myTextColor { color: #BFE68E; }

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

This text font color is #BFE68E.


Background Color

.myBgColor { background-color: #BFE68E; }

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

This div background color is #BFE68E.


Border color

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

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

This div border color is #BFE68E.


Opacity

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

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

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

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

This text has shadow with #BFE68E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE68E on black background.


Color preview on white background

This text has color #BFE68E on white background.



Black color preview on #BFE68E background

This text has black color on #BFE68E background.


White color preview on #BFE68E background

This text has white color on #BFE68E background.