COLOR #B7ACB9

HEX: #B7ACB9 RGB: (183,172,185)

Color info

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

RGB color model

#B7ACB9 color RGB value is (183,172,185).

RGB: (183,172,185) (72%, 67%, 73%)

RGB channels and saturation

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

183
172
185

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

Portions of RGB colors in percentages

R + G + B = 183 + 172 + 185 = 540 (100%)
R 183 of 540 ~ 33.89%
G 172 of 540 ~ 31.85%
B 185 of 540 ~ 34.26'%

%33.89
%31.85
%34.26

CMYK color model

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

  • cyan value is 1.08%
  • 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

%1.08
%7.03
%0
%27.45

Codes

Color #B7ACB9 in popluar color models

B7 AC B9
RGB 183 172 185
HSL 291° 8.50% 70.00%
HSB/HSV 291° 7.03% 72.55%
CMYK 1.08% 7.03% 0.00%
27.45%

Color #B7ACB9 in popluar number systems.

HEX B7 AC B9
Decimal 183 172 185
Binary 10110111 10101100 10111001
Octal 267 254 271

Shades and tints

Shades of #B7ACB9

#B7ACB9
(183,172,185)
#A79DA9
(167,157,169)
#978E99
(151,142,153)
#877F89
(135,127,137)
#777079
(119,112,121)
#676169
(103,97,105)
#575259
(87,82,89)
#474349
(71,67,73)
#373439
(55,52,57)
#272529
(39,37,41)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #B7ACB9

#B7ACB9
(183,172,185)
#BDB3BF
(189,179,191)
#C3BAC5
(195,186,197)
#C9C1CB
(201,193,203)
#CFC8D1
(207,200,209)
#D5CFD7
(213,207,215)
#DBD6DD
(219,214,221)
#E1DDE3
(225,221,227)
#E7E4E9
(231,228,233)
#EDEBEF
(237,235,239)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ACB9; }

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

This text font color is #B7ACB9.

Background Color

.myBgColor { background-color: #B7ACB9; }

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

This div background color is #B7ACB9.

Border color

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

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

This div border color is #B7ACB9.

Opacity

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

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

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

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

This text has shadow with #B7ACB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7ACB9.

Preview

Color preview on black background

This text has color #B7ACB9 on black background.


Color preview on white background

This text has color #B7ACB9 on white background.


Black color preview on #B7ACB9 background

This text has black color on #B7ACB9 background.


White color preview on #B7ACB9 background

This text has white color on #B7ACB9 background.


Related colors

Complementary color

Complementary color for #hex is #485346.


I love getcolorcode.com

Triadic colors

1 #B9B7AC and #ACB9B7 with #B7ACB9 are triadic colors.

2 #B9ACB7 and #ACB7B9 with #B7ACB9 are triadic colors.