COLOR #B8ACCA

HEX: #B8ACCA
RGB: (184,172,202)

Color info

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

RGB color model

#B8ACCA color RGB value is (184,172,202).

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

RGB channels and saturation

R 184 of 255 = 72%
G 172 of 255 = 67%
B 202 of 255 = 79%

184
172
202

R + G + B ~ 73%. #B8ACCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 172 + 202 = 558 (100%)
R 184 of 558 ~ 32.97%
G 172 of 558 ~ 30.82%
B 202 of 558 ~ 36.2%

%32.97
%30.82
%36.2

CMYK color model

#B8ACCA color CMYK value is (9,15,0,21).

  • cyan value is 8.91%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(9,15,0,21)
C9M15Y0K21 
(9%,15%,0%,21%)
(0.09/0.15/0.00/0.21)	

CMYK percentages

%8.91
%14.85
%0
%20.78

Codes

Color #B8ACCA in popluar color models

B8ACCA
RGB184172202
HSL264°22.06%73.33%
HSB/HSV264°14.85%79.22%
CMYK8.91%14.85%0.00%
20.78%

Color #B8ACCA in popluar number systems.

HEXB8ACCA
Decimal184172202
Binary101110001010110011001010
Octal270254312

Shades and tints

Shades of #B8ACCA

#B8ACCA
(184,172,202)
#A89DB8
(168,157,184)
#988EA6
(152,142,166)
#887F94
(136,127,148)
#787082
(120,112,130)
#686170
(104,97,112)
#58525E
(88,82,94)
#48434C
(72,67,76)
#38343A
(56,52,58)
#282528
(40,37,40)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #B8ACCA

#B8ACCA
(184,172,202)
#BEB3CE
(190,179,206)
#C4BAD2
(196,186,210)
#CAC1D6
(202,193,214)
#D0C8DA
(208,200,218)
#D6CFDE
(214,207,222)
#DCD6E2
(220,214,226)
#E2DDE6
(226,221,230)
#E8E4EA
(232,228,234)
#EEEBEE
(238,235,238)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ACCA; }

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

This text font color is #B8ACCA.


Background Color

.myBgColor { background-color: #B8ACCA; }

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

This div background color is #B8ACCA.


Border color

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

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

This div border color is #B8ACCA.


Opacity

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

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

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

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

This text has shadow with #B8ACCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ACCA on black background.


Color preview on white background

This text has color #B8ACCA on white background.



Black color preview on #B8ACCA background

This text has black color on #B8ACCA background.


White color preview on #B8ACCA background

This text has white color on #B8ACCA background.