COLOR #B5C197

HEX: #B5C197
RGB: (181,193,151)

Color info

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

RGB color model

#B5C197 color RGB value is (181,193,151).

  • red value is 181;
  • green value is 193;
  • blue value is 151.
RGB:
(181,193,151)
(71%,76%,59%)

RGB channels and saturation

R 181 of 255 = 71%
G 193 of 255 = 76%
B 151 of 255 = 59%

181
193
151

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

Portions of RGB colors in percentages

R + G + B =
181 + 193 + 151 = 525 (100%)
R 181 of 525 ~ 34.48%
G 193 of 525 ~ 36.76%
B 151 of 525 ~ 28.76%

%34.48
%36.76
%28.76

CMYK color model

#B5C197 color CMYK value is (6,0,22,24).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 24.31%
CMYK:
(6,0,22,24)
C6M0Y22K24 
(6%,0%,22%,24%)
(0.06/0.00/0.22/0.24)	

CMYK percentages

%6.22
%0
%21.76
%24.31

Codes

Color #B5C197 in popluar color models

B5C197
RGB181193151
HSL77°25.30%67.45%
HSB/HSV77°21.76%75.69%
CMYK6.22%0.00%21.76%
24.31%

Color #B5C197 in popluar number systems.

HEXB5C197
Decimal181193151
Binary101101011100000110010111
Octal265301227

Shades and tints

Shades of #B5C197

#B5C197
(181,193,151)
#A5B08A
(165,176,138)
#959F7D
(149,159,125)
#858E70
(133,142,112)
#757D63
(117,125,99)
#656C56
(101,108,86)
#555B49
(85,91,73)
#454A3C
(69,74,60)
#35392F
(53,57,47)
#252822
(37,40,34)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B5C197

#B5C197
(181,193,151)
#BBC6A0
(187,198,160)
#C1CBA9
(193,203,169)
#C7D0B2
(199,208,178)
#CDD5BB
(205,213,187)
#D3DAC4
(211,218,196)
#D9DFCD
(217,223,205)
#DFE4D6
(223,228,214)
#E5E9DF
(229,233,223)
#EBEEE8
(235,238,232)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C197 color. Also use rgb(181,193,151) instead hex code.

Text Font Color

.myTextColor { color: #B5C197; }

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

This text font color is #B5C197.


Background Color

.myBgColor { background-color: #B5C197; }

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

This div background color is #B5C197.


Border color

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

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

This div border color is #B5C197.


Opacity

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

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

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

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

This text has shadow with #B5C197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C197 on black background.


Color preview on white background

This text has color #B5C197 on white background.



Black color preview on #B5C197 background

This text has black color on #B5C197 background.


White color preview on #B5C197 background

This text has white color on #B5C197 background.