COLOR #B8AEB1

HEX: #B8AEB1
RGB: (184,174,177)

Color info

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

RGB color model

#B8AEB1 color RGB value is (184,174,177).

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

RGB channels and saturation

R 184 of 255 = 72%
G 174 of 255 = 68%
B 177 of 255 = 69%

184
174
177

R + G + B ~ 70%. #B8AEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 174 + 177 = 535 (100%)
R 184 of 535 ~ 34.39%
G 174 of 535 ~ 32.52%
B 177 of 535 ~ 33.08%

%34.39
%32.52
%33.08

CMYK color model

#B8AEB1 color CMYK value is (0,5,4,28).

  • cyan value is 0.00%
  • magenta value is 5.43%
  • yellow value is 3.80%
  • key color value is 27.84%
CMYK:
(0,5,4,28)
C0M5Y4K28 
(0%,5%,4%,28%)
(0.00/0.05/0.04/0.28)	

CMYK percentages

%0
%5.43
%3.8
%27.84

Codes

Color #B8AEB1 in popluar color models

B8AEB1
RGB184174177
HSL342°6.58%70.20%
HSB/HSV342°5.43%72.16%
CMYK0.00%5.43%3.80%
27.84%

Color #B8AEB1 in popluar number systems.

HEXB8AEB1
Decimal184174177
Binary101110001010111010110001
Octal270256261

Shades and tints

Shades of #B8AEB1

#B8AEB1
(184,174,177)
#A89FA1
(168,159,161)
#989091
(152,144,145)
#888181
(136,129,129)
#787271
(120,114,113)
#686361
(104,99,97)
#585451
(88,84,81)
#484541
(72,69,65)
#383631
(56,54,49)
#282721
(40,39,33)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #B8AEB1

#B8AEB1
(184,174,177)
#BEB5B8
(190,181,184)
#C4BCBF
(196,188,191)
#CAC3C6
(202,195,198)
#D0CACD
(208,202,205)
#D6D1D4
(214,209,212)
#DCD8DB
(220,216,219)
#E2DFE2
(226,223,226)
#E8E6E9
(232,230,233)
#EEEDF0
(238,237,240)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8AEB1; }

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

This text font color is #B8AEB1.


Background Color

.myBgColor { background-color: #B8AEB1; }

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

This div background color is #B8AEB1.


Border color

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

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

This div border color is #B8AEB1.


Opacity

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

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

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

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

This text has shadow with #B8AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8AEB1 on black background.


Color preview on white background

This text has color #B8AEB1 on white background.



Black color preview on #B8AEB1 background

This text has black color on #B8AEB1 background.


White color preview on #B8AEB1 background

This text has white color on #B8AEB1 background.