COLOR #B2ABB5

HEX: #B2ABB5
RGB: (178,171,181)

Color info

#B2ABB5 contains red, green and blue colors in about the same proportion. Web safe color of #B2ABB5 is #9999CC (or #99C).

RGB color model

#B2ABB5 color RGB value is (178,171,181).

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

RGB channels and saturation

R 178 of 255 = 70%
G 171 of 255 = 67%
B 181 of 255 = 71%

178
171
181

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

Portions of RGB colors in percentages

R + G + B =
178 + 171 + 181 = 530 (100%)
R 178 of 530 ~ 33.58%
G 171 of 530 ~ 32.26%
B 181 of 530 ~ 34.15%

%33.58
%32.26
%34.15

CMYK color model

#B2ABB5 color CMYK value is (2,6,0,29).

  • cyan value is 1.66%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(2,6,0,29)
C2M6Y0K29 
(2%,6%,0%,29%)
(0.02/0.06/0.00/0.29)	

CMYK percentages

%1.66
%5.52
%0
%29.02

Codes

Color #B2ABB5 in popluar color models

B2ABB5
RGB178171181
HSL282°6.33%69.02%
HSB/HSV282°5.52%70.98%
CMYK1.66%5.52%0.00%
29.02%

Color #B2ABB5 in popluar number systems.

HEXB2ABB5
Decimal178171181
Binary101100101010101110110101
Octal262253265

Shades and tints

Shades of #B2ABB5

#B2ABB5
(178,171,181)
#A29CA5
(162,156,165)
#928D95
(146,141,149)
#827E85
(130,126,133)
#726F75
(114,111,117)
#626065
(98,96,101)
#525155
(82,81,85)
#424245
(66,66,69)
#323335
(50,51,53)
#222425
(34,36,37)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #B2ABB5

#B2ABB5
(178,171,181)
#B9B2BB
(185,178,187)
#C0B9C1
(192,185,193)
#C7C0C7
(199,192,199)
#CEC7CD
(206,199,205)
#D5CED3
(213,206,211)
#DCD5D9
(220,213,217)
#E3DCDF
(227,220,223)
#EAE3E5
(234,227,229)
#F1EAEB
(241,234,235)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ABB5; }

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

This text font color is #B2ABB5.


Background Color

.myBgColor { background-color: #B2ABB5; }

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

This div background color is #B2ABB5.


Border color

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

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

This div border color is #B2ABB5.


Opacity

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

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

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

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

This text has shadow with #B2ABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ABB5 on black background.


Color preview on white background

This text has color #B2ABB5 on white background.



Black color preview on #B2ABB5 background

This text has black color on #B2ABB5 background.


White color preview on #B2ABB5 background

This text has white color on #B2ABB5 background.