COLOR #B7AAAA

HEX: #B7AAAA
RGB: (183,170,170)

Color info

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

RGB color model

#B7AAAA color RGB value is (183,170,170).

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

RGB channels and saturation

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

183
170
170

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

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 170 = 523 (100%)
R 183 of 523 ~ 34.99%
G 170 of 523 ~ 32.5%
B 170 of 523 ~ 32.5%

%34.99
%32.5
%32.5

CMYK color model

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

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

CMYK percentages

%0
%7.1
%7.1
%28.24

Codes

Color #B7AAAA in popluar color models

B7AAAA
RGB183170170
HSL8.28%69.22%
HSB/HSV7.10%71.76%
CMYK0.00%7.10%7.10%
28.24%

Color #B7AAAA in popluar number systems.

HEXB7AAAA
Decimal183170170
Binary101101111010101010101010
Octal267252252

Shades and tints

Shades of #B7AAAA

#B7AAAA
(183,170,170)
#A79B9B
(167,155,155)
#978C8C
(151,140,140)
#877D7D
(135,125,125)
#776E6E
(119,110,110)
#675F5F
(103,95,95)
#575050
(87,80,80)
#474141
(71,65,65)
#373232
(55,50,50)
#272323
(39,35,35)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #B7AAAA

#B7AAAA
(183,170,170)
#BDB1B1
(189,177,177)
#C3B8B8
(195,184,184)
#C9BFBF
(201,191,191)
#CFC6C6
(207,198,198)
#D5CDCD
(213,205,205)
#DBD4D4
(219,212,212)
#E1DBDB
(225,219,219)
#E7E2E2
(231,226,226)
#EDE9E9
(237,233,233)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AAAA; }

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

This text font color is #B7AAAA.


Background Color

.myBgColor { background-color: #B7AAAA; }

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

This div background color is #B7AAAA.


Border color

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

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

This div border color is #B7AAAA.


Opacity

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

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

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

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

This text has shadow with #B7AAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AAAA on black background.


Color preview on white background

This text has color #B7AAAA on white background.



Black color preview on #B7AAAA background

This text has black color on #B7AAAA background.


White color preview on #B7AAAA background

This text has white color on #B7AAAA background.