COLOR #B7ACB0

HEX: #B7ACB0
RGB: (183,172,176)

Color info

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

RGB color model

#B7ACB0 color RGB value is (183,172,176).

  • red value is 183;
  • green value is 172;
  • blue value is 176.
RGB:
(183,172,176)
(72%,67%,69%)

RGB channels and saturation

R 183 of 255 = 72%
G 172 of 255 = 67%
B 176 of 255 = 69%

183
172
176

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

Portions of RGB colors in percentages

R + G + B =
183 + 172 + 176 = 531 (100%)
R 183 of 531 ~ 34.46%
G 172 of 531 ~ 32.39%
B 176 of 531 ~ 33.15%

%34.46
%32.39
%33.15

CMYK color model

#B7ACB0 color CMYK value is (0,6,4,28).

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 3.83%
  • key color value is 28.24%
CMYK:
(0,6,4,28)
C0M6Y4K28 
(0%,6%,4%,28%)
(0.00/0.06/0.04/0.28)	

CMYK percentages

%0
%6.01
%3.83
%28.24

Codes

Color #B7ACB0 in popluar color models

B7ACB0
RGB183172176
HSL338°7.10%69.61%
HSB/HSV338°6.01%71.76%
CMYK0.00%6.01%3.83%
28.24%

Color #B7ACB0 in popluar number systems.

HEXB7ACB0
Decimal183172176
Binary101101111010110010110000
Octal267254260

Shades and tints

Shades of #B7ACB0

#B7ACB0
(183,172,176)
#A79DA0
(167,157,160)
#978E90
(151,142,144)
#877F80
(135,127,128)
#777070
(119,112,112)
#676160
(103,97,96)
#575250
(87,82,80)
#474340
(71,67,64)
#373430
(55,52,48)
#272520
(39,37,32)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #B7ACB0

#B7ACB0
(183,172,176)
#BDB3B7
(189,179,183)
#C3BABE
(195,186,190)
#C9C1C5
(201,193,197)
#CFC8CC
(207,200,204)
#D5CFD3
(213,207,211)
#DBD6DA
(219,214,218)
#E1DDE1
(225,221,225)
#E7E4E8
(231,228,232)
#EDEBEF
(237,235,239)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7ACB0 color. Also use rgb(183,172,176) instead hex code.

Text Font Color

.myTextColor { color: #B7ACB0; }

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

This text font color is #B7ACB0.


Background Color

.myBgColor { background-color: #B7ACB0; }

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

This div background color is #B7ACB0.


Border color

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

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

This div border color is #B7ACB0.


Opacity

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

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

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

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

This text has shadow with #B7ACB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ACB0 on black background.


Color preview on white background

This text has color #B7ACB0 on white background.



Black color preview on #B7ACB0 background

This text has black color on #B7ACB0 background.


White color preview on #B7ACB0 background

This text has white color on #B7ACB0 background.