COLOR #B7A6BD

HEX: #B7A6BD
RGB: (183,166,189)

Color info

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

RGB color model

#B7A6BD color RGB value is (183,166,189).

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

RGB channels and saturation

R 183 of 255 = 72%
G 166 of 255 = 65%
B 189 of 255 = 74%

183
166
189

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

Portions of RGB colors in percentages

R + G + B =
183 + 166 + 189 = 538 (100%)
R 183 of 538 ~ 34.01%
G 166 of 538 ~ 30.86%
B 189 of 538 ~ 35.13%

%34.01
%30.86
%35.13

CMYK color model

#B7A6BD color CMYK value is (3,12,0,26).

  • cyan value is 3.17%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(3,12,0,26)
C3M12Y0K26 
(3%,12%,0%,26%)
(0.03/0.12/0.00/0.26)	

CMYK percentages

%3.17
%12.17
%0
%25.88

Codes

Color #B7A6BD in popluar color models

B7A6BD
RGB183166189
HSL284°14.84%69.61%
HSB/HSV284°12.17%74.12%
CMYK3.17%12.17%0.00%
25.88%

Color #B7A6BD in popluar number systems.

HEXB7A6BD
Decimal183166189
Binary101101111010011010111101
Octal267246275

Shades and tints

Shades of #B7A6BD

#B7A6BD
(183,166,189)
#A797AC
(167,151,172)
#97889B
(151,136,155)
#87798A
(135,121,138)
#776A79
(119,106,121)
#675B68
(103,91,104)
#574C57
(87,76,87)
#473D46
(71,61,70)
#372E35
(55,46,53)
#271F24
(39,31,36)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #B7A6BD

#B7A6BD
(183,166,189)
#BDAEC3
(189,174,195)
#C3B6C9
(195,182,201)
#C9BECF
(201,190,207)
#CFC6D5
(207,198,213)
#D5CEDB
(213,206,219)
#DBD6E1
(219,214,225)
#E1DEE7
(225,222,231)
#E7E6ED
(231,230,237)
#EDEEF3
(237,238,243)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A6BD; }

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

This text font color is #B7A6BD.


Background Color

.myBgColor { background-color: #B7A6BD; }

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

This div background color is #B7A6BD.


Border color

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

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

This div border color is #B7A6BD.


Opacity

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

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

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

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

This text has shadow with #B7A6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A6BD on black background.


Color preview on white background

This text has color #B7A6BD on white background.



Black color preview on #B7A6BD background

This text has black color on #B7A6BD background.


White color preview on #B7A6BD background

This text has white color on #B7A6BD background.