COLOR #BFE9A6

HEX: #BFE9A6 RGB: (191,233,166)

Color info

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

RGB color model

#BFE9A6 color RGB value is (191,233,166).

RGB: (191,233,166) (75%, 91%, 65%)

RGB channels and saturation

R 191 of 255 = 75%
G 233 of 255 = 91%
B 166 of 255 = 65%

191
233
166

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

Portions of RGB colors in percentages

R + G + B = 191 + 233 + 166 = 590 (100%)
R 191 of 590 ~ 32.37%
G 233 of 590 ~ 39.49%
B 166 of 590 ~ 28.14'%

%32.37
%39.49
%28.14

CMYK color model

#BFE9A6 color CMYK value is (18,0,29,9).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 28.76%
  • key color value is 8.63%

CMYK: (18,0,29,9)
C18M0Y29K9 (18%, 0%, 29%, 9%)
(0.18 / 0.00 / 0.29 / 0.09)

CMYK percentages

%18.03
%0
%28.76
%8.63

Codes

Color #BFE9A6 in popluar color models

BF E9 A6
RGB 191 233 166
HSL 98° 60.36% 78.24%
HSB/HSV 98° 28.76% 91.37%
CMYK 18.03% 0.00% 28.76%
8.63%

Color #BFE9A6 in popluar number systems.

HEX BF E9 A6
Decimal 191 233 166
Binary 10111111 11101001 10100110
Octal 277 351 246

Shades and tints

Shades of #BFE9A6

#BFE9A6
(191,233,166)
#AED497
(174,212,151)
#9DBF88
(157,191,136)
#8CAA79
(140,170,121)
#7B956A
(123,149,106)
#6A805B
(106,128,91)
#596B4C
(89,107,76)
#48563D
(72,86,61)
#37412E
(55,65,46)
#262C1F
(38,44,31)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #BFE9A6

#BFE9A6
(191,233,166)
#C4EBAE
(196,235,174)
#C9EDB6
(201,237,182)
#CEEFBE
(206,239,190)
#D3F1C6
(211,241,198)
#D8F3CE
(216,243,206)
#DDF5D6
(221,245,214)
#E2F7DE
(226,247,222)
#E7F9E6
(231,249,230)
#ECFBEE
(236,251,238)
#F1FDF6
(241,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE9A6; }

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

This text font color is #BFE9A6.

Background Color

.myBgColor { background-color: #BFE9A6; }

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

This div background color is #BFE9A6.

Border color

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

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

This div border color is #BFE9A6.

Opacity

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

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

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

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

This text has shadow with #BFE9A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE9A6.

Preview

Color preview on black background

This text has color #BFE9A6 on black background.


Color preview on white background

This text has color #BFE9A6 on white background.


Black color preview on #BFE9A6 background

This text has black color on #BFE9A6 background.


White color preview on #BFE9A6 background

This text has white color on #BFE9A6 background.


Related colors

Complementary color

Complementary color for #hex is #401659.


I love getcolorcode.com

Triadic colors

1 #A6BFE9 and #E9A6BF with #BFE9A6 are triadic colors.

2 #A6E9BF and #E9BFA6 with #BFE9A6 are triadic colors.