COLOR #B4ABAC

HEX: #B4ABAC
RGB: (180,171,172)

Color info

#B4ABAC contains red, green and blue colors in about the same proportion. Web safe color of #B4ABAC is #CC9999 (or #C99).

RGB color model

#B4ABAC color RGB value is (180,171,172).

  • red value is 180;
  • green value is 171;
  • blue value is 172.
RGB:
(180,171,172)
(71%,67%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 172 of 255 = 67%

180
171
172

R + G + B ~ 68%. #B4ABAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 171 + 172 = 523 (100%)
R 180 of 523 ~ 34.42%
G 171 of 523 ~ 32.7%
B 172 of 523 ~ 32.89%

%34.42
%32.7
%32.89

CMYK color model

#B4ABAC color CMYK value is (0,5,4,29).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(0,5,4,29)
C0M5Y4K29 
(0%,5%,4%,29%)
(0.00/0.05/0.04/0.29)	

CMYK percentages

%0
%5
%4.44
%29.41

Codes

Color #B4ABAC in popluar color models

B4ABAC
RGB180171172
HSL353°5.66%68.82%
HSB/HSV353°5.00%70.59%
CMYK0.00%5.00%4.44%
29.41%

Color #B4ABAC in popluar number systems.

HEXB4ABAC
Decimal180171172
Binary101101001010101110101100
Octal264253254

Shades and tints

Shades of #B4ABAC

#B4ABAC
(180,171,172)
#A49C9D
(164,156,157)
#948D8E
(148,141,142)
#847E7F
(132,126,127)
#746F70
(116,111,112)
#646061
(100,96,97)
#545152
(84,81,82)
#444243
(68,66,67)
#343334
(52,51,52)
#242425
(36,36,37)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #B4ABAC

#B4ABAC
(180,171,172)
#BAB2B3
(186,178,179)
#C0B9BA
(192,185,186)
#C6C0C1
(198,192,193)
#CCC7C8
(204,199,200)
#D2CECF
(210,206,207)
#D8D5D6
(216,213,214)
#DEDCDD
(222,220,221)
#E4E3E4
(228,227,228)
#EAEAEB
(234,234,235)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4ABAC color. Also use rgb(180,171,172) instead hex code.

Text Font Color

.myTextColor { color: #B4ABAC; }

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

This text font color is #B4ABAC.


Background Color

.myBgColor { background-color: #B4ABAC; }

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

This div background color is #B4ABAC.


Border color

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

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

This div border color is #B4ABAC.


Opacity

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

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

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

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

This text has shadow with #B4ABAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ABAC on black background.


Color preview on white background

This text has color #B4ABAC on white background.



Black color preview on #B4ABAC background

This text has black color on #B4ABAC background.


White color preview on #B4ABAC background

This text has white color on #B4ABAC background.