COLOR #B4C797

HEX: #B4C797
RGB: (180,199,151)

Color info

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

RGB color model

#B4C797 color RGB value is (180,199,151).

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

RGB channels and saturation

R 180 of 255 = 71%
G 199 of 255 = 78%
B 151 of 255 = 59%

180
199
151

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

Portions of RGB colors in percentages

R + G + B =
180 + 199 + 151 = 530 (100%)
R 180 of 530 ~ 33.96%
G 199 of 530 ~ 37.55%
B 151 of 530 ~ 28.49%

%33.96
%37.55
%28.49

CMYK color model

#B4C797 color CMYK value is (10,0,24,22).

  • cyan value is 9.55%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 21.96%
CMYK:
(10,0,24,22)
C10M0Y24K22 
(10%,0%,24%,22%)
(0.10/0.00/0.24/0.22)	

CMYK percentages

%9.55
%0
%24.12
%21.96

Codes

Color #B4C797 in popluar color models

B4C797
RGB180199151
HSL84°30.00%68.63%
HSB/HSV84°24.12%78.04%
CMYK9.55%0.00%24.12%
21.96%

Color #B4C797 in popluar number systems.

HEXB4C797
Decimal180199151
Binary101101001100011110010111
Octal264307227

Shades and tints

Shades of #B4C797

#B4C797
(180,199,151)
#A4B58A
(164,181,138)
#94A37D
(148,163,125)
#849170
(132,145,112)
#747F63
(116,127,99)
#646D56
(100,109,86)
#545B49
(84,91,73)
#44493C
(68,73,60)
#34372F
(52,55,47)
#242522
(36,37,34)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #B4C797

#B4C797
(180,199,151)
#BACCA0
(186,204,160)
#C0D1A9
(192,209,169)
#C6D6B2
(198,214,178)
#CCDBBB
(204,219,187)
#D2E0C4
(210,224,196)
#D8E5CD
(216,229,205)
#DEEAD6
(222,234,214)
#E4EFDF
(228,239,223)
#EAF4E8
(234,244,232)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C797 color. Also use rgb(180,199,151) instead hex code.

Text Font Color

.myTextColor { color: #B4C797; }

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

This text font color is #B4C797.


Background Color

.myBgColor { background-color: #B4C797; }

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

This div background color is #B4C797.


Border color

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

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

This div border color is #B4C797.


Opacity

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

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

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

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

This text has shadow with #B4C797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C797 on black background.


Color preview on white background

This text has color #B4C797 on white background.



Black color preview on #B4C797 background

This text has black color on #B4C797 background.


White color preview on #B4C797 background

This text has white color on #B4C797 background.