COLOR #B4B6A5

HEX: #B4B6A5
RGB: (180,182,165)

Color info

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

RGB color model

#B4B6A5 color RGB value is (180,182,165).

  • red value is 180;
  • green value is 182;
  • blue value is 165.
RGB:
(180,182,165)
(71%,71%,65%)

RGB channels and saturation

R 180 of 255 = 71%
G 182 of 255 = 71%
B 165 of 255 = 65%

180
182
165

R + G + B ~ 69%. #B4B6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 182 + 165 = 527 (100%)
R 180 of 527 ~ 34.16%
G 182 of 527 ~ 34.54%
B 165 of 527 ~ 31.31%

%34.16
%34.54
%31.31

CMYK color model

#B4B6A5 color CMYK value is (1,0,9,29).

  • cyan value is 1.10%
  • magenta value is 0.00%
  • yellow value is 9.34%
  • key color value is 28.63%
CMYK:
(1,0,9,29)
C1M0Y9K29 
(1%,0%,9%,29%)
(0.01/0.00/0.09/0.29)	

CMYK percentages

%1.1
%0
%9.34
%28.63

Codes

Color #B4B6A5 in popluar color models

B4B6A5
RGB180182165
HSL67°10.43%68.04%
HSB/HSV67°9.34%71.37%
CMYK1.10%0.00%9.34%
28.63%

Color #B4B6A5 in popluar number systems.

HEXB4B6A5
Decimal180182165
Binary101101001011011010100101
Octal264266245

Shades and tints

Shades of #B4B6A5

#B4B6A5
(180,182,165)
#A4A696
(164,166,150)
#949687
(148,150,135)
#848678
(132,134,120)
#747669
(116,118,105)
#64665A
(100,102,90)
#54564B
(84,86,75)
#44463C
(68,70,60)
#34362D
(52,54,45)
#24261E
(36,38,30)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #B4B6A5

#B4B6A5
(180,182,165)
#BABCAD
(186,188,173)
#C0C2B5
(192,194,181)
#C6C8BD
(198,200,189)
#CCCEC5
(204,206,197)
#D2D4CD
(210,212,205)
#D8DAD5
(216,218,213)
#DEE0DD
(222,224,221)
#E4E6E5
(228,230,229)
#EAECED
(234,236,237)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B6A5 color. Also use rgb(180,182,165) instead hex code.

Text Font Color

.myTextColor { color: #B4B6A5; }

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

This text font color is #B4B6A5.


Background Color

.myBgColor { background-color: #B4B6A5; }

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

This div background color is #B4B6A5.


Border color

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

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

This div border color is #B4B6A5.


Opacity

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

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

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

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

This text has shadow with #B4B6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B6A5 on black background.


Color preview on white background

This text has color #B4B6A5 on white background.



Black color preview on #B4B6A5 background

This text has black color on #B4B6A5 background.


White color preview on #B4B6A5 background

This text has white color on #B4B6A5 background.