COLOR #BFE69E

HEX: #BFE69E
RGB: (191,230,158)

Color info

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

RGB color model

#BFE69E color RGB value is (191,230,158).

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

RGB channels and saturation

R 191 of 255 = 75%
G 230 of 255 = 90%
B 158 of 255 = 62%

191
230
158

R + G + B ~ 76%. #BFE69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 230 + 158 = 579 (100%)
R 191 of 579 ~ 32.99%
G 230 of 579 ~ 39.72%
B 158 of 579 ~ 27.29%

%32.99
%39.72
%27.29

CMYK color model

#BFE69E color CMYK value is (17,0,31,10).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 9.80%
CMYK:
(17,0,31,10)
C17M0Y31K10 
(17%,0%,31%,10%)
(0.17/0.00/0.31/0.10)	

CMYK percentages

%16.96
%0
%31.3
%9.8

Codes

Color #BFE69E in popluar color models

BFE69E
RGB191230158
HSL93°59.02%76.08%
HSB/HSV93°31.30%90.20%
CMYK16.96%0.00%31.30%
9.80%

Color #BFE69E in popluar number systems.

HEXBFE69E
Decimal191230158
Binary101111111110011010011110
Octal277346236

Shades and tints

Shades of #BFE69E

#BFE69E
(191,230,158)
#AED290
(174,210,144)
#9DBE82
(157,190,130)
#8CAA74
(140,170,116)
#7B9666
(123,150,102)
#6A8258
(106,130,88)
#596E4A
(89,110,74)
#485A3C
(72,90,60)
#37462E
(55,70,46)
#263220
(38,50,32)
#151E12
(21,30,18)
#000000
(0,0,0)

Tints of #BFE69E

#BFE69E
(191,230,158)
#C4E8A6
(196,232,166)
#C9EAAE
(201,234,174)
#CEECB6
(206,236,182)
#D3EEBE
(211,238,190)
#D8F0C6
(216,240,198)
#DDF2CE
(221,242,206)
#E2F4D6
(226,244,214)
#E7F6DE
(231,246,222)
#ECF8E6
(236,248,230)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE69E; }

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

This text font color is #BFE69E.


Background Color

.myBgColor { background-color: #BFE69E; }

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

This div background color is #BFE69E.


Border color

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

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

This div border color is #BFE69E.


Opacity

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

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

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

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

This text has shadow with #BFE69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE69E on black background.


Color preview on white background

This text has color #BFE69E on white background.



Black color preview on #BFE69E background

This text has black color on #BFE69E background.


White color preview on #BFE69E background

This text has white color on #BFE69E background.