COLOR #B7AAAD

HEX: #B7AAAD
RGB: (183,170,173)

Color info

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

RGB color model

#B7AAAD color RGB value is (183,170,173).

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

RGB channels and saturation

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

183
170
173

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

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 173 = 526 (100%)
R 183 of 526 ~ 34.79%
G 170 of 526 ~ 32.32%
B 173 of 526 ~ 32.89%

%34.79
%32.32
%32.89

CMYK color model

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

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

CMYK percentages

%0
%7.1
%5.46
%28.24

Codes

Color #B7AAAD in popluar color models

B7AAAD
RGB183170173
HSL346°8.28%69.22%
HSB/HSV346°7.10%71.76%
CMYK0.00%7.10%5.46%
28.24%

Color #B7AAAD in popluar number systems.

HEXB7AAAD
Decimal183170173
Binary101101111010101010101101
Octal267252255

Shades and tints

Shades of #B7AAAD

#B7AAAD
(183,170,173)
#A79B9E
(167,155,158)
#978C8F
(151,140,143)
#877D80
(135,125,128)
#776E71
(119,110,113)
#675F62
(103,95,98)
#575053
(87,80,83)
#474144
(71,65,68)
#373235
(55,50,53)
#272326
(39,35,38)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #B7AAAD

#B7AAAD
(183,170,173)
#BDB1B4
(189,177,180)
#C3B8BB
(195,184,187)
#C9BFC2
(201,191,194)
#CFC6C9
(207,198,201)
#D5CDD0
(213,205,208)
#DBD4D7
(219,212,215)
#E1DBDE
(225,219,222)
#E7E2E5
(231,226,229)
#EDE9EC
(237,233,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AAAD; }

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

This text font color is #B7AAAD.


Background Color

.myBgColor { background-color: #B7AAAD; }

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

This div background color is #B7AAAD.


Border color

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

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

This div border color is #B7AAAD.


Opacity

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

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

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

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

This text has shadow with #B7AAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AAAD on black background.


Color preview on white background

This text has color #B7AAAD on white background.



Black color preview on #B7AAAD background

This text has black color on #B7AAAD background.


White color preview on #B7AAAD background

This text has white color on #B7AAAD background.