COLOR #B7AA9F

HEX: #B7AA9F
RGB: (183,170,159)

Color info

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

RGB color model

#B7AA9F color RGB value is (183,170,159).

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

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 159 of 255 = 62%

183
170
159

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

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 159 = 512 (100%)
R 183 of 512 ~ 35.74%
G 170 of 512 ~ 33.2%
B 159 of 512 ~ 31.05%

%35.74
%33.2
%31.05

CMYK color model

#B7AA9F color CMYK value is (0,7,13,28).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK:
(0,7,13,28)
C0M7Y13K28 
(0%,7%,13%,28%)
(0.00/0.07/0.13/0.28)	

CMYK percentages

%0
%7.1
%13.11
%28.24

Codes

Color #B7AA9F in popluar color models

B7AA9F
RGB183170159
HSL28°14.29%67.06%
HSB/HSV28°13.11%71.76%
CMYK0.00%7.10%13.11%
28.24%

Color #B7AA9F in popluar number systems.

HEXB7AA9F
Decimal183170159
Binary101101111010101010011111
Octal267252237

Shades and tints

Shades of #B7AA9F

#B7AA9F
(183,170,159)
#A79B91
(167,155,145)
#978C83
(151,140,131)
#877D75
(135,125,117)
#776E67
(119,110,103)
#675F59
(103,95,89)
#57504B
(87,80,75)
#47413D
(71,65,61)
#37322F
(55,50,47)
#272321
(39,35,33)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B7AA9F

#B7AA9F
(183,170,159)
#BDB1A7
(189,177,167)
#C3B8AF
(195,184,175)
#C9BFB7
(201,191,183)
#CFC6BF
(207,198,191)
#D5CDC7
(213,205,199)
#DBD4CF
(219,212,207)
#E1DBD7
(225,219,215)
#E7E2DF
(231,226,223)
#EDE9E7
(237,233,231)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AA9F; }

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

This text font color is #B7AA9F.


Background Color

.myBgColor { background-color: #B7AA9F; }

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

This div background color is #B7AA9F.


Border color

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

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

This div border color is #B7AA9F.


Opacity

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

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

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

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

This text has shadow with #B7AA9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AA9F on black background.


Color preview on white background

This text has color #B7AA9F on white background.



Black color preview on #B7AA9F background

This text has black color on #B7AA9F background.


White color preview on #B7AA9F background

This text has white color on #B7AA9F background.