COLOR #B7AAB5

HEX: #B7AAB5
RGB: (183,170,181)

Color info

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

RGB color model

#B7AAB5 color RGB value is (183,170,181).

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

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 181 of 255 = 71%

183
170
181

R + G + B ~ 70%. #B7AAB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 181 = 534 (100%)
R 183 of 534 ~ 34.27%
G 170 of 534 ~ 31.84%
B 181 of 534 ~ 33.9%

%34.27
%31.84
%33.9

CMYK color model

#B7AAB5 color CMYK value is (0,7,1,28).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 1.09%
  • key color value is 28.24%
CMYK:
(0,7,1,28)
C0M7Y1K28 
(0%,7%,1%,28%)
(0.00/0.07/0.01/0.28)	

CMYK percentages

%0
%7.1
%1.09
%28.24

Codes

Color #B7AAB5 in popluar color models

B7AAB5
RGB183170181
HSL309°8.28%69.22%
HSB/HSV309°7.10%71.76%
CMYK0.00%7.10%1.09%
28.24%

Color #B7AAB5 in popluar number systems.

HEXB7AAB5
Decimal183170181
Binary101101111010101010110101
Octal267252265

Shades and tints

Shades of #B7AAB5

#B7AAB5
(183,170,181)
#A79BA5
(167,155,165)
#978C95
(151,140,149)
#877D85
(135,125,133)
#776E75
(119,110,117)
#675F65
(103,95,101)
#575055
(87,80,85)
#474145
(71,65,69)
#373235
(55,50,53)
#272325
(39,35,37)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #B7AAB5

#B7AAB5
(183,170,181)
#BDB1BB
(189,177,187)
#C3B8C1
(195,184,193)
#C9BFC7
(201,191,199)
#CFC6CD
(207,198,205)
#D5CDD3
(213,205,211)
#DBD4D9
(219,212,217)
#E1DBDF
(225,219,223)
#E7E2E5
(231,226,229)
#EDE9EB
(237,233,235)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AAB5; }

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

This text font color is #B7AAB5.


Background Color

.myBgColor { background-color: #B7AAB5; }

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

This div background color is #B7AAB5.


Border color

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

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

This div border color is #B7AAB5.


Opacity

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

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

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

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

This text has shadow with #B7AAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AAB5 on black background.


Color preview on white background

This text has color #B7AAB5 on white background.



Black color preview on #B7AAB5 background

This text has black color on #B7AAB5 background.


White color preview on #B7AAB5 background

This text has white color on #B7AAB5 background.