COLOR #B4A7B3

HEX: #B4A7B3
RGB: (180,167,179)

Color info

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

RGB color model

#B4A7B3 color RGB value is (180,167,179).

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

RGB channels and saturation

R 180 of 255 = 71%
G 167 of 255 = 65%
B 179 of 255 = 70%

180
167
179

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

Portions of RGB colors in percentages

R + G + B =
180 + 167 + 179 = 526 (100%)
R 180 of 526 ~ 34.22%
G 167 of 526 ~ 31.75%
B 179 of 526 ~ 34.03%

%34.22
%31.75
%34.03

CMYK color model

#B4A7B3 color CMYK value is (0,7,1,29).

  • cyan value is 0.00%
  • magenta value is 7.22%
  • yellow value is 0.56%
  • key color value is 29.41%
CMYK:
(0,7,1,29)
C0M7Y1K29 
(0%,7%,1%,29%)
(0.00/0.07/0.01/0.29)	

CMYK percentages

%0
%7.22
%0.56
%29.41

Codes

Color #B4A7B3 in popluar color models

B4A7B3
RGB180167179
HSL305°7.98%68.04%
HSB/HSV305°7.22%70.59%
CMYK0.00%7.22%0.56%
29.41%

Color #B4A7B3 in popluar number systems.

HEXB4A7B3
Decimal180167179
Binary101101001010011110110011
Octal264247263

Shades and tints

Shades of #B4A7B3

#B4A7B3
(180,167,179)
#A498A3
(164,152,163)
#948993
(148,137,147)
#847A83
(132,122,131)
#746B73
(116,107,115)
#645C63
(100,92,99)
#544D53
(84,77,83)
#443E43
(68,62,67)
#342F33
(52,47,51)
#242023
(36,32,35)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #B4A7B3

#B4A7B3
(180,167,179)
#BAAFB9
(186,175,185)
#C0B7BF
(192,183,191)
#C6BFC5
(198,191,197)
#CCC7CB
(204,199,203)
#D2CFD1
(210,207,209)
#D8D7D7
(216,215,215)
#DEDFDD
(222,223,221)
#E4E7E3
(228,231,227)
#EAEFE9
(234,239,233)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A7B3; }

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

This text font color is #B4A7B3.


Background Color

.myBgColor { background-color: #B4A7B3; }

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

This div background color is #B4A7B3.


Border color

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

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

This div border color is #B4A7B3.


Opacity

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

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

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

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

This text has shadow with #B4A7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A7B3 on black background.


Color preview on white background

This text has color #B4A7B3 on white background.



Black color preview on #B4A7B3 background

This text has black color on #B4A7B3 background.


White color preview on #B4A7B3 background

This text has white color on #B4A7B3 background.