COLOR #B8A9BC

HEX: #B8A9BC
RGB: (184,169,188)

Color info

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

RGB color model

#B8A9BC color RGB value is (184,169,188).

  • red value is 184;
  • green value is 169;
  • blue value is 188.
RGB:
(184,169,188)
(72%,66%,74%)

RGB channels and saturation

R 184 of 255 = 72%
G 169 of 255 = 66%
B 188 of 255 = 74%

184
169
188

R + G + B ~ 71%. #B8A9BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 169 + 188 = 541 (100%)
R 184 of 541 ~ 34.01%
G 169 of 541 ~ 31.24%
B 188 of 541 ~ 34.75%

%34.01
%31.24
%34.75

CMYK color model

#B8A9BC color CMYK value is (2,10,0,26).

  • cyan value is 2.13%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(2,10,0,26)
C2M10Y0K26 
(2%,10%,0%,26%)
(0.02/0.10/0.00/0.26)	

CMYK percentages

%2.13
%10.11
%0
%26.27

Codes

Color #B8A9BC in popluar color models

B8A9BC
RGB184169188
HSL287°12.42%70.00%
HSB/HSV287°10.11%73.73%
CMYK2.13%10.11%0.00%
26.27%

Color #B8A9BC in popluar number systems.

HEXB8A9BC
Decimal184169188
Binary101110001010100110111100
Octal270251274

Shades and tints

Shades of #B8A9BC

#B8A9BC
(184,169,188)
#A89AAB
(168,154,171)
#988B9A
(152,139,154)
#887C89
(136,124,137)
#786D78
(120,109,120)
#685E67
(104,94,103)
#584F56
(88,79,86)
#484045
(72,64,69)
#383134
(56,49,52)
#282223
(40,34,35)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #B8A9BC

#B8A9BC
(184,169,188)
#BEB0C2
(190,176,194)
#C4B7C8
(196,183,200)
#CABECE
(202,190,206)
#D0C5D4
(208,197,212)
#D6CCDA
(214,204,218)
#DCD3E0
(220,211,224)
#E2DAE6
(226,218,230)
#E8E1EC
(232,225,236)
#EEE8F2
(238,232,242)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8A9BC color. Also use rgb(184,169,188) instead hex code.

Text Font Color

.myTextColor { color: #B8A9BC; }

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

This text font color is #B8A9BC.


Background Color

.myBgColor { background-color: #B8A9BC; }

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

This div background color is #B8A9BC.


Border color

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

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

This div border color is #B8A9BC.


Opacity

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

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

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

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

This text has shadow with #B8A9BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8A9BC on black background.


Color preview on white background

This text has color #B8A9BC on white background.



Black color preview on #B8A9BC background

This text has black color on #B8A9BC background.


White color preview on #B8A9BC background

This text has white color on #B8A9BC background.