COLOR #B1AEA4

HEX: #B1AEA4
RGB: (177,174,164)

Color info

#B1AEA4 contains red, green and blue colors in about the same proportion. Web safe color of #B1AEA4 is #999999 (or #999).

RGB color model

#B1AEA4 color RGB value is (177,174,164).

  • red value is 177;
  • green value is 174;
  • blue value is 164.
RGB:
(177,174,164)
(69%,68%,64%)

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 164 of 255 = 64%

177
174
164

R + G + B ~ 67%. #B1AEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 174 + 164 = 515 (100%)
R 177 of 515 ~ 34.37%
G 174 of 515 ~ 33.79%
B 164 of 515 ~ 31.84%

%34.37
%33.79
%31.84

CMYK color model

#B1AEA4 color CMYK value is (0,2,7,31).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 7.34%
  • key color value is 30.59%
CMYK:
(0,2,7,31)
C0M2Y7K31 
(0%,2%,7%,31%)
(0.00/0.02/0.07/0.31)	

CMYK percentages

%0
%1.69
%7.34
%30.59

Codes

Color #B1AEA4 in popluar color models

B1AEA4
RGB177174164
HSL46°7.69%66.86%
HSB/HSV46°7.34%69.41%
CMYK0.00%1.69%7.34%
30.59%

Color #B1AEA4 in popluar number systems.

HEXB1AEA4
Decimal177174164
Binary101100011010111010100100
Octal261256244

Shades and tints

Shades of #B1AEA4

#B1AEA4
(177,174,164)
#A19F96
(161,159,150)
#919088
(145,144,136)
#81817A
(129,129,122)
#71726C
(113,114,108)
#61635E
(97,99,94)
#515450
(81,84,80)
#414542
(65,69,66)
#313634
(49,54,52)
#212726
(33,39,38)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #B1AEA4

#B1AEA4
(177,174,164)
#B8B5AC
(184,181,172)
#BFBCB4
(191,188,180)
#C6C3BC
(198,195,188)
#CDCAC4
(205,202,196)
#D4D1CC
(212,209,204)
#DBD8D4
(219,216,212)
#E2DFDC
(226,223,220)
#E9E6E4
(233,230,228)
#F0EDEC
(240,237,236)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AEA4 color. Also use rgb(177,174,164) instead hex code.

Text Font Color

.myTextColor { color: #B1AEA4; }

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

This text font color is #B1AEA4.


Background Color

.myBgColor { background-color: #B1AEA4; }

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

This div background color is #B1AEA4.


Border color

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

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

This div border color is #B1AEA4.


Opacity

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

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

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

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

This text has shadow with #B1AEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AEA4 on black background.


Color preview on white background

This text has color #B1AEA4 on white background.



Black color preview on #B1AEA4 background

This text has black color on #B1AEA4 background.


White color preview on #B1AEA4 background

This text has white color on #B1AEA4 background.