COLOR #B4C59E

HEX: #B4C59E
RGB: (180,197,158)

Color info

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

RGB color model

#B4C59E color RGB value is (180,197,158).

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

RGB channels and saturation

R 180 of 255 = 71%
G 197 of 255 = 77%
B 158 of 255 = 62%

180
197
158

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

Portions of RGB colors in percentages

R + G + B =
180 + 197 + 158 = 535 (100%)
R 180 of 535 ~ 33.64%
G 197 of 535 ~ 36.82%
B 158 of 535 ~ 29.53%

%33.64
%36.82
%29.53

CMYK color model

#B4C59E color CMYK value is (9,0,20,23).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(9,0,20,23)
C9M0Y20K23 
(9%,0%,20%,23%)
(0.09/0.00/0.20/0.23)	

CMYK percentages

%8.63
%0
%19.8
%22.75

Codes

Color #B4C59E in popluar color models

B4C59E
RGB180197158
HSL86°25.16%69.61%
HSB/HSV86°19.80%77.25%
CMYK8.63%0.00%19.80%
22.75%

Color #B4C59E in popluar number systems.

HEXB4C59E
Decimal180197158
Binary101101001100010110011110
Octal264305236

Shades and tints

Shades of #B4C59E

#B4C59E
(180,197,158)
#A4B490
(164,180,144)
#94A382
(148,163,130)
#849274
(132,146,116)
#748166
(116,129,102)
#647058
(100,112,88)
#545F4A
(84,95,74)
#444E3C
(68,78,60)
#343D2E
(52,61,46)
#242C20
(36,44,32)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #B4C59E

#B4C59E
(180,197,158)
#BACAA6
(186,202,166)
#C0CFAE
(192,207,174)
#C6D4B6
(198,212,182)
#CCD9BE
(204,217,190)
#D2DEC6
(210,222,198)
#D8E3CE
(216,227,206)
#DEE8D6
(222,232,214)
#E4EDDE
(228,237,222)
#EAF2E6
(234,242,230)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C59E; }

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

This text font color is #B4C59E.


Background Color

.myBgColor { background-color: #B4C59E; }

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

This div background color is #B4C59E.


Border color

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

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

This div border color is #B4C59E.


Opacity

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

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

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

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

This text has shadow with #B4C59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C59E on black background.


Color preview on white background

This text has color #B4C59E on white background.



Black color preview on #B4C59E background

This text has black color on #B4C59E background.


White color preview on #B4C59E background

This text has white color on #B4C59E background.