COLOR #B4AAAE

HEX: #B4AAAE
RGB: (180,170,174)

Color info

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

RGB color model

#B4AAAE color RGB value is (180,170,174).

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

RGB channels and saturation

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

180
170
174

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

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 174 = 524 (100%)
R 180 of 524 ~ 34.35%
G 170 of 524 ~ 32.44%
B 174 of 524 ~ 33.21%

%34.35
%32.44
%33.21

CMYK color model

#B4AAAE color CMYK value is (0,6,3,29).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK:
(0,6,3,29)
C0M6Y3K29 
(0%,6%,3%,29%)
(0.00/0.06/0.03/0.29)	

CMYK percentages

%0
%5.56
%3.33
%29.41

Codes

Color #B4AAAE in popluar color models

B4AAAE
RGB180170174
HSL336°6.25%68.63%
HSB/HSV336°5.56%70.59%
CMYK0.00%5.56%3.33%
29.41%

Color #B4AAAE in popluar number systems.

HEXB4AAAE
Decimal180170174
Binary101101001010101010101110
Octal264252256

Shades and tints

Shades of #B4AAAE

#B4AAAE
(180,170,174)
#A49B9F
(164,155,159)
#948C90
(148,140,144)
#847D81
(132,125,129)
#746E72
(116,110,114)
#645F63
(100,95,99)
#545054
(84,80,84)
#444145
(68,65,69)
#343236
(52,50,54)
#242327
(36,35,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #B4AAAE

#B4AAAE
(180,170,174)
#BAB1B5
(186,177,181)
#C0B8BC
(192,184,188)
#C6BFC3
(198,191,195)
#CCC6CA
(204,198,202)
#D2CDD1
(210,205,209)
#D8D4D8
(216,212,216)
#DEDBDF
(222,219,223)
#E4E2E6
(228,226,230)
#EAE9ED
(234,233,237)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AAAE; }

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

This text font color is #B4AAAE.


Background Color

.myBgColor { background-color: #B4AAAE; }

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

This div background color is #B4AAAE.


Border color

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

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

This div border color is #B4AAAE.


Opacity

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

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

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

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

This text has shadow with #B4AAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AAAE on black background.


Color preview on white background

This text has color #B4AAAE on white background.



Black color preview on #B4AAAE background

This text has black color on #B4AAAE background.


White color preview on #B4AAAE background

This text has white color on #B4AAAE background.