COLOR #B7A6BB

HEX: #B7A6BB
RGB: (183,166,187)

Color info

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

RGB color model

#B7A6BB color RGB value is (183,166,187).

  • red value is 183;
  • green value is 166;
  • blue value is 187.
RGB:
(183,166,187)
(72%,65%,73%)

RGB channels and saturation

R 183 of 255 = 72%
G 166 of 255 = 65%
B 187 of 255 = 73%

183
166
187

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

Portions of RGB colors in percentages

R + G + B =
183 + 166 + 187 = 536 (100%)
R 183 of 536 ~ 34.14%
G 166 of 536 ~ 30.97%
B 187 of 536 ~ 34.89%

%34.14
%30.97
%34.89

CMYK color model

#B7A6BB color CMYK value is (2,11,0,27).

  • cyan value is 2.14%
  • magenta value is 11.23%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(2,11,0,27)
C2M11Y0K27 
(2%,11%,0%,27%)
(0.02/0.11/0.00/0.27)	

CMYK percentages

%2.14
%11.23
%0
%26.67

Codes

Color #B7A6BB in popluar color models

B7A6BB
RGB183166187
HSL289°13.38%69.22%
HSB/HSV289°11.23%73.33%
CMYK2.14%11.23%0.00%
26.67%

Color #B7A6BB in popluar number systems.

HEXB7A6BB
Decimal183166187
Binary101101111010011010111011
Octal267246273

Shades and tints

Shades of #B7A6BB

#B7A6BB
(183,166,187)
#A797AA
(167,151,170)
#978899
(151,136,153)
#877988
(135,121,136)
#776A77
(119,106,119)
#675B66
(103,91,102)
#574C55
(87,76,85)
#473D44
(71,61,68)
#372E33
(55,46,51)
#271F22
(39,31,34)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #B7A6BB

#B7A6BB
(183,166,187)
#BDAEC1
(189,174,193)
#C3B6C7
(195,182,199)
#C9BECD
(201,190,205)
#CFC6D3
(207,198,211)
#D5CED9
(213,206,217)
#DBD6DF
(219,214,223)
#E1DEE5
(225,222,229)
#E7E6EB
(231,230,235)
#EDEEF1
(237,238,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A6BB; }

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

This text font color is #B7A6BB.


Background Color

.myBgColor { background-color: #B7A6BB; }

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

This div background color is #B7A6BB.


Border color

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

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

This div border color is #B7A6BB.


Opacity

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

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

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

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

This text has shadow with #B7A6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A6BB on black background.


Color preview on white background

This text has color #B7A6BB on white background.



Black color preview on #B7A6BB background

This text has black color on #B7A6BB background.


White color preview on #B7A6BB background

This text has white color on #B7A6BB background.