COLOR #B8A8B3

HEX: #B8A8B3
RGB: (184,168,179)

Color info

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

RGB color model

#B8A8B3 color RGB value is (184,168,179).

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

RGB channels and saturation

R 184 of 255 = 72%
G 168 of 255 = 66%
B 179 of 255 = 70%

184
168
179

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

Portions of RGB colors in percentages

R + G + B =
184 + 168 + 179 = 531 (100%)
R 184 of 531 ~ 34.65%
G 168 of 531 ~ 31.64%
B 179 of 531 ~ 33.71%

%34.65
%31.64
%33.71

CMYK color model

#B8A8B3 color CMYK value is (0,9,3,28).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 2.72%
  • key color value is 27.84%
CMYK:
(0,9,3,28)
C0M9Y3K28 
(0%,9%,3%,28%)
(0.00/0.09/0.03/0.28)	

CMYK percentages

%0
%8.7
%2.72
%27.84

Codes

Color #B8A8B3 in popluar color models

B8A8B3
RGB184168179
HSL319°10.13%69.02%
HSB/HSV319°8.70%72.16%
CMYK0.00%8.70%2.72%
27.84%

Color #B8A8B3 in popluar number systems.

HEXB8A8B3
Decimal184168179
Binary101110001010100010110011
Octal270250263

Shades and tints

Shades of #B8A8B3

#B8A8B3
(184,168,179)
#A899A3
(168,153,163)
#988A93
(152,138,147)
#887B83
(136,123,131)
#786C73
(120,108,115)
#685D63
(104,93,99)
#584E53
(88,78,83)
#483F43
(72,63,67)
#383033
(56,48,51)
#282123
(40,33,35)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #B8A8B3

#B8A8B3
(184,168,179)
#BEAFB9
(190,175,185)
#C4B6BF
(196,182,191)
#CABDC5
(202,189,197)
#D0C4CB
(208,196,203)
#D6CBD1
(214,203,209)
#DCD2D7
(220,210,215)
#E2D9DD
(226,217,221)
#E8E0E3
(232,224,227)
#EEE7E9
(238,231,233)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8A8B3; }

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

This text font color is #B8A8B3.


Background Color

.myBgColor { background-color: #B8A8B3; }

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

This div background color is #B8A8B3.


Border color

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

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

This div border color is #B8A8B3.


Opacity

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

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

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

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

This text has shadow with #B8A8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A8B3 on black background.


Color preview on white background

This text has color #B8A8B3 on white background.



Black color preview on #B8A8B3 background

This text has black color on #B8A8B3 background.


White color preview on #B8A8B3 background

This text has white color on #B8A8B3 background.