COLOR #BFD897

HEX: #BFD897
RGB: (191,216,151)

Color info

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

RGB color model

#BFD897 color RGB value is (191,216,151).

  • red value is 191;
  • green value is 216;
  • blue value is 151.
RGB:
(191,216,151)
(75%,85%,59%)

RGB channels and saturation

R 191 of 255 = 75%
G 216 of 255 = 85%
B 151 of 255 = 59%

191
216
151

R + G + B ~ 73%. #BFD897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 216 + 151 = 558 (100%)
R 191 of 558 ~ 34.23%
G 216 of 558 ~ 38.71%
B 151 of 558 ~ 27.06%

%34.23
%38.71
%27.06

CMYK color model

#BFD897 color CMYK value is (12,0,30,15).

  • cyan value is 11.57%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 15.29%
CMYK:
(12,0,30,15)
C12M0Y30K15 
(12%,0%,30%,15%)
(0.12/0.00/0.30/0.15)	

CMYK percentages

%11.57
%0
%30.09
%15.29

Codes

Color #BFD897 in popluar color models

BFD897
RGB191216151
HSL83°45.45%71.96%
HSB/HSV83°30.09%84.71%
CMYK11.57%0.00%30.09%
15.29%

Color #BFD897 in popluar number systems.

HEXBFD897
Decimal191216151
Binary101111111101100010010111
Octal277330227

Shades and tints

Shades of #BFD897

#BFD897
(191,216,151)
#AEC58A
(174,197,138)
#9DB27D
(157,178,125)
#8C9F70
(140,159,112)
#7B8C63
(123,140,99)
#6A7956
(106,121,86)
#596649
(89,102,73)
#48533C
(72,83,60)
#37402F
(55,64,47)
#262D22
(38,45,34)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #BFD897

#BFD897
(191,216,151)
#C4DBA0
(196,219,160)
#C9DEA9
(201,222,169)
#CEE1B2
(206,225,178)
#D3E4BB
(211,228,187)
#D8E7C4
(216,231,196)
#DDEACD
(221,234,205)
#E2EDD6
(226,237,214)
#E7F0DF
(231,240,223)
#ECF3E8
(236,243,232)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD897 color. Also use rgb(191,216,151) instead hex code.

Text Font Color

.myTextColor { color: #BFD897; }

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

This text font color is #BFD897.


Background Color

.myBgColor { background-color: #BFD897; }

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

This div background color is #BFD897.


Border color

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

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

This div border color is #BFD897.


Opacity

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

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

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

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

This text has shadow with #BFD897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD897 on black background.


Color preview on white background

This text has color #BFD897 on white background.



Black color preview on #BFD897 background

This text has black color on #BFD897 background.


White color preview on #BFD897 background

This text has white color on #BFD897 background.