COLOR #B8A8B1

HEX: #B8A8B1
RGB: (184,168,177)

Color info

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

RGB color model

#B8A8B1 color RGB value is (184,168,177).

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

RGB channels and saturation

R 184 of 255 = 72%
G 168 of 255 = 66%
B 177 of 255 = 69%

184
168
177

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

Portions of RGB colors in percentages

R + G + B =
184 + 168 + 177 = 529 (100%)
R 184 of 529 ~ 34.78%
G 168 of 529 ~ 31.76%
B 177 of 529 ~ 33.46%

%34.78
%31.76
%33.46

CMYK color model

#B8A8B1 color CMYK value is (0,9,4,28).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 3.80%
  • key color value is 27.84%
CMYK:
(0,9,4,28)
C0M9Y4K28 
(0%,9%,4%,28%)
(0.00/0.09/0.04/0.28)	

CMYK percentages

%0
%8.7
%3.8
%27.84

Codes

Color #B8A8B1 in popluar color models

B8A8B1
RGB184168177
HSL326°10.13%69.02%
HSB/HSV326°8.70%72.16%
CMYK0.00%8.70%3.80%
27.84%

Color #B8A8B1 in popluar number systems.

HEXB8A8B1
Decimal184168177
Binary101110001010100010110001
Octal270250261

Shades and tints

Shades of #B8A8B1

#B8A8B1
(184,168,177)
#A899A1
(168,153,161)
#988A91
(152,138,145)
#887B81
(136,123,129)
#786C71
(120,108,113)
#685D61
(104,93,97)
#584E51
(88,78,81)
#483F41
(72,63,65)
#383031
(56,48,49)
#282121
(40,33,33)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #B8A8B1

#B8A8B1
(184,168,177)
#BEAFB8
(190,175,184)
#C4B6BF
(196,182,191)
#CABDC6
(202,189,198)
#D0C4CD
(208,196,205)
#D6CBD4
(214,203,212)
#DCD2DB
(220,210,219)
#E2D9E2
(226,217,226)
#E8E0E9
(232,224,233)
#EEE7F0
(238,231,240)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A8B1; }

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

This text font color is #B8A8B1.


Background Color

.myBgColor { background-color: #B8A8B1; }

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

This div background color is #B8A8B1.


Border color

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

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

This div border color is #B8A8B1.


Opacity

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

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

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

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

This text has shadow with #B8A8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A8B1 on black background.


Color preview on white background

This text has color #B8A8B1 on white background.



Black color preview on #B8A8B1 background

This text has black color on #B8A8B1 background.


White color preview on #B8A8B1 background

This text has white color on #B8A8B1 background.