COLOR #B5A7BC

HEX: #B5A7BC
RGB: (181,167,188)

Color info

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

RGB color model

#B5A7BC color RGB value is (181,167,188).

  • red value is 181;
  • green value is 167;
  • blue value is 188.
RGB: (181,167,188) (71%,65%,74%)

RGB channels and saturation

R 181 of 255 = 71%
G 167 of 255 = 65%
B 188 of 255 = 74%

181
167
188

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

Portions of RGB colors in percentages

R + G + B =
181 + 167 + 188 = 536 (100%)
R 181 of 536 ~ 33.77%
G 167 of 536 ~ 31.16%
B 188 of 536 ~ 35.07%

%33.77
%31.16
%35.07

CMYK color model

#B5A7BC color CMYK value is (4,11,0,26).

  • cyan value is 3.72%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (4,11,0,26) C4M11Y0K26 (4%,11%,0%,26%) (0.04/0.11/0.00/0.26)

CMYK percentages

%3.72
%11.17
%0
%26.27

Codes

Color #B5A7BC in popluar color models

B5A7BC
RGB181167188
HSL280°13.55%69.61%
HSB/HSV280°11.17%73.73%
CMYK3.72%11.17%0.00%
26.27%

Color #B5A7BC in popluar number systems.

HEXB5A7BC
Decimal181167188
Binary101101011010011110111100
Octal265247274

Shades and tints

Shades of #B5A7BC

#B5A7BC
(181,167,188)
#A598AB
(165,152,171)
#95899A
(149,137,154)
#857A89
(133,122,137)
#756B78
(117,107,120)
#655C67
(101,92,103)
#554D56
(85,77,86)
#453E45
(69,62,69)
#352F34
(53,47,52)
#252023
(37,32,35)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #B5A7BC

#B5A7BC
(181,167,188)
#BBAFC2
(187,175,194)
#C1B7C8
(193,183,200)
#C7BFCE
(199,191,206)
#CDC7D4
(205,199,212)
#D3CFDA
(211,207,218)
#D9D7E0
(217,215,224)
#DFDFE6
(223,223,230)
#E5E7EC
(229,231,236)
#EBEFF2
(235,239,242)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A7BC color. Also use rgb(181,167,188) instead hex code.

Text Font Color

.myTextColor { color: #B5A7BC; }

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

This text font color is #B5A7BC.


Background Color

.myBgColor { background-color: #B5A7BC; }

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

This div background color is #B5A7BC.


Border color

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

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

This div border color is #B5A7BC.


Opacity

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

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

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

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

This text has shadow with #B5A7BC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B5A7BC on black background.


Color preview on white background

This text has color #B5A7BC on white background.



Black color preview on #B5A7BC background

This text has black color on #B5A7BC background.


White color preview on #B5A7BC background

This text has white color on #B5A7BC background.