COLOR #B4ABAE

HEX: #B4ABAE
RGB: (180,171,174)

Color info

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

RGB color model

#B4ABAE color RGB value is (180,171,174).

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

RGB channels and saturation

R 180 of 255 = 71%
G 171 of 255 = 67%
B 174 of 255 = 68%

180
171
174

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

Portions of RGB colors in percentages

R + G + B =
180 + 171 + 174 = 525 (100%)
R 180 of 525 ~ 34.29%
G 171 of 525 ~ 32.57%
B 174 of 525 ~ 33.14%

%34.29
%32.57
%33.14

CMYK color model

#B4ABAE color CMYK value is (0,5,3,29).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK:
(0,5,3,29)
C0M5Y3K29 
(0%,5%,3%,29%)
(0.00/0.05/0.03/0.29)	

CMYK percentages

%0
%5
%3.33
%29.41

Codes

Color #B4ABAE in popluar color models

B4ABAE
RGB180171174
HSL340°5.66%68.82%
HSB/HSV340°5.00%70.59%
CMYK0.00%5.00%3.33%
29.41%

Color #B4ABAE in popluar number systems.

HEXB4ABAE
Decimal180171174
Binary101101001010101110101110
Octal264253256

Shades and tints

Shades of #B4ABAE

#B4ABAE
(180,171,174)
#A49C9F
(164,156,159)
#948D90
(148,141,144)
#847E81
(132,126,129)
#746F72
(116,111,114)
#646063
(100,96,99)
#545154
(84,81,84)
#444245
(68,66,69)
#343336
(52,51,54)
#242427
(36,36,39)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #B4ABAE

#B4ABAE
(180,171,174)
#BAB2B5
(186,178,181)
#C0B9BC
(192,185,188)
#C6C0C3
(198,192,195)
#CCC7CA
(204,199,202)
#D2CED1
(210,206,209)
#D8D5D8
(216,213,216)
#DEDCDF
(222,220,223)
#E4E3E6
(228,227,230)
#EAEAED
(234,234,237)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ABAE; }

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

This text font color is #B4ABAE.


Background Color

.myBgColor { background-color: #B4ABAE; }

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

This div background color is #B4ABAE.


Border color

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

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

This div border color is #B4ABAE.


Opacity

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

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

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

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

This text has shadow with #B4ABAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ABAE on black background.


Color preview on white background

This text has color #B4ABAE on white background.



Black color preview on #B4ABAE background

This text has black color on #B4ABAE background.


White color preview on #B4ABAE background

This text has white color on #B4ABAE background.