COLOR #B8ACB9

HEX: #B8ACB9
RGB: (184,172,185)

Color info

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

RGB color model

#B8ACB9 color RGB value is (184,172,185).

  • red value is 184;
  • green value is 172;
  • blue value is 185.
RGB:
(184,172,185)
(72%,67%,73%)

RGB channels and saturation

R 184 of 255 = 72%
G 172 of 255 = 67%
B 185 of 255 = 73%

184
172
185

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

Portions of RGB colors in percentages

R + G + B =
184 + 172 + 185 = 541 (100%)
R 184 of 541 ~ 34.01%
G 172 of 541 ~ 31.79%
B 185 of 541 ~ 34.2%

%34.01
%31.79
%34.2

CMYK color model

#B8ACB9 color CMYK value is (1,7,0,27).

  • cyan value is 0.54%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(1,7,0,27)
C1M7Y0K27 
(1%,7%,0%,27%)
(0.01/0.07/0.00/0.27)	

CMYK percentages

%0.54
%7.03
%0
%27.45

Codes

Color #B8ACB9 in popluar color models

B8ACB9
RGB184172185
HSL295°8.50%70.00%
HSB/HSV295°7.03%72.55%
CMYK0.54%7.03%0.00%
27.45%

Color #B8ACB9 in popluar number systems.

HEXB8ACB9
Decimal184172185
Binary101110001010110010111001
Octal270254271

Shades and tints

Shades of #B8ACB9

#B8ACB9
(184,172,185)
#A89DA9
(168,157,169)
#988E99
(152,142,153)
#887F89
(136,127,137)
#787079
(120,112,121)
#686169
(104,97,105)
#585259
(88,82,89)
#484349
(72,67,73)
#383439
(56,52,57)
#282529
(40,37,41)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #B8ACB9

#B8ACB9
(184,172,185)
#BEB3BF
(190,179,191)
#C4BAC5
(196,186,197)
#CAC1CB
(202,193,203)
#D0C8D1
(208,200,209)
#D6CFD7
(214,207,215)
#DCD6DD
(220,214,221)
#E2DDE3
(226,221,227)
#E8E4E9
(232,228,233)
#EEEBEF
(238,235,239)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8ACB9 color. Also use rgb(184,172,185) instead hex code.

Text Font Color

.myTextColor { color: #B8ACB9; }

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

This text font color is #B8ACB9.


Background Color

.myBgColor { background-color: #B8ACB9; }

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

This div background color is #B8ACB9.


Border color

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

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

This div border color is #B8ACB9.


Opacity

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

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

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

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

This text has shadow with #B8ACB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ACB9 on black background.


Color preview on white background

This text has color #B8ACB9 on white background.



Black color preview on #B8ACB9 background

This text has black color on #B8ACB9 background.


White color preview on #B8ACB9 background

This text has white color on #B8ACB9 background.