COLOR #B4C696

HEX: #B4C696
RGB: (180,198,150)

Color info

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

RGB color model

#B4C696 color RGB value is (180,198,150).

  • red value is 180;
  • green value is 198;
  • blue value is 150.
RGB:
(180,198,150)
(71%,78%,59%)

RGB channels and saturation

R 180 of 255 = 71%
G 198 of 255 = 78%
B 150 of 255 = 59%

180
198
150

R + G + B ~ 69%. #B4C696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 198 + 150 = 528 (100%)
R 180 of 528 ~ 34.09%
G 198 of 528 ~ 37.5%
B 150 of 528 ~ 28.41%

%34.09
%37.5
%28.41

CMYK color model

#B4C696 color CMYK value is (9,0,24,22).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 22.35%
CMYK:
(9,0,24,22)
C9M0Y24K22 
(9%,0%,24%,22%)
(0.09/0.00/0.24/0.22)	

CMYK percentages

%9.09
%0
%24.24
%22.35

Codes

Color #B4C696 in popluar color models

B4C696
RGB180198150
HSL83°29.63%68.24%
HSB/HSV83°24.24%77.65%
CMYK9.09%0.00%24.24%
22.35%

Color #B4C696 in popluar number systems.

HEXB4C696
Decimal180198150
Binary101101001100011010010110
Octal264306226

Shades and tints

Shades of #B4C696

#B4C696
(180,198,150)
#A4B489
(164,180,137)
#94A27C
(148,162,124)
#84906F
(132,144,111)
#747E62
(116,126,98)
#646C55
(100,108,85)
#545A48
(84,90,72)
#44483B
(68,72,59)
#34362E
(52,54,46)
#242421
(36,36,33)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #B4C696

#B4C696
(180,198,150)
#BACB9F
(186,203,159)
#C0D0A8
(192,208,168)
#C6D5B1
(198,213,177)
#CCDABA
(204,218,186)
#D2DFC3
(210,223,195)
#D8E4CC
(216,228,204)
#DEE9D5
(222,233,213)
#E4EEDE
(228,238,222)
#EAF3E7
(234,243,231)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C696 color. Also use rgb(180,198,150) instead hex code.

Text Font Color

.myTextColor { color: #B4C696; }

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

This text font color is #B4C696.


Background Color

.myBgColor { background-color: #B4C696; }

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

This div background color is #B4C696.


Border color

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

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

This div border color is #B4C696.


Opacity

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

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

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

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

This text has shadow with #B4C696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C696 on black background.


Color preview on white background

This text has color #B4C696 on white background.



Black color preview on #B4C696 background

This text has black color on #B4C696 background.


White color preview on #B4C696 background

This text has white color on #B4C696 background.