COLOR #B9CF96

HEX: #B9CF96 RGB: (185,207,150)

Color info

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

RGB color model

#B9CF96 color RGB value is (185,207,150).

RGB: (185,207,150) (73%, 81%, 59%)

RGB channels and saturation

R 185 of 255 = 73%
G 207 of 255 = 81%
B 150 of 255 = 59%

185
207
150

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

Portions of RGB colors in percentages

R + G + B = 185 + 207 + 150 = 542 (100%)
R 185 of 542 ~ 34.13%
G 207 of 542 ~ 38.19%
B 150 of 542 ~ 27.68'%

%34.13
%38.19
%27.68

CMYK color model

#B9CF96 color CMYK value is (11,0,28,19).

  • cyan value is 10.63%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 18.82%

CMYK: (11,0,28,19)
C11M0Y28K19 (11%, 0%, 28%, 19%)
(0.11 / 0.00 / 0.28 / 0.19)

CMYK percentages

%10.63
%0
%27.54
%18.82

Codes

Color #B9CF96 in popluar color models

B9 CF 96
RGB 185 207 150
HSL 83° 37.25% 70.00%
HSB/HSV 83° 27.54% 81.18%
CMYK 10.63% 0.00% 27.54%
18.82%

Color #B9CF96 in popluar number systems.

HEX B9 CF 96
Decimal 185 207 150
Binary 10111001 11001111 10010110
Octal 271 317 226

Shades and tints

Shades of #B9CF96

#B9CF96
(185,207,150)
#A9BD89
(169,189,137)
#99AB7C
(153,171,124)
#89996F
(137,153,111)
#798762
(121,135,98)
#697555
(105,117,85)
#596348
(89,99,72)
#49513B
(73,81,59)
#393F2E
(57,63,46)
#292D21
(41,45,33)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #B9CF96

#B9CF96
(185,207,150)
#BFD39F
(191,211,159)
#C5D7A8
(197,215,168)
#CBDBB1
(203,219,177)
#D1DFBA
(209,223,186)
#D7E3C3
(215,227,195)
#DDE7CC
(221,231,204)
#E3EBD5
(227,235,213)
#E9EFDE
(233,239,222)
#EFF3E7
(239,243,231)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CF96 color. Also use rgb(185,207,150) instead hex code.

Text Font Color

.myTextColor { color: #B9CF96; }

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

This text font color is #B9CF96.

Background Color

.myBgColor { background-color: #B9CF96; }

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

This div background color is #B9CF96.

Border color

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

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

This div border color is #B9CF96.

Opacity

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

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

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

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

This text has shadow with #B9CF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CF96.

Preview

Color preview on black background

This text has color #B9CF96 on black background.


Color preview on white background

This text has color #B9CF96 on white background.


Black color preview on #B9CF96 background

This text has black color on #B9CF96 background.


White color preview on #B9CF96 background

This text has white color on #B9CF96 background.


Related colors

Complementary color

Complementary color for #hex is #463069.


I love getcolorcode.com

Triadic colors

1 #96B9CF and #CF96B9 with #B9CF96 are triadic colors.

2 #96CFB9 and #CFB996 with #B9CF96 are triadic colors.