COLOR #B7ACCA

HEX: #B7ACCA
RGB: (183,172,202)

Color info

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

RGB color model

#B7ACCA color RGB value is (183,172,202).

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

RGB channels and saturation

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

183
172
202

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

Portions of RGB colors in percentages

R + G + B =
183 + 172 + 202 = 557 (100%)
R 183 of 557 ~ 32.85%
G 172 of 557 ~ 30.88%
B 202 of 557 ~ 36.27%

%32.85
%30.88
%36.27

CMYK color model

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

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

%9.41
%14.85
%0
%20.78

Codes

Color #B7ACCA in popluar color models

B7ACCA
RGB183172202
HSL262°22.06%73.33%
HSB/HSV262°14.85%79.22%
CMYK9.41%14.85%0.00%
20.78%

Color #B7ACCA in popluar number systems.

HEXB7ACCA
Decimal183172202
Binary101101111010110011001010
Octal267254312

Shades and tints

Shades of #B7ACCA

#B7ACCA
(183,172,202)
#A79DB8
(167,157,184)
#978EA6
(151,142,166)
#877F94
(135,127,148)
#777082
(119,112,130)
#676170
(103,97,112)
#57525E
(87,82,94)
#47434C
(71,67,76)
#37343A
(55,52,58)
#272528
(39,37,40)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #B7ACCA

#B7ACCA
(183,172,202)
#BDB3CE
(189,179,206)
#C3BAD2
(195,186,210)
#C9C1D6
(201,193,214)
#CFC8DA
(207,200,218)
#D5CFDE
(213,207,222)
#DBD6E2
(219,214,226)
#E1DDE6
(225,221,230)
#E7E4EA
(231,228,234)
#EDEBEE
(237,235,238)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7ACCA; }

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

This text font color is #B7ACCA.


Background Color

.myBgColor { background-color: #B7ACCA; }

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

This div background color is #B7ACCA.


Border color

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

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

This div border color is #B7ACCA.


Opacity

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

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

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

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

This text has shadow with #B7ACCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ACCA on black background.


Color preview on white background

This text has color #B7ACCA on white background.



Black color preview on #B7ACCA background

This text has black color on #B7ACCA background.


White color preview on #B7ACCA background

This text has white color on #B7ACCA background.