COLOR #BFD996

HEX: #BFD996
RGB: (191,217,150)

Color info

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

RGB color model

#BFD996 color RGB value is (191,217,150).

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

RGB channels and saturation

R 191 of 255 = 75%
G 217 of 255 = 85%
B 150 of 255 = 59%

191
217
150

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

Portions of RGB colors in percentages

R + G + B =
191 + 217 + 150 = 558 (100%)
R 191 of 558 ~ 34.23%
G 217 of 558 ~ 38.89%
B 150 of 558 ~ 26.88%

%34.23
%38.89
%26.88

CMYK color model

#BFD996 color CMYK value is (12,0,31,15).

  • cyan value is 11.98%
  • magenta value is 0.00%
  • yellow value is 30.88%
  • key color value is 14.90%
CMYK:
(12,0,31,15)
C12M0Y31K15 
(12%,0%,31%,15%)
(0.12/0.00/0.31/0.15)	

CMYK percentages

%11.98
%0
%30.88
%14.9

Codes

Color #BFD996 in popluar color models

BFD996
RGB191217150
HSL83°46.85%71.96%
HSB/HSV83°30.88%85.10%
CMYK11.98%0.00%30.88%
14.90%

Color #BFD996 in popluar number systems.

HEXBFD996
Decimal191217150
Binary101111111101100110010110
Octal277331226

Shades and tints

Shades of #BFD996

#BFD996
(191,217,150)
#AEC689
(174,198,137)
#9DB37C
(157,179,124)
#8CA06F
(140,160,111)
#7B8D62
(123,141,98)
#6A7A55
(106,122,85)
#596748
(89,103,72)
#48543B
(72,84,59)
#37412E
(55,65,46)
#262E21
(38,46,33)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #BFD996

#BFD996
(191,217,150)
#C4DC9F
(196,220,159)
#C9DFA8
(201,223,168)
#CEE2B1
(206,226,177)
#D3E5BA
(211,229,186)
#D8E8C3
(216,232,195)
#DDEBCC
(221,235,204)
#E2EED5
(226,238,213)
#E7F1DE
(231,241,222)
#ECF4E7
(236,244,231)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD996 color. Also use rgb(191,217,150) instead hex code.

Text Font Color

.myTextColor { color: #BFD996; }

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

This text font color is #BFD996.


Background Color

.myBgColor { background-color: #BFD996; }

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

This div background color is #BFD996.


Border color

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

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

This div border color is #BFD996.


Opacity

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

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

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

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

This text has shadow with #BFD996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD996 on black background.


Color preview on white background

This text has color #BFD996 on white background.



Black color preview on #BFD996 background

This text has black color on #BFD996 background.


White color preview on #BFD996 background

This text has white color on #BFD996 background.