COLOR #B7AAB9

HEX: #B7AAB9
RGB: (183,170,185)

Color info

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

RGB color model

#B7AAB9 color RGB value is (183,170,185).

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

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 185 of 255 = 73%

183
170
185

R + G + B ~ 71%. #B7AAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 185 = 538 (100%)
R 183 of 538 ~ 34.01%
G 170 of 538 ~ 31.6%
B 185 of 538 ~ 34.39%

%34.01
%31.6
%34.39

CMYK color model

#B7AAB9 color CMYK value is (1,8,0,27).

  • cyan value is 1.08%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(1,8,0,27)
C1M8Y0K27 
(1%,8%,0%,27%)
(0.01/0.08/0.00/0.27)	

CMYK percentages

%1.08
%8.11
%0
%27.45

Codes

Color #B7AAB9 in popluar color models

B7AAB9
RGB183170185
HSL292°9.68%69.61%
HSB/HSV292°8.11%72.55%
CMYK1.08%8.11%0.00%
27.45%

Color #B7AAB9 in popluar number systems.

HEXB7AAB9
Decimal183170185
Binary101101111010101010111001
Octal267252271

Shades and tints

Shades of #B7AAB9

#B7AAB9
(183,170,185)
#A79BA9
(167,155,169)
#978C99
(151,140,153)
#877D89
(135,125,137)
#776E79
(119,110,121)
#675F69
(103,95,105)
#575059
(87,80,89)
#474149
(71,65,73)
#373239
(55,50,57)
#272329
(39,35,41)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #B7AAB9

#B7AAB9
(183,170,185)
#BDB1BF
(189,177,191)
#C3B8C5
(195,184,197)
#C9BFCB
(201,191,203)
#CFC6D1
(207,198,209)
#D5CDD7
(213,205,215)
#DBD4DD
(219,212,221)
#E1DBE3
(225,219,227)
#E7E2E9
(231,226,233)
#EDE9EF
(237,233,239)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AAB9; }

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

This text font color is #B7AAB9.


Background Color

.myBgColor { background-color: #B7AAB9; }

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

This div background color is #B7AAB9.


Border color

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

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

This div border color is #B7AAB9.


Opacity

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

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

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

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

This text has shadow with #B7AAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AAB9 on black background.


Color preview on white background

This text has color #B7AAB9 on white background.



Black color preview on #B7AAB9 background

This text has black color on #B7AAB9 background.


White color preview on #B7AAB9 background

This text has white color on #B7AAB9 background.