COLOR #B1AEB5

HEX: #B1AEB5
RGB: (177,174,181)

Color info

#B1AEB5 contains red, green and blue colors in about the same proportion. Web safe color of #B1AEB5 is #9999CC (or #99C).

RGB color model

#B1AEB5 color RGB value is (177,174,181).

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

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 181 of 255 = 71%

177
174
181

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

Portions of RGB colors in percentages

R + G + B =
177 + 174 + 181 = 532 (100%)
R 177 of 532 ~ 33.27%
G 174 of 532 ~ 32.71%
B 181 of 532 ~ 34.02%

%33.27
%32.71
%34.02

CMYK color model

#B1AEB5 color CMYK value is (2,4,0,29).

  • cyan value is 2.21%
  • magenta value is 3.87%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(2,4,0,29)
C2M4Y0K29 
(2%,4%,0%,29%)
(0.02/0.04/0.00/0.29)	

CMYK percentages

%2.21
%3.87
%0
%29.02

Codes

Color #B1AEB5 in popluar color models

B1AEB5
RGB177174181
HSL266°4.52%69.61%
HSB/HSV266°3.87%70.98%
CMYK2.21%3.87%0.00%
29.02%

Color #B1AEB5 in popluar number systems.

HEXB1AEB5
Decimal177174181
Binary101100011010111010110101
Octal261256265

Shades and tints

Shades of #B1AEB5

#B1AEB5
(177,174,181)
#A19FA5
(161,159,165)
#919095
(145,144,149)
#818185
(129,129,133)
#717275
(113,114,117)
#616365
(97,99,101)
#515455
(81,84,85)
#414545
(65,69,69)
#313635
(49,54,53)
#212725
(33,39,37)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #B1AEB5

#B1AEB5
(177,174,181)
#B8B5BB
(184,181,187)
#BFBCC1
(191,188,193)
#C6C3C7
(198,195,199)
#CDCACD
(205,202,205)
#D4D1D3
(212,209,211)
#DBD8D9
(219,216,217)
#E2DFDF
(226,223,223)
#E9E6E5
(233,230,229)
#F0EDEB
(240,237,235)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AEB5; }

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

This text font color is #B1AEB5.


Background Color

.myBgColor { background-color: #B1AEB5; }

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

This div background color is #B1AEB5.


Border color

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

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

This div border color is #B1AEB5.


Opacity

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

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

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

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

This text has shadow with #B1AEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AEB5 on black background.


Color preview on white background

This text has color #B1AEB5 on white background.



Black color preview on #B1AEB5 background

This text has black color on #B1AEB5 background.


White color preview on #B1AEB5 background

This text has white color on #B1AEB5 background.