COLOR #B7AAA1

HEX: #B7AAA1
RGB: (183,170,161)

Color info

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

RGB color model

#B7AAA1 color RGB value is (183,170,161).

  • red value is 183;
  • green value is 170;
  • blue value is 161.
RGB:
(183,170,161)
(72%,67%,63%)

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 161 of 255 = 63%

183
170
161

R + G + B ~ 67%. #B7AAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 161 = 514 (100%)
R 183 of 514 ~ 35.6%
G 170 of 514 ~ 33.07%
B 161 of 514 ~ 31.32%

%35.6
%33.07
%31.32

CMYK color model

#B7AAA1 color CMYK value is (0,7,12,28).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 12.02%
  • key color value is 28.24%
CMYK:
(0,7,12,28)
C0M7Y12K28 
(0%,7%,12%,28%)
(0.00/0.07/0.12/0.28)	

CMYK percentages

%0
%7.1
%12.02
%28.24

Codes

Color #B7AAA1 in popluar color models

B7AAA1
RGB183170161
HSL25°13.25%67.45%
HSB/HSV25°12.02%71.76%
CMYK0.00%7.10%12.02%
28.24%

Color #B7AAA1 in popluar number systems.

HEXB7AAA1
Decimal183170161
Binary101101111010101010100001
Octal267252241

Shades and tints

Shades of #B7AAA1

#B7AAA1
(183,170,161)
#A79B93
(167,155,147)
#978C85
(151,140,133)
#877D77
(135,125,119)
#776E69
(119,110,105)
#675F5B
(103,95,91)
#57504D
(87,80,77)
#47413F
(71,65,63)
#373231
(55,50,49)
#272323
(39,35,35)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #B7AAA1

#B7AAA1
(183,170,161)
#BDB1A9
(189,177,169)
#C3B8B1
(195,184,177)
#C9BFB9
(201,191,185)
#CFC6C1
(207,198,193)
#D5CDC9
(213,205,201)
#DBD4D1
(219,212,209)
#E1DBD9
(225,219,217)
#E7E2E1
(231,226,225)
#EDE9E9
(237,233,233)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AAA1 color. Also use rgb(183,170,161) instead hex code.

Text Font Color

.myTextColor { color: #B7AAA1; }

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

This text font color is #B7AAA1.


Background Color

.myBgColor { background-color: #B7AAA1; }

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

This div background color is #B7AAA1.


Border color

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

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

This div border color is #B7AAA1.


Opacity

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

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

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

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

This text has shadow with #B7AAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AAA1 on black background.


Color preview on white background

This text has color #B7AAA1 on white background.



Black color preview on #B7AAA1 background

This text has black color on #B7AAA1 background.


White color preview on #B7AAA1 background

This text has white color on #B7AAA1 background.