COLOR #B7AAB0

HEX: #B7AAB0
RGB: (183,170,176)

Color info

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

RGB color model

#B7AAB0 color RGB value is (183,170,176).

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

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 176 of 255 = 69%

183
170
176

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

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 176 = 529 (100%)
R 183 of 529 ~ 34.59%
G 170 of 529 ~ 32.14%
B 176 of 529 ~ 33.27%

%34.59
%32.14
%33.27

CMYK color model

#B7AAB0 color CMYK value is (0,7,4,28).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 3.83%
  • key color value is 28.24%
CMYK:
(0,7,4,28)
C0M7Y4K28 
(0%,7%,4%,28%)
(0.00/0.07/0.04/0.28)	

CMYK percentages

%0
%7.1
%3.83
%28.24

Codes

Color #B7AAB0 in popluar color models

B7AAB0
RGB183170176
HSL332°8.28%69.22%
HSB/HSV332°7.10%71.76%
CMYK0.00%7.10%3.83%
28.24%

Color #B7AAB0 in popluar number systems.

HEXB7AAB0
Decimal183170176
Binary101101111010101010110000
Octal267252260

Shades and tints

Shades of #B7AAB0

#B7AAB0
(183,170,176)
#A79BA0
(167,155,160)
#978C90
(151,140,144)
#877D80
(135,125,128)
#776E70
(119,110,112)
#675F60
(103,95,96)
#575050
(87,80,80)
#474140
(71,65,64)
#373230
(55,50,48)
#272320
(39,35,32)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #B7AAB0

#B7AAB0
(183,170,176)
#BDB1B7
(189,177,183)
#C3B8BE
(195,184,190)
#C9BFC5
(201,191,197)
#CFC6CC
(207,198,204)
#D5CDD3
(213,205,211)
#DBD4DA
(219,212,218)
#E1DBE1
(225,219,225)
#E7E2E8
(231,226,232)
#EDE9EF
(237,233,239)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AAB0; }

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

This text font color is #B7AAB0.


Background Color

.myBgColor { background-color: #B7AAB0; }

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

This div background color is #B7AAB0.


Border color

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

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

This div border color is #B7AAB0.


Opacity

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

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

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

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

This text has shadow with #B7AAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AAB0 on black background.


Color preview on white background

This text has color #B7AAB0 on white background.



Black color preview on #B7AAB0 background

This text has black color on #B7AAB0 background.


White color preview on #B7AAB0 background

This text has white color on #B7AAB0 background.