COLOR #B4C98B

HEX: #B4C98B
RGB: (180,201,139)

Color info

#B4C98B contains mainly red and green colors. Web safe color of #B4C98B is #CCCC99 (or #CC9).

RGB color model

#B4C98B color RGB value is (180,201,139).

  • red value is 180;
  • green value is 201;
  • blue value is 139.
RGB:
(180,201,139)
(71%,79%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 201 of 255 = 79%
B 139 of 255 = 55%

180
201
139

R + G + B ~ 68%. #B4C98B is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 201 + 139 = 520 (100%)
R 180 of 520 ~ 34.62%
G 201 of 520 ~ 38.65%
B 139 of 520 ~ 26.73%

%34.62
%38.65
%26.73

CMYK color model

#B4C98B color CMYK value is (10,0,31,21).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 30.85%
  • key color value is 21.18%
CMYK:
(10,0,31,21)
C10M0Y31K21 
(10%,0%,31%,21%)
(0.10/0.00/0.31/0.21)	

CMYK percentages

%10.45
%0
%30.85
%21.18

Codes

Color #B4C98B in popluar color models

B4C98B
RGB180201139
HSL80°36.47%66.67%
HSB/HSV80°30.85%78.82%
CMYK10.45%0.00%30.85%
21.18%

Color #B4C98B in popluar number systems.

HEXB4C98B
Decimal180201139
Binary101101001100100110001011
Octal264311213

Shades and tints

Shades of #B4C98B

#B4C98B
(180,201,139)
#A4B77F
(164,183,127)
#94A573
(148,165,115)
#849367
(132,147,103)
#74815B
(116,129,91)
#646F4F
(100,111,79)
#545D43
(84,93,67)
#444B37
(68,75,55)
#34392B
(52,57,43)
#24271F
(36,39,31)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4C98B

#B4C98B
(180,201,139)
#BACD95
(186,205,149)
#C0D19F
(192,209,159)
#C6D5A9
(198,213,169)
#CCD9B3
(204,217,179)
#D2DDBD
(210,221,189)
#D8E1C7
(216,225,199)
#DEE5D1
(222,229,209)
#E4E9DB
(228,233,219)
#EAEDE5
(234,237,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4C98B color. Also use rgb(180,201,139) instead hex code.

Text Font Color

.myTextColor { color: #B4C98B; }

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

This text font color is #B4C98B.


Background Color

.myBgColor { background-color: #B4C98B; }

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

This div background color is #B4C98B.


Border color

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

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

This div border color is #B4C98B.


Opacity

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

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

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

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

This text has shadow with #B4C98B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C98B on black background.


Color preview on white background

This text has color #B4C98B on white background.



Black color preview on #B4C98B background

This text has black color on #B4C98B background.


White color preview on #B4C98B background

This text has white color on #B4C98B background.