COLOR #B8A8BB

HEX: #B8A8BB
RGB: (184,168,187)

Color info

#B8A8BB contains red, green and blue colors in about the same proportion. Web safe color of #B8A8BB is #CC99CC (or #C9C).

RGB color model

#B8A8BB color RGB value is (184,168,187).

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

RGB channels and saturation

R 184 of 255 = 72%
G 168 of 255 = 66%
B 187 of 255 = 73%

184
168
187

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

Portions of RGB colors in percentages

R + G + B =
184 + 168 + 187 = 539 (100%)
R 184 of 539 ~ 34.14%
G 168 of 539 ~ 31.17%
B 187 of 539 ~ 34.69%

%34.14
%31.17
%34.69

CMYK color model

#B8A8BB color CMYK value is (2,10,0,27).

  • cyan value is 1.60%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(2,10,0,27)
C2M10Y0K27 
(2%,10%,0%,27%)
(0.02/0.10/0.00/0.27)	

CMYK percentages

%1.6
%10.16
%0
%26.67

Codes

Color #B8A8BB in popluar color models

B8A8BB
RGB184168187
HSL291°12.26%69.61%
HSB/HSV291°10.16%73.33%
CMYK1.60%10.16%0.00%
26.67%

Color #B8A8BB in popluar number systems.

HEXB8A8BB
Decimal184168187
Binary101110001010100010111011
Octal270250273

Shades and tints

Shades of #B8A8BB

#B8A8BB
(184,168,187)
#A899AA
(168,153,170)
#988A99
(152,138,153)
#887B88
(136,123,136)
#786C77
(120,108,119)
#685D66
(104,93,102)
#584E55
(88,78,85)
#483F44
(72,63,68)
#383033
(56,48,51)
#282122
(40,33,34)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #B8A8BB

#B8A8BB
(184,168,187)
#BEAFC1
(190,175,193)
#C4B6C7
(196,182,199)
#CABDCD
(202,189,205)
#D0C4D3
(208,196,211)
#D6CBD9
(214,203,217)
#DCD2DF
(220,210,223)
#E2D9E5
(226,217,229)
#E8E0EB
(232,224,235)
#EEE7F1
(238,231,241)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A8BB; }

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

This text font color is #B8A8BB.


Background Color

.myBgColor { background-color: #B8A8BB; }

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

This div background color is #B8A8BB.


Border color

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

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

This div border color is #B8A8BB.


Opacity

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

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

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

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

This text has shadow with #B8A8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A8BB on black background.


Color preview on white background

This text has color #B8A8BB on white background.



Black color preview on #B8A8BB background

This text has black color on #B8A8BB background.


White color preview on #B8A8BB background

This text has white color on #B8A8BB background.