COLOR #BFC59E

HEX: #BFC59E RGB: (191,197,158)

Color info

#BFC59E contains red, green and blue colors in about the same proportion. Web safe color of #BFC59E is #CCCC99 (or #CC9).

RGB color model

#BFC59E color RGB value is (191,197,158).

RGB: (191,197,158) (75%, 77%, 62%)

RGB channels and saturation

R 191 of 255 = 75%
G 197 of 255 = 77%
B 158 of 255 = 62%

191
197
158

R + G + B ~ 71%. #BFC59E is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 197 + 158 = 546 (100%)
R 191 of 546 ~ 34.98%
G 197 of 546 ~ 36.08%
B 158 of 546 ~ 28.94'%

%34.98
%36.08
%28.94

CMYK color model

#BFC59E color CMYK value is (3,0,20,23).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%

CMYK: (3,0,20,23)
C3M0Y20K23 (3%, 0%, 20%, 23%)
(0.03 / 0.00 / 0.20 / 0.23)

CMYK percentages

%3.05
%0
%19.8
%22.75

Codes

Color #BFC59E in popluar color models

BF C5 9E
RGB 191 197 158
HSL 69° 25.16% 69.61%
HSB/HSV 69° 19.80% 77.25%
CMYK 3.05% 0.00% 19.80%
22.75%

Color #BFC59E in popluar number systems.

HEX BF C5 9E
Decimal 191 197 158
Binary 10111111 11000101 10011110
Octal 277 305 236

Shades and tints

Shades of #BFC59E

#BFC59E
(191,197,158)
#AEB490
(174,180,144)
#9DA382
(157,163,130)
#8C9274
(140,146,116)
#7B8166
(123,129,102)
#6A7058
(106,112,88)
#595F4A
(89,95,74)
#484E3C
(72,78,60)
#373D2E
(55,61,46)
#262C20
(38,44,32)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #BFC59E

#BFC59E
(191,197,158)
#C4CAA6
(196,202,166)
#C9CFAE
(201,207,174)
#CED4B6
(206,212,182)
#D3D9BE
(211,217,190)
#D8DEC6
(216,222,198)
#DDE3CE
(221,227,206)
#E2E8D6
(226,232,214)
#E7EDDE
(231,237,222)
#ECF2E6
(236,242,230)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC59E; }

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

This text font color is #BFC59E.

Background Color

.myBgColor { background-color: #BFC59E; }

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

This div background color is #BFC59E.

Border color

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

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

This div border color is #BFC59E.

Opacity

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

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

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

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

This text has shadow with #BFC59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC59E.

Preview

Color preview on black background

This text has color #BFC59E on black background.


Color preview on white background

This text has color #BFC59E on white background.


Black color preview on #BFC59E background

This text has black color on #BFC59E background.


White color preview on #BFC59E background

This text has white color on #BFC59E background.


Related colors

Complementary color

Complementary color for #hex is #403A61.


I love getcolorcode.com

Triadic colors

1 #9EBFC5 and #C59EBF with #BFC59E are triadic colors.

2 #9EC5BF and #C5BF9E with #BFC59E are triadic colors.