COLOR #B4C97B

HEX: #B4C97B
RGB: (180,201,123)

Color info

#B4C97B contains mainly red and green colors. Web safe color of #B4C97B is #CCCC66 (or #CC6).

RGB color model

#B4C97B color RGB value is (180,201,123).

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

RGB channels and saturation

R 180 of 255 = 71%
G 201 of 255 = 79%
B 123 of 255 = 48%

180
201
123

R + G + B ~ 66%. #B4C97B is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 201 + 123 = 504 (100%)
R 180 of 504 ~ 35.71%
G 201 of 504 ~ 39.88%
B 123 of 504 ~ 24.4%

%35.71
%39.88
%24.4

CMYK color model

#B4C97B color CMYK value is (10,0,39,21).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 38.81%
  • key color value is 21.18%
CMYK:
(10,0,39,21)
C10M0Y39K21 
(10%,0%,39%,21%)
(0.10/0.00/0.39/0.21)	

CMYK percentages

%10.45
%0
%38.81
%21.18

Codes

Color #B4C97B in popluar color models

B4C97B
RGB180201123
HSL76°41.94%63.53%
HSB/HSV76°38.81%78.82%
CMYK10.45%0.00%38.81%
21.18%

Color #B4C97B in popluar number systems.

HEXB4C97B
Decimal180201123
Binary10110100110010011111011
Octal264311173

Shades and tints

Shades of #B4C97B

#B4C97B
(180,201,123)
#A4B770
(164,183,112)
#94A565
(148,165,101)
#84935A
(132,147,90)
#74814F
(116,129,79)
#646F44
(100,111,68)
#545D39
(84,93,57)
#444B2E
(68,75,46)
#343923
(52,57,35)
#242718
(36,39,24)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #B4C97B

#B4C97B
(180,201,123)
#BACD87
(186,205,135)
#C0D193
(192,209,147)
#C6D59F
(198,213,159)
#CCD9AB
(204,217,171)
#D2DDB7
(210,221,183)
#D8E1C3
(216,225,195)
#DEE5CF
(222,229,207)
#E4E9DB
(228,233,219)
#EAEDE7
(234,237,231)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C97B; }

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

This text font color is #B4C97B.


Background Color

.myBgColor { background-color: #B4C97B; }

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

This div background color is #B4C97B.


Border color

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

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

This div border color is #B4C97B.


Opacity

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

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

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

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

This text has shadow with #B4C97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C97B on black background.


Color preview on white background

This text has color #B4C97B on white background.



Black color preview on #B4C97B background

This text has black color on #B4C97B background.


White color preview on #B4C97B background

This text has white color on #B4C97B background.