COLOR #B2ABA2

HEX: #B2ABA2
RGB: (178,171,162)

Color info

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

RGB color model

#B2ABA2 color RGB value is (178,171,162).

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

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 162 of 255 = 64%

178
171
162

R + G + B ~ 67%. #B2ABA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 162 = 511 (100%)
R 178 of 511 ~ 34.83%
G 171 of 511 ~ 33.46%
B 162 of 511 ~ 31.7%

%34.83
%33.46
%31.7

CMYK color model

#B2ABA2 color CMYK value is (0,4,9,30).

  • cyan value is 0.00%
  • magenta value is 3.93%
  • yellow value is 8.99%
  • key color value is 30.20%
CMYK:
(0,4,9,30)
C0M4Y9K30 
(0%,4%,9%,30%)
(0.00/0.04/0.09/0.30)	

CMYK percentages

%0
%3.93
%8.99
%30.2

Codes

Color #B2ABA2 in popluar color models

B2ABA2
RGB178171162
HSL34°9.41%66.67%
HSB/HSV34°8.99%69.80%
CMYK0.00%3.93%8.99%
30.20%

Color #B2ABA2 in popluar number systems.

HEXB2ABA2
Decimal178171162
Binary101100101010101110100010
Octal262253242

Shades and tints

Shades of #B2ABA2

#B2ABA2
(178,171,162)
#A29C94
(162,156,148)
#928D86
(146,141,134)
#827E78
(130,126,120)
#726F6A
(114,111,106)
#62605C
(98,96,92)
#52514E
(82,81,78)
#424240
(66,66,64)
#323332
(50,51,50)
#222424
(34,36,36)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #B2ABA2

#B2ABA2
(178,171,162)
#B9B2AA
(185,178,170)
#C0B9B2
(192,185,178)
#C7C0BA
(199,192,186)
#CEC7C2
(206,199,194)
#D5CECA
(213,206,202)
#DCD5D2
(220,213,210)
#E3DCDA
(227,220,218)
#EAE3E2
(234,227,226)
#F1EAEA
(241,234,234)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ABA2; }

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

This text font color is #B2ABA2.


Background Color

.myBgColor { background-color: #B2ABA2; }

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

This div background color is #B2ABA2.


Border color

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

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

This div border color is #B2ABA2.


Opacity

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

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

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

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

This text has shadow with #B2ABA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ABA2 on black background.


Color preview on white background

This text has color #B2ABA2 on white background.



Black color preview on #B2ABA2 background

This text has black color on #B2ABA2 background.


White color preview on #B2ABA2 background

This text has white color on #B2ABA2 background.