COLOR #B3CF96

HEX: #B3CF96
RGB: (179,207,150)

Color info

#B3CF96 contains red, green and blue colors in about the same proportion. Web safe color of #B3CF96 is #99CC99 (or #9C9).

RGB color model

#B3CF96 color RGB value is (179,207,150).

  • red value is 179;
  • green value is 207;
  • blue value is 150.
RGB:
(179,207,150)
(70%,81%,59%)

RGB channels and saturation

R 179 of 255 = 70%
G 207 of 255 = 81%
B 150 of 255 = 59%

179
207
150

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

Portions of RGB colors in percentages

R + G + B =
179 + 207 + 150 = 536 (100%)
R 179 of 536 ~ 33.4%
G 207 of 536 ~ 38.62%
B 150 of 536 ~ 27.99%

%33.4
%38.62
%27.99

CMYK color model

#B3CF96 color CMYK value is (14,0,28,19).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 18.82%
CMYK:
(14,0,28,19)
C14M0Y28K19 
(14%,0%,28%,19%)
(0.14/0.00/0.28/0.19)	

CMYK percentages

%13.53
%0
%27.54
%18.82

Codes

Color #B3CF96 in popluar color models

B3CF96
RGB179207150
HSL89°37.25%70.00%
HSB/HSV89°27.54%81.18%
CMYK13.53%0.00%27.54%
18.82%

Color #B3CF96 in popluar number systems.

HEXB3CF96
Decimal179207150
Binary101100111100111110010110
Octal263317226

Shades and tints

Shades of #B3CF96

#B3CF96
(179,207,150)
#A3BD89
(163,189,137)
#93AB7C
(147,171,124)
#83996F
(131,153,111)
#738762
(115,135,98)
#637555
(99,117,85)
#536348
(83,99,72)
#43513B
(67,81,59)
#333F2E
(51,63,46)
#232D21
(35,45,33)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #B3CF96

#B3CF96
(179,207,150)
#B9D39F
(185,211,159)
#BFD7A8
(191,215,168)
#C5DBB1
(197,219,177)
#CBDFBA
(203,223,186)
#D1E3C3
(209,227,195)
#D7E7CC
(215,231,204)
#DDEBD5
(221,235,213)
#E3EFDE
(227,239,222)
#E9F3E7
(233,243,231)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CF96; }

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

This text font color is #B3CF96.


Background Color

.myBgColor { background-color: #B3CF96; }

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

This div background color is #B3CF96.


Border color

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

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

This div border color is #B3CF96.


Opacity

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

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

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

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

This text has shadow with #B3CF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CF96 on black background.


Color preview on white background

This text has color #B3CF96 on white background.



Black color preview on #B3CF96 background

This text has black color on #B3CF96 background.


White color preview on #B3CF96 background

This text has white color on #B3CF96 background.