COLOR #B4C59C

HEX: #B4C59C
RGB: (180,197,156)

Color info

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

RGB color model

#B4C59C color RGB value is (180,197,156).

  • red value is 180;
  • green value is 197;
  • blue value is 156.
RGB:
(180,197,156)
(71%,77%,61%)

RGB channels and saturation

R 180 of 255 = 71%
G 197 of 255 = 77%
B 156 of 255 = 61%

180
197
156

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

Portions of RGB colors in percentages

R + G + B =
180 + 197 + 156 = 533 (100%)
R 180 of 533 ~ 33.77%
G 197 of 533 ~ 36.96%
B 156 of 533 ~ 29.27%

%33.77
%36.96
%29.27

CMYK color model

#B4C59C color CMYK value is (9,0,21,23).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 22.75%
CMYK:
(9,0,21,23)
C9M0Y21K23 
(9%,0%,21%,23%)
(0.09/0.00/0.21/0.23)	

CMYK percentages

%8.63
%0
%20.81
%22.75

Codes

Color #B4C59C in popluar color models

B4C59C
RGB180197156
HSL85°26.11%69.22%
HSB/HSV85°20.81%77.25%
CMYK8.63%0.00%20.81%
22.75%

Color #B4C59C in popluar number systems.

HEXB4C59C
Decimal180197156
Binary101101001100010110011100
Octal264305234

Shades and tints

Shades of #B4C59C

#B4C59C
(180,197,156)
#A4B48E
(164,180,142)
#94A380
(148,163,128)
#849272
(132,146,114)
#748164
(116,129,100)
#647056
(100,112,86)
#545F48
(84,95,72)
#444E3A
(68,78,58)
#343D2C
(52,61,44)
#242C1E
(36,44,30)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #B4C59C

#B4C59C
(180,197,156)
#BACAA5
(186,202,165)
#C0CFAE
(192,207,174)
#C6D4B7
(198,212,183)
#CCD9C0
(204,217,192)
#D2DEC9
(210,222,201)
#D8E3D2
(216,227,210)
#DEE8DB
(222,232,219)
#E4EDE4
(228,237,228)
#EAF2ED
(234,242,237)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C59C color. Also use rgb(180,197,156) instead hex code.

Text Font Color

.myTextColor { color: #B4C59C; }

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

This text font color is #B4C59C.


Background Color

.myBgColor { background-color: #B4C59C; }

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

This div background color is #B4C59C.


Border color

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

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

This div border color is #B4C59C.


Opacity

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

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

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

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

This text has shadow with #B4C59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C59C on black background.


Color preview on white background

This text has color #B4C59C on white background.



Black color preview on #B4C59C background

This text has black color on #B4C59C background.


White color preview on #B4C59C background

This text has white color on #B4C59C background.