COLOR #B2AB84

HEX: #B2AB84
RGB: (178,171,132)

Color info

#B2AB84 contains red, green and blue colors in about the same proportion. Web safe color of #B2AB84 is #999999 (or #999).

RGB color model

#B2AB84 color RGB value is (178,171,132).

  • red value is 178;
  • green value is 171;
  • blue value is 132.
RGB:
(178,171,132)
(70%,67%,52%)

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 132 of 255 = 52%

178
171
132

R + G + B ~ 63%. #B2AB84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 132 = 481 (100%)
R 178 of 481 ~ 37.01%
G 171 of 481 ~ 35.55%
B 132 of 481 ~ 27.44%

%37.01
%35.55
%27.44

CMYK color model

#B2AB84 color CMYK value is (0,4,26,30).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 25.84%
  • key color value is 30.20%
CMYK:
(0,4,26,30)
C0M4Y26K30 
(0%,4%,26%,30%)
(0.00/0.04/0.26/0.30)	

CMYK percentages

%0
%3.93
%25.84
%30.2

Codes

Color #B2AB84 in popluar color models

B2AB84
RGB178171132
HSL51°23.00%60.78%
HSB/HSV51°25.84%69.80%
CMYK0.00%3.93%25.84%
30.20%

Color #B2AB84 in popluar number systems.

HEXB2AB84
Decimal178171132
Binary101100101010101110000100
Octal262253204

Shades and tints

Shades of #B2AB84

#B2AB84
(178,171,132)
#A29C78
(162,156,120)
#928D6C
(146,141,108)
#827E60
(130,126,96)
#726F54
(114,111,84)
#626048
(98,96,72)
#52513C
(82,81,60)
#424230
(66,66,48)
#323324
(50,51,36)
#222418
(34,36,24)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #B2AB84

#B2AB84
(178,171,132)
#B9B28F
(185,178,143)
#C0B99A
(192,185,154)
#C7C0A5
(199,192,165)
#CEC7B0
(206,199,176)
#D5CEBB
(213,206,187)
#DCD5C6
(220,213,198)
#E3DCD1
(227,220,209)
#EAE3DC
(234,227,220)
#F1EAE7
(241,234,231)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AB84 color. Also use rgb(178,171,132) instead hex code.

Text Font Color

.myTextColor { color: #B2AB84; }

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

This text font color is #B2AB84.


Background Color

.myBgColor { background-color: #B2AB84; }

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

This div background color is #B2AB84.


Border color

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

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

This div border color is #B2AB84.


Opacity

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

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

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

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

This text has shadow with #B2AB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AB84 on black background.


Color preview on white background

This text has color #B2AB84 on white background.



Black color preview on #B2AB84 background

This text has black color on #B2AB84 background.


White color preview on #B2AB84 background

This text has white color on #B2AB84 background.