COLOR #B5CB96

HEX: #B5CB96
RGB: (181,203,150)

Color info

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

RGB color model

#B5CB96 color RGB value is (181,203,150).

  • red value is 181;
  • green value is 203;
  • blue value is 150.
RGB:
(181,203,150)
(71%,80%,59%)

RGB channels and saturation

R 181 of 255 = 71%
G 203 of 255 = 80%
B 150 of 255 = 59%

181
203
150

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

Portions of RGB colors in percentages

R + G + B =
181 + 203 + 150 = 534 (100%)
R 181 of 534 ~ 33.9%
G 203 of 534 ~ 38.01%
B 150 of 534 ~ 28.09%

%33.9
%38.01
%28.09

CMYK color model

#B5CB96 color CMYK value is (11,0,26,20).

  • cyan value is 10.84%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 20.39%
CMYK:
(11,0,26,20)
C11M0Y26K20 
(11%,0%,26%,20%)
(0.11/0.00/0.26/0.20)	

CMYK percentages

%10.84
%0
%26.11
%20.39

Codes

Color #B5CB96 in popluar color models

B5CB96
RGB181203150
HSL85°33.76%69.22%
HSB/HSV85°26.11%79.61%
CMYK10.84%0.00%26.11%
20.39%

Color #B5CB96 in popluar number systems.

HEXB5CB96
Decimal181203150
Binary101101011100101110010110
Octal265313226

Shades and tints

Shades of #B5CB96

#B5CB96
(181,203,150)
#A5B989
(165,185,137)
#95A77C
(149,167,124)
#85956F
(133,149,111)
#758362
(117,131,98)
#657155
(101,113,85)
#555F48
(85,95,72)
#454D3B
(69,77,59)
#353B2E
(53,59,46)
#252921
(37,41,33)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #B5CB96

#B5CB96
(181,203,150)
#BBCF9F
(187,207,159)
#C1D3A8
(193,211,168)
#C7D7B1
(199,215,177)
#CDDBBA
(205,219,186)
#D3DFC3
(211,223,195)
#D9E3CC
(217,227,204)
#DFE7D5
(223,231,213)
#E5EBDE
(229,235,222)
#EBEFE7
(235,239,231)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CB96 color. Also use rgb(181,203,150) instead hex code.

Text Font Color

.myTextColor { color: #B5CB96; }

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

This text font color is #B5CB96.


Background Color

.myBgColor { background-color: #B5CB96; }

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

This div background color is #B5CB96.


Border color

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

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

This div border color is #B5CB96.


Opacity

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

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

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

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

This text has shadow with #B5CB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CB96 on black background.


Color preview on white background

This text has color #B5CB96 on white background.



Black color preview on #B5CB96 background

This text has black color on #B5CB96 background.


White color preview on #B5CB96 background

This text has white color on #B5CB96 background.