COLOR #B5AEB1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

181
174
177

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

Portions of RGB colors in percentages

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

%34.02
%32.71
%33.27

CMYK color model

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

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

CMYK percentages

%0
%3.87
%2.21
%29.02

Codes

Color #B5AEB1 in popluar color models

B5AEB1
RGB181174177
HSL334°4.52%69.61%
HSB/HSV334°3.87%70.98%
CMYK0.00%3.87%2.21%
29.02%

Color #B5AEB1 in popluar number systems.

HEXB5AEB1
Decimal181174177
Binary101101011010111010110001
Octal265256261

Shades and tints

Shades of #B5AEB1

#B5AEB1
(181,174,177)
#A59FA1
(165,159,161)
#959091
(149,144,145)
#858181
(133,129,129)
#757271
(117,114,113)
#656361
(101,99,97)
#555451
(85,84,81)
#454541
(69,69,65)
#353631
(53,54,49)
#252721
(37,39,33)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #B5AEB1

#B5AEB1
(181,174,177)
#BBB5B8
(187,181,184)
#C1BCBF
(193,188,191)
#C7C3C6
(199,195,198)
#CDCACD
(205,202,205)
#D3D1D4
(211,209,212)
#D9D8DB
(217,216,219)
#DFDFE2
(223,223,226)
#E5E6E9
(229,230,233)
#EBEDF0
(235,237,240)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AEB1; }

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

This text font color is #B5AEB1.


Background Color

.myBgColor { background-color: #B5AEB1; }

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

This div background color is #B5AEB1.


Border color

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

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

This div border color is #B5AEB1.


Opacity

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

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

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

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

This text has shadow with #B5AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AEB1 on black background.


Color preview on white background

This text has color #B5AEB1 on white background.



Black color preview on #B5AEB1 background

This text has black color on #B5AEB1 background.


White color preview on #B5AEB1 background

This text has white color on #B5AEB1 background.