COLOR #B4C5A0

HEX: #B4C5A0 RGB: (180,197,160)

Color info

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

RGB color model

#B4C5A0 color RGB value is (180,197,160).

RGB: (180,197,160) (71%, 77%, 63%)

RGB channels and saturation

R 180 of 255 = 71%
G 197 of 255 = 77%
B 160 of 255 = 63%

180
197
160

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

Portions of RGB colors in percentages

R + G + B = 180 + 197 + 160 = 537 (100%)
R 180 of 537 ~ 33.52%
G 197 of 537 ~ 36.69%
B 160 of 537 ~ 29.8'%

%33.52
%36.69
%29.8

CMYK color model

#B4C5A0 color CMYK value is (9,0,19,23).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 22.75%

CMYK: (9,0,19,23)
C9M0Y19K23 (9%, 0%, 19%, 23%)
(0.09 / 0.00 / 0.19 / 0.23)

CMYK percentages

%8.63
%0
%18.78
%22.75

Codes

Color #B4C5A0 in popluar color models

B4 C5 A0
RGB 180 197 160
HSL 88° 24.18% 70.00%
HSB/HSV 88° 18.78% 77.25%
CMYK 8.63% 0.00% 18.78%
22.75%

Color #B4C5A0 in popluar number systems.

HEX B4 C5 A0
Decimal 180 197 160
Binary 10110100 11000101 10100000
Octal 264 305 240

Shades and tints

Shades of #B4C5A0

#B4C5A0
(180,197,160)
#A4B492
(164,180,146)
#94A384
(148,163,132)
#849276
(132,146,118)
#748168
(116,129,104)
#64705A
(100,112,90)
#545F4C
(84,95,76)
#444E3E
(68,78,62)
#343D30
(52,61,48)
#242C22
(36,44,34)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #B4C5A0

#B4C5A0
(180,197,160)
#BACAA8
(186,202,168)
#C0CFB0
(192,207,176)
#C6D4B8
(198,212,184)
#CCD9C0
(204,217,192)
#D2DEC8
(210,222,200)
#D8E3D0
(216,227,208)
#DEE8D8
(222,232,216)
#E4EDE0
(228,237,224)
#EAF2E8
(234,242,232)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4C5A0; }

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

This text font color is #B4C5A0.

Background Color

.myBgColor { background-color: #B4C5A0; }

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

This div background color is #B4C5A0.

Border color

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

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

This div border color is #B4C5A0.

Opacity

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

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

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

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

This text has shadow with #B4C5A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4C5A0.

Preview

Color preview on black background

This text has color #B4C5A0 on black background.


Color preview on white background

This text has color #B4C5A0 on white background.


Black color preview on #B4C5A0 background

This text has black color on #B4C5A0 background.


White color preview on #B4C5A0 background

This text has white color on #B4C5A0 background.


Related colors

Complementary color

Complementary color for #hex is #4B3A5F.


I love getcolorcode.com

Triadic colors

1 #A0B4C5 and #C5A0B4 with #B4C5A0 are triadic colors.

2 #A0C5B4 and #C5B4A0 with #B4C5A0 are triadic colors.