COLOR #B4A7B7

HEX: #B4A7B7
RGB: (180,167,183)

Color info

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

RGB color model

#B4A7B7 color RGB value is (180,167,183).

  • red value is 180;
  • green value is 167;
  • blue value is 183.
RGB:
(180,167,183)
(71%,65%,72%)

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 183 of 255 = 72%

180
167
183

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

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 183 = 530 (100%)
R 180 of 530 ~ 33.96%
G 167 of 530 ~ 31.51%
B 183 of 530 ~ 34.53%

%33.96
%31.51
%34.53

CMYK color model

#B4A7B7 color CMYK value is (2,9,0,28).

  • cyan value is 1.64%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(2,9,0,28)
C2M9Y0K28 
(2%,9%,0%,28%)
(0.02/0.09/0.00/0.28)	

CMYK percentages

%1.64
%8.74
%0
%28.24

Codes

Color #B4A7B7 in popluar color models

B4A7B7
RGB180167183
HSL289°10.00%68.63%
HSB/HSV289°8.74%71.76%
CMYK1.64%8.74%0.00%
28.24%

Color #B4A7B7 in popluar number systems.

HEXB4A7B7
Decimal180167183
Binary101101001010011110110111
Octal264247267

Shades and tints

Shades of #B4A7B7

#B4A7B7
(180,167,183)
#A498A7
(164,152,167)
#948997
(148,137,151)
#847A87
(132,122,135)
#746B77
(116,107,119)
#645C67
(100,92,103)
#544D57
(84,77,87)
#443E47
(68,62,71)
#342F37
(52,47,55)
#242027
(36,32,39)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #B4A7B7

#B4A7B7
(180,167,183)
#BAAFBD
(186,175,189)
#C0B7C3
(192,183,195)
#C6BFC9
(198,191,201)
#CCC7CF
(204,199,207)
#D2CFD5
(210,207,213)
#D8D7DB
(216,215,219)
#DEDFE1
(222,223,225)
#E4E7E7
(228,231,231)
#EAEFED
(234,239,237)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4A7B7 color. Also use rgb(180,167,183) instead hex code.

Text Font Color

.myTextColor { color: #B4A7B7; }

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

This text font color is #B4A7B7.


Background Color

.myBgColor { background-color: #B4A7B7; }

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

This div background color is #B4A7B7.


Border color

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

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

This div border color is #B4A7B7.


Opacity

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

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

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

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

This text has shadow with #B4A7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A7B7 on black background.


Color preview on white background

This text has color #B4A7B7 on white background.



Black color preview on #B4A7B7 background

This text has black color on #B4A7B7 background.


White color preview on #B4A7B7 background

This text has white color on #B4A7B7 background.