COLOR #B4AAA8

HEX: #B4AAA8
RGB: (180,170,168)

Color info

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

RGB color model

#B4AAA8 color RGB value is (180,170,168).

  • red value is 180;
  • green value is 170;
  • blue value is 168.
RGB:
(180,170,168)
(71%,67%,66%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 168 of 255 = 66%

180
170
168

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

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 168 = 518 (100%)
R 180 of 518 ~ 34.75%
G 170 of 518 ~ 32.82%
B 168 of 518 ~ 32.43%

%34.75
%32.82
%32.43

CMYK color model

#B4AAA8 color CMYK value is (0,6,7,29).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 6.67%
  • key color value is 29.41%
CMYK:
(0,6,7,29)
C0M6Y7K29 
(0%,6%,7%,29%)
(0.00/0.06/0.07/0.29)	

CMYK percentages

%0
%5.56
%6.67
%29.41

Codes

Color #B4AAA8 in popluar color models

B4AAA8
RGB180170168
HSL10°7.41%68.24%
HSB/HSV10°6.67%70.59%
CMYK0.00%5.56%6.67%
29.41%

Color #B4AAA8 in popluar number systems.

HEXB4AAA8
Decimal180170168
Binary101101001010101010101000
Octal264252250

Shades and tints

Shades of #B4AAA8

#B4AAA8
(180,170,168)
#A49B99
(164,155,153)
#948C8A
(148,140,138)
#847D7B
(132,125,123)
#746E6C
(116,110,108)
#645F5D
(100,95,93)
#54504E
(84,80,78)
#44413F
(68,65,63)
#343230
(52,50,48)
#242321
(36,35,33)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4AAA8

#B4AAA8
(180,170,168)
#BAB1AF
(186,177,175)
#C0B8B6
(192,184,182)
#C6BFBD
(198,191,189)
#CCC6C4
(204,198,196)
#D2CDCB
(210,205,203)
#D8D4D2
(216,212,210)
#DEDBD9
(222,219,217)
#E4E2E0
(228,226,224)
#EAE9E7
(234,233,231)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AAA8 color. Also use rgb(180,170,168) instead hex code.

Text Font Color

.myTextColor { color: #B4AAA8; }

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

This text font color is #B4AAA8.


Background Color

.myBgColor { background-color: #B4AAA8; }

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

This div background color is #B4AAA8.


Border color

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

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

This div border color is #B4AAA8.


Opacity

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

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

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

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

This text has shadow with #B4AAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AAA8 on black background.


Color preview on white background

This text has color #B4AAA8 on white background.



Black color preview on #B4AAA8 background

This text has black color on #B4AAA8 background.


White color preview on #B4AAA8 background

This text has white color on #B4AAA8 background.