COLOR #B7A6C7

HEX: #B7A6C7 RGB: (183,166,199)

Color info

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

RGB color model

#B7A6C7 color RGB value is (183,166,199).

RGB: (183,166,199) (72%, 65%, 78%)

RGB channels and saturation

R 183 of 255 = 72%
G 166 of 255 = 65%
B 199 of 255 = 78%

183
166
199

R + G + B ~ 72%. #B7A6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 166 + 199 = 548 (100%)
R 183 of 548 ~ 33.39%
G 166 of 548 ~ 30.29%
B 199 of 548 ~ 36.31'%

%33.39
%30.29
%36.31

CMYK color model

#B7A6C7 color CMYK value is (8,17,0,22).

  • cyan value is 8.04%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (8,17,0,22)
C8M17Y0K22 (8%, 17%, 0%, 22%)
(0.08 / 0.17 / 0.00 / 0.22)

CMYK percentages

%8.04
%16.58
%0
%21.96

Codes

Color #B7A6C7 in popluar color models

B7 A6 C7
RGB 183 166 199
HSL 271° 22.76% 71.57%
HSB/HSV 271° 16.58% 78.04%
CMYK 8.04% 16.58% 0.00%
21.96%

Color #B7A6C7 in popluar number systems.

HEX B7 A6 C7
Decimal 183 166 199
Binary 10110111 10100110 11000111
Octal 267 246 307

Shades and tints

Shades of #B7A6C7

#B7A6C7
(183,166,199)
#A797B5
(167,151,181)
#9788A3
(151,136,163)
#877991
(135,121,145)
#776A7F
(119,106,127)
#675B6D
(103,91,109)
#574C5B
(87,76,91)
#473D49
(71,61,73)
#372E37
(55,46,55)
#271F25
(39,31,37)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #B7A6C7

#B7A6C7
(183,166,199)
#BDAECC
(189,174,204)
#C3B6D1
(195,182,209)
#C9BED6
(201,190,214)
#CFC6DB
(207,198,219)
#D5CEE0
(213,206,224)
#DBD6E5
(219,214,229)
#E1DEEA
(225,222,234)
#E7E6EF
(231,230,239)
#EDEEF4
(237,238,244)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A6C7; }

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

This text font color is #B7A6C7.

Background Color

.myBgColor { background-color: #B7A6C7; }

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

This div background color is #B7A6C7.

Border color

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

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

This div border color is #B7A6C7.

Opacity

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

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

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

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

This text has shadow with #B7A6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A6C7.

Preview

Color preview on black background

This text has color #B7A6C7 on black background.


Color preview on white background

This text has color #B7A6C7 on white background.


Black color preview on #B7A6C7 background

This text has black color on #B7A6C7 background.


White color preview on #B7A6C7 background

This text has white color on #B7A6C7 background.


Related colors

Complementary color

Complementary color for #hex is #485938.


I love getcolorcode.com

Triadic colors

1 #C7B7A6 and #A6C7B7 with #B7A6C7 are triadic colors.

2 #C7A6B7 and #A6B7C7 with #B7A6C7 are triadic colors.