COLOR #BFD289

HEX: #BFD289
RGB: (191,210,137)

Color info

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

RGB color model

#BFD289 color RGB value is (191,210,137).

  • red value is 191;
  • green value is 210;
  • blue value is 137.
RGB:
(191,210,137)
(75%,82%,54%)

RGB channels and saturation

R 191 of 255 = 75%
G 210 of 255 = 82%
B 137 of 255 = 54%

191
210
137

R + G + B ~ 70%. #BFD289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 210 + 137 = 538 (100%)
R 191 of 538 ~ 35.5%
G 210 of 538 ~ 39.03%
B 137 of 538 ~ 25.46%

%35.5
%39.03
%25.46

CMYK color model

#BFD289 color CMYK value is (9,0,35,18).

  • cyan value is 9.05%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 17.65%
CMYK:
(9,0,35,18)
C9M0Y35K18 
(9%,0%,35%,18%)
(0.09/0.00/0.35/0.18)	

CMYK percentages

%9.05
%0
%34.76
%17.65

Codes

Color #BFD289 in popluar color models

BFD289
RGB191210137
HSL76°44.79%68.04%
HSB/HSV76°34.76%82.35%
CMYK9.05%0.00%34.76%
17.65%

Color #BFD289 in popluar number systems.

HEXBFD289
Decimal191210137
Binary101111111101001010001001
Octal277322211

Shades and tints

Shades of #BFD289

#BFD289
(191,210,137)
#AEBF7D
(174,191,125)
#9DAC71
(157,172,113)
#8C9965
(140,153,101)
#7B8659
(123,134,89)
#6A734D
(106,115,77)
#596041
(89,96,65)
#484D35
(72,77,53)
#373A29
(55,58,41)
#26271D
(38,39,29)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #BFD289

#BFD289
(191,210,137)
#C4D693
(196,214,147)
#C9DA9D
(201,218,157)
#CEDEA7
(206,222,167)
#D3E2B1
(211,226,177)
#D8E6BB
(216,230,187)
#DDEAC5
(221,234,197)
#E2EECF
(226,238,207)
#E7F2D9
(231,242,217)
#ECF6E3
(236,246,227)
#F1FAED
(241,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD289 color. Also use rgb(191,210,137) instead hex code.

Text Font Color

.myTextColor { color: #BFD289; }

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

This text font color is #BFD289.


Background Color

.myBgColor { background-color: #BFD289; }

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

This div background color is #BFD289.


Border color

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

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

This div border color is #BFD289.


Opacity

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

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

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

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

This text has shadow with #BFD289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD289 on black background.


Color preview on white background

This text has color #BFD289 on white background.



Black color preview on #BFD289 background

This text has black color on #BFD289 background.


White color preview on #BFD289 background

This text has white color on #BFD289 background.