COLOR #B8ACC1

HEX: #B8ACC1
RGB: (184,172,193)

Color info

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

RGB color model

#B8ACC1 color RGB value is (184,172,193).

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

RGB channels and saturation

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

184
172
193

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

Portions of RGB colors in percentages

R + G + B =
184 + 172 + 193 = 549 (100%)
R 184 of 549 ~ 33.52%
G 172 of 549 ~ 31.33%
B 193 of 549 ~ 35.15%

%33.52
%31.33
%35.15

CMYK color model

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

  • cyan value is 4.66%
  • 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

%4.66
%10.88
%0
%24.31

Codes

Color #B8ACC1 in popluar color models

B8ACC1
RGB184172193
HSL274°14.48%71.57%
HSB/HSV274°10.88%75.69%
CMYK4.66%10.88%0.00%
24.31%

Color #B8ACC1 in popluar number systems.

HEXB8ACC1
Decimal184172193
Binary101110001010110011000001
Octal270254301

Shades and tints

Shades of #B8ACC1

#B8ACC1
(184,172,193)
#A89DB0
(168,157,176)
#988E9F
(152,142,159)
#887F8E
(136,127,142)
#78707D
(120,112,125)
#68616C
(104,97,108)
#58525B
(88,82,91)
#48434A
(72,67,74)
#383439
(56,52,57)
#282528
(40,37,40)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #B8ACC1

#B8ACC1
(184,172,193)
#BEB3C6
(190,179,198)
#C4BACB
(196,186,203)
#CAC1D0
(202,193,208)
#D0C8D5
(208,200,213)
#D6CFDA
(214,207,218)
#DCD6DF
(220,214,223)
#E2DDE4
(226,221,228)
#E8E4E9
(232,228,233)
#EEEBEE
(238,235,238)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ACC1; }

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

This text font color is #B8ACC1.


Background Color

.myBgColor { background-color: #B8ACC1; }

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

This div background color is #B8ACC1.


Border color

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

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

This div border color is #B8ACC1.


Opacity

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

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

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

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

This text has shadow with #B8ACC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ACC1 on black background.


Color preview on white background

This text has color #B8ACC1 on white background.



Black color preview on #B8ACC1 background

This text has black color on #B8ACC1 background.


White color preview on #B8ACC1 background

This text has white color on #B8ACC1 background.