COLOR #B7A4B1

HEX: #B7A4B1
RGB: (183,164,177)

Color info

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

RGB color model

#B7A4B1 color RGB value is (183,164,177).

  • red value is 183;
  • green value is 164;
  • blue value is 177.
RGB:
(183,164,177)
(72%,64%,69%)

RGB channels and saturation

R 183 of 255 = 72%
G 164 of 255 = 64%
B 177 of 255 = 69%

183
164
177

R + G + B ~ 68%. #B7A4B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 164 + 177 = 524 (100%)
R 183 of 524 ~ 34.92%
G 164 of 524 ~ 31.3%
B 177 of 524 ~ 33.78%

%34.92
%31.3
%33.78

CMYK color model

#B7A4B1 color CMYK value is (0,10,3,28).

  • cyan value is 0.00%
  • magenta value is 10.38%
  • yellow value is 3.28%
  • key color value is 28.24%
CMYK:
(0,10,3,28)
C0M10Y3K28 
(0%,10%,3%,28%)
(0.00/0.10/0.03/0.28)	

CMYK percentages

%0
%10.38
%3.28
%28.24

Codes

Color #B7A4B1 in popluar color models

B7A4B1
RGB183164177
HSL319°11.66%68.04%
HSB/HSV319°10.38%71.76%
CMYK0.00%10.38%3.28%
28.24%

Color #B7A4B1 in popluar number systems.

HEXB7A4B1
Decimal183164177
Binary101101111010010010110001
Octal267244261

Shades and tints

Shades of #B7A4B1

#B7A4B1
(183,164,177)
#A796A1
(167,150,161)
#978891
(151,136,145)
#877A81
(135,122,129)
#776C71
(119,108,113)
#675E61
(103,94,97)
#575051
(87,80,81)
#474241
(71,66,65)
#373431
(55,52,49)
#272621
(39,38,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #B7A4B1

#B7A4B1
(183,164,177)
#BDACB8
(189,172,184)
#C3B4BF
(195,180,191)
#C9BCC6
(201,188,198)
#CFC4CD
(207,196,205)
#D5CCD4
(213,204,212)
#DBD4DB
(219,212,219)
#E1DCE2
(225,220,226)
#E7E4E9
(231,228,233)
#EDECF0
(237,236,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A4B1 color. Also use rgb(183,164,177) instead hex code.

Text Font Color

.myTextColor { color: #B7A4B1; }

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

This text font color is #B7A4B1.


Background Color

.myBgColor { background-color: #B7A4B1; }

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

This div background color is #B7A4B1.


Border color

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

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

This div border color is #B7A4B1.


Opacity

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

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

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

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

This text has shadow with #B7A4B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A4B1 on black background.


Color preview on white background

This text has color #B7A4B1 on white background.



Black color preview on #B7A4B1 background

This text has black color on #B7A4B1 background.


White color preview on #B7A4B1 background

This text has white color on #B7A4B1 background.