COLOR #B7ACC1

HEX: #B7ACC1
RGB: (183,172,193)

Color info

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

RGB color model

#B7ACC1 color RGB value is (183,172,193).

  • red value is 183;
  • green value is 172;
  • blue value is 193.
RGB:
(183,172,193)
(72%,67%,76%)

RGB channels and saturation

R 183 of 255 = 72%
G 172 of 255 = 67%
B 193 of 255 = 76%

183
172
193

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

Portions of RGB colors in percentages

R + G + B =
183 + 172 + 193 = 548 (100%)
R 183 of 548 ~ 33.39%
G 172 of 548 ~ 31.39%
B 193 of 548 ~ 35.22%

%33.39
%31.39
%35.22

CMYK color model

#B7ACC1 color CMYK value is (5,11,0,24).

  • cyan value is 5.18%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(5,11,0,24)
C5M11Y0K24 
(5%,11%,0%,24%)
(0.05/0.11/0.00/0.24)	

CMYK percentages

%5.18
%10.88
%0
%24.31

Codes

Color #B7ACC1 in popluar color models

B7ACC1
RGB183172193
HSL271°14.48%71.57%
HSB/HSV271°10.88%75.69%
CMYK5.18%10.88%0.00%
24.31%

Color #B7ACC1 in popluar number systems.

HEXB7ACC1
Decimal183172193
Binary101101111010110011000001
Octal267254301

Shades and tints

Shades of #B7ACC1

#B7ACC1
(183,172,193)
#A79DB0
(167,157,176)
#978E9F
(151,142,159)
#877F8E
(135,127,142)
#77707D
(119,112,125)
#67616C
(103,97,108)
#57525B
(87,82,91)
#47434A
(71,67,74)
#373439
(55,52,57)
#272528
(39,37,40)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #B7ACC1

#B7ACC1
(183,172,193)
#BDB3C6
(189,179,198)
#C3BACB
(195,186,203)
#C9C1D0
(201,193,208)
#CFC8D5
(207,200,213)
#D5CFDA
(213,207,218)
#DBD6DF
(219,214,223)
#E1DDE4
(225,221,228)
#E7E4E9
(231,228,233)
#EDEBEE
(237,235,238)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7ACC1 color. Also use rgb(183,172,193) instead hex code.

Text Font Color

.myTextColor { color: #B7ACC1; }

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

This text font color is #B7ACC1.


Background Color

.myBgColor { background-color: #B7ACC1; }

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

This div background color is #B7ACC1.


Border color

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

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

This div border color is #B7ACC1.


Opacity

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

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

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

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

This text has shadow with #B7ACC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ACC1 on black background.


Color preview on white background

This text has color #B7ACC1 on white background.



Black color preview on #B7ACC1 background

This text has black color on #B7ACC1 background.


White color preview on #B7ACC1 background

This text has white color on #B7ACC1 background.