COLOR #B4C5A3

HEX: #B4C5A3
RGB: (180,197,163)

Color info

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

RGB color model

#B4C5A3 color RGB value is (180,197,163).

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

RGB channels and saturation

R 180 of 255 = 71%
G 197 of 255 = 77%
B 163 of 255 = 64%

180
197
163

R + G + B ~ 71%. #B4C5A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 197 + 163 = 540 (100%)
R 180 of 540 ~ 33.33%
G 197 of 540 ~ 36.48%
B 163 of 540 ~ 30.19%

%33.33
%36.48
%30.19

CMYK color model

#B4C5A3 color CMYK value is (9,0,17,23).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 22.75%
CMYK:
(9,0,17,23)
C9M0Y17K23 
(9%,0%,17%,23%)
(0.09/0.00/0.17/0.23)	

CMYK percentages

%8.63
%0
%17.26
%22.75

Codes

Color #B4C5A3 in popluar color models

B4C5A3
RGB180197163
HSL90°22.67%70.59%
HSB/HSV90°17.26%77.25%
CMYK8.63%0.00%17.26%
22.75%

Color #B4C5A3 in popluar number systems.

HEXB4C5A3
Decimal180197163
Binary101101001100010110100011
Octal264305243

Shades and tints

Shades of #B4C5A3

#B4C5A3
(180,197,163)
#A4B495
(164,180,149)
#94A387
(148,163,135)
#849279
(132,146,121)
#74816B
(116,129,107)
#64705D
(100,112,93)
#545F4F
(84,95,79)
#444E41
(68,78,65)
#343D33
(52,61,51)
#242C25
(36,44,37)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #B4C5A3

#B4C5A3
(180,197,163)
#BACAAB
(186,202,171)
#C0CFB3
(192,207,179)
#C6D4BB
(198,212,187)
#CCD9C3
(204,217,195)
#D2DECB
(210,222,203)
#D8E3D3
(216,227,211)
#DEE8DB
(222,232,219)
#E4EDE3
(228,237,227)
#EAF2EB
(234,242,235)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C5A3; }

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

This text font color is #B4C5A3.


Background Color

.myBgColor { background-color: #B4C5A3; }

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

This div background color is #B4C5A3.


Border color

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

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

This div border color is #B4C5A3.


Opacity

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

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

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

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

This text has shadow with #B4C5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4C5A3 on black background.


Color preview on white background

This text has color #B4C5A3 on white background.



Black color preview on #B4C5A3 background

This text has black color on #B4C5A3 background.


White color preview on #B4C5A3 background

This text has white color on #B4C5A3 background.