COLOR #B7ACB5

HEX: #B7ACB5
RGB: (183,172,181)

Color info

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

RGB color model

#B7ACB5 color RGB value is (183,172,181).

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

RGB channels and saturation

R 183 of 255 = 72%
G 172 of 255 = 67%
B 181 of 255 = 71%

183
172
181

R + G + B ~ 70%. #B7ACB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 172 + 181 = 536 (100%)
R 183 of 536 ~ 34.14%
G 172 of 536 ~ 32.09%
B 181 of 536 ~ 33.77%

%34.14
%32.09
%33.77

CMYK color model

#B7ACB5 color CMYK value is (0,6,1,28).

  • cyan value is 0.00%
  • magenta value is 6.01%
  • yellow value is 1.09%
  • key color value is 28.24%
CMYK:
(0,6,1,28)
C0M6Y1K28 
(0%,6%,1%,28%)
(0.00/0.06/0.01/0.28)	

CMYK percentages

%0
%6.01
%1.09
%28.24

Codes

Color #B7ACB5 in popluar color models

B7ACB5
RGB183172181
HSL311°7.10%69.61%
HSB/HSV311°6.01%71.76%
CMYK0.00%6.01%1.09%
28.24%

Color #B7ACB5 in popluar number systems.

HEXB7ACB5
Decimal183172181
Binary101101111010110010110101
Octal267254265

Shades and tints

Shades of #B7ACB5

#B7ACB5
(183,172,181)
#A79DA5
(167,157,165)
#978E95
(151,142,149)
#877F85
(135,127,133)
#777075
(119,112,117)
#676165
(103,97,101)
#575255
(87,82,85)
#474345
(71,67,69)
#373435
(55,52,53)
#272525
(39,37,37)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #B7ACB5

#B7ACB5
(183,172,181)
#BDB3BB
(189,179,187)
#C3BAC1
(195,186,193)
#C9C1C7
(201,193,199)
#CFC8CD
(207,200,205)
#D5CFD3
(213,207,211)
#DBD6D9
(219,214,217)
#E1DDDF
(225,221,223)
#E7E4E5
(231,228,229)
#EDEBEB
(237,235,235)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ACB5; }

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

This text font color is #B7ACB5.


Background Color

.myBgColor { background-color: #B7ACB5; }

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

This div background color is #B7ACB5.


Border color

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

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

This div border color is #B7ACB5.


Opacity

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

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

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

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

This text has shadow with #B7ACB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ACB5 on black background.


Color preview on white background

This text has color #B7ACB5 on white background.



Black color preview on #B7ACB5 background

This text has black color on #B7ACB5 background.


White color preview on #B7ACB5 background

This text has white color on #B7ACB5 background.