COLOR #B2AB99

HEX: #B2AB99 RGB: (178,171,153)

Color info

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

RGB color model

#B2AB99 color RGB value is (178,171,153).

RGB: (178,171,153) (70%, 67%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 153 of 255 = 60%

178
171
153

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

Portions of RGB colors in percentages

R + G + B = 178 + 171 + 153 = 502 (100%)
R 178 of 502 ~ 35.46%
G 171 of 502 ~ 34.06%
B 153 of 502 ~ 30.48'%

%35.46
%34.06
%30.48

CMYK color model

#B2AB99 color CMYK value is (0,4,14,30).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 14.04%
  • key color value is 30.20%

CMYK: (0,4,14,30)
C0M4Y14K30 (0%, 4%, 14%, 30%)
(0.00 / 0.04 / 0.14 / 0.30)

CMYK percentages

%0
%3.93
%14.04
%30.2

Codes

Color #B2AB99 in popluar color models

B2 AB 99
RGB 178 171 153
HSL 43° 13.97% 64.90%
HSB/HSV 43° 14.04% 69.80%
CMYK 0.00% 3.93% 14.04%
30.20%

Color #B2AB99 in popluar number systems.

HEX B2 AB 99
Decimal 178 171 153
Binary 10110010 10101011 10011001
Octal 262 253 231

Shades and tints

Shades of #B2AB99

#B2AB99
(178,171,153)
#A29C8C
(162,156,140)
#928D7F
(146,141,127)
#827E72
(130,126,114)
#726F65
(114,111,101)
#626058
(98,96,88)
#52514B
(82,81,75)
#42423E
(66,66,62)
#323331
(50,51,49)
#222424
(34,36,36)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #B2AB99

#B2AB99
(178,171,153)
#B9B2A2
(185,178,162)
#C0B9AB
(192,185,171)
#C7C0B4
(199,192,180)
#CEC7BD
(206,199,189)
#D5CEC6
(213,206,198)
#DCD5CF
(220,213,207)
#E3DCD8
(227,220,216)
#EAE3E1
(234,227,225)
#F1EAEA
(241,234,234)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AB99; }

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

This text font color is #B2AB99.

Background Color

.myBgColor { background-color: #B2AB99; }

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

This div background color is #B2AB99.

Border color

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

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

This div border color is #B2AB99.

Opacity

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

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

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

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

This text has shadow with #B2AB99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AB99.

Preview

Color preview on black background

This text has color #B2AB99 on black background.


Color preview on white background

This text has color #B2AB99 on white background.


Black color preview on #B2AB99 background

This text has black color on #B2AB99 background.


White color preview on #B2AB99 background

This text has white color on #B2AB99 background.


Related colors

Complementary color

Complementary color for #hex is #4D5466.


I love getcolorcode.com

Triadic colors

1 #99B2AB and #AB99B2 with #B2AB99 are triadic colors.

2 #99ABB2 and #ABB299 with #B2AB99 are triadic colors.