COLOR #B7A6C9

HEX: #B7A6C9
RGB: (183,166,201)

Color info

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

RGB color model

#B7A6C9 color RGB value is (183,166,201).

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

RGB channels and saturation

R 183 of 255 = 72%
G 166 of 255 = 65%
B 201 of 255 = 79%

183
166
201

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

Portions of RGB colors in percentages

R + G + B =
183 + 166 + 201 = 550 (100%)
R 183 of 550 ~ 33.27%
G 166 of 550 ~ 30.18%
B 201 of 550 ~ 36.55%

%33.27
%30.18
%36.55

CMYK color model

#B7A6C9 color CMYK value is (9,17,0,21).

  • cyan value is 8.96%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(9,17,0,21)
C9M17Y0K21 
(9%,17%,0%,21%)
(0.09/0.17/0.00/0.21)	

CMYK percentages

%8.96
%17.41
%0
%21.18

Codes

Color #B7A6C9 in popluar color models

B7A6C9
RGB183166201
HSL269°24.48%71.96%
HSB/HSV269°17.41%78.82%
CMYK8.96%17.41%0.00%
21.18%

Color #B7A6C9 in popluar number systems.

HEXB7A6C9
Decimal183166201
Binary101101111010011011001001
Octal267246311

Shades and tints

Shades of #B7A6C9

#B7A6C9
(183,166,201)
#A797B7
(167,151,183)
#9788A5
(151,136,165)
#877993
(135,121,147)
#776A81
(119,106,129)
#675B6F
(103,91,111)
#574C5D
(87,76,93)
#473D4B
(71,61,75)
#372E39
(55,46,57)
#271F27
(39,31,39)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #B7A6C9

#B7A6C9
(183,166,201)
#BDAECD
(189,174,205)
#C3B6D1
(195,182,209)
#C9BED5
(201,190,213)
#CFC6D9
(207,198,217)
#D5CEDD
(213,206,221)
#DBD6E1
(219,214,225)
#E1DEE5
(225,222,229)
#E7E6E9
(231,230,233)
#EDEEED
(237,238,237)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7A6C9; }

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

This text font color is #B7A6C9.


Background Color

.myBgColor { background-color: #B7A6C9; }

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

This div background color is #B7A6C9.


Border color

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

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

This div border color is #B7A6C9.


Opacity

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

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

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

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

This text has shadow with #B7A6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7A6C9 on black background.


Color preview on white background

This text has color #B7A6C9 on white background.



Black color preview on #B7A6C9 background

This text has black color on #B7A6C9 background.


White color preview on #B7A6C9 background

This text has white color on #B7A6C9 background.