COLOR #B5ACC0

HEX: #B5ACC0
RGB: (181,172,192)

Color info

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

RGB color model

#B5ACC0 color RGB value is (181,172,192).

  • red value is 181;
  • green value is 172;
  • blue value is 192.
RGB:
(181,172,192)
(71%,67%,75%)

RGB channels and saturation

R 181 of 255 = 71%
G 172 of 255 = 67%
B 192 of 255 = 75%

181
172
192

R + G + B ~ 71%. #B5ACC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 172 + 192 = 545 (100%)
R 181 of 545 ~ 33.21%
G 172 of 545 ~ 31.56%
B 192 of 545 ~ 35.23%

%33.21
%31.56
%35.23

CMYK color model

#B5ACC0 color CMYK value is (6,10,0,25).

  • cyan value is 5.73%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(6,10,0,25)
C6M10Y0K25 
(6%,10%,0%,25%)
(0.06/0.10/0.00/0.25)	

CMYK percentages

%5.73
%10.42
%0
%24.71

Codes

Color #B5ACC0 in popluar color models

B5ACC0
RGB181172192
HSL267°13.70%71.37%
HSB/HSV267°10.42%75.29%
CMYK5.73%10.42%0.00%
24.71%

Color #B5ACC0 in popluar number systems.

HEXB5ACC0
Decimal181172192
Binary101101011010110011000000
Octal265254300

Shades and tints

Shades of #B5ACC0

#B5ACC0
(181,172,192)
#A59DAF
(165,157,175)
#958E9E
(149,142,158)
#857F8D
(133,127,141)
#75707C
(117,112,124)
#65616B
(101,97,107)
#55525A
(85,82,90)
#454349
(69,67,73)
#353438
(53,52,56)
#252527
(37,37,39)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #B5ACC0

#B5ACC0
(181,172,192)
#BBB3C5
(187,179,197)
#C1BACA
(193,186,202)
#C7C1CF
(199,193,207)
#CDC8D4
(205,200,212)
#D3CFD9
(211,207,217)
#D9D6DE
(217,214,222)
#DFDDE3
(223,221,227)
#E5E4E8
(229,228,232)
#EBEBED
(235,235,237)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5ACC0 color. Also use rgb(181,172,192) instead hex code.

Text Font Color

.myTextColor { color: #B5ACC0; }

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

This text font color is #B5ACC0.


Background Color

.myBgColor { background-color: #B5ACC0; }

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

This div background color is #B5ACC0.


Border color

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

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

This div border color is #B5ACC0.


Opacity

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

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

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

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

This text has shadow with #B5ACC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ACC0 on black background.


Color preview on white background

This text has color #B5ACC0 on white background.



Black color preview on #B5ACC0 background

This text has black color on #B5ACC0 background.


White color preview on #B5ACC0 background

This text has white color on #B5ACC0 background.