COLOR #B7A6B9

HEX: #B7A6B9 RGB: (183,166,185)

Color info

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

RGB color model

#B7A6B9 color RGB value is (183,166,185).

RGB: (183,166,185) (72%, 65%, 73%)

RGB channels and saturation

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

183
166
185

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

Portions of RGB colors in percentages

R + G + B = 183 + 166 + 185 = 534 (100%)
R 183 of 534 ~ 34.27%
G 166 of 534 ~ 31.09%
B 185 of 534 ~ 34.64'%

%34.27
%31.09
%34.64

CMYK color model

#B7A6B9 color CMYK value is (1,10,0,27).

  • cyan value is 1.08%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (1,10,0,27)
C1M10Y0K27 (1%, 10%, 0%, 27%)
(0.01 / 0.10 / 0.00 / 0.27)

CMYK percentages

%1.08
%10.27
%0
%27.45

Codes

Color #B7A6B9 in popluar color models

B7 A6 B9
RGB 183 166 185
HSL 294° 11.95% 68.82%
HSB/HSV 294° 10.27% 72.55%
CMYK 1.08% 10.27% 0.00%
27.45%

Color #B7A6B9 in popluar number systems.

HEX B7 A6 B9
Decimal 183 166 185
Binary 10110111 10100110 10111001
Octal 267 246 271

Shades and tints

Shades of #B7A6B9

#B7A6B9
(183,166,185)
#A797A9
(167,151,169)
#978899
(151,136,153)
#877989
(135,121,137)
#776A79
(119,106,121)
#675B69
(103,91,105)
#574C59
(87,76,89)
#473D49
(71,61,73)
#372E39
(55,46,57)
#271F29
(39,31,41)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #B7A6B9

#B7A6B9
(183,166,185)
#BDAEBF
(189,174,191)
#C3B6C5
(195,182,197)
#C9BECB
(201,190,203)
#CFC6D1
(207,198,209)
#D5CED7
(213,206,215)
#DBD6DD
(219,214,221)
#E1DEE3
(225,222,227)
#E7E6E9
(231,230,233)
#EDEEEF
(237,238,239)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A6B9; }

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

This text font color is #B7A6B9.

Background Color

.myBgColor { background-color: #B7A6B9; }

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

This div background color is #B7A6B9.

Border color

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

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

This div border color is #B7A6B9.

Opacity

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

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

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

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

This text has shadow with #B7A6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A6B9.

Preview

Color preview on black background

This text has color #B7A6B9 on black background.


Color preview on white background

This text has color #B7A6B9 on white background.


Black color preview on #B7A6B9 background

This text has black color on #B7A6B9 background.


White color preview on #B7A6B9 background

This text has white color on #B7A6B9 background.


Related colors

Complementary color

Complementary color for #hex is #485946.


I love getcolorcode.com

Triadic colors

1 #B9B7A6 and #A6B9B7 with #B7A6B9 are triadic colors.

2 #B9A6B7 and #A6B7B9 with #B7A6B9 are triadic colors.