COLOR #B4ACC0

HEX: #B4ACC0
RGB: (180,172,192)

Color info

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

RGB color model

#B4ACC0 color RGB value is (180,172,192).

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

RGB channels and saturation

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

180
172
192

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

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 192 = 544 (100%)
R 180 of 544 ~ 33.09%
G 172 of 544 ~ 31.62%
B 192 of 544 ~ 35.29%

%33.09
%31.62
%35.29

CMYK color model

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

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

%6.25
%10.42
%0
%24.71

Codes

Color #B4ACC0 in popluar color models

B4ACC0
RGB180172192
HSL264°13.70%71.37%
HSB/HSV264°10.42%75.29%
CMYK6.25%10.42%0.00%
24.71%

Color #B4ACC0 in popluar number systems.

HEXB4ACC0
Decimal180172192
Binary101101001010110011000000
Octal264254300

Shades and tints

Shades of #B4ACC0

#B4ACC0
(180,172,192)
#A49DAF
(164,157,175)
#948E9E
(148,142,158)
#847F8D
(132,127,141)
#74707C
(116,112,124)
#64616B
(100,97,107)
#54525A
(84,82,90)
#444349
(68,67,73)
#343438
(52,52,56)
#242527
(36,37,39)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #B4ACC0

#B4ACC0
(180,172,192)
#BAB3C5
(186,179,197)
#C0BACA
(192,186,202)
#C6C1CF
(198,193,207)
#CCC8D4
(204,200,212)
#D2CFD9
(210,207,217)
#D8D6DE
(216,214,222)
#DEDDE3
(222,221,227)
#E4E4E8
(228,228,232)
#EAEBED
(234,235,237)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ACC0; }

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

This text font color is #B4ACC0.


Background Color

.myBgColor { background-color: #B4ACC0; }

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

This div background color is #B4ACC0.


Border color

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

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

This div border color is #B4ACC0.


Opacity

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

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

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

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

This text has shadow with #B4ACC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ACC0 on black background.


Color preview on white background

This text has color #B4ACC0 on white background.



Black color preview on #B4ACC0 background

This text has black color on #B4ACC0 background.


White color preview on #B4ACC0 background

This text has white color on #B4ACC0 background.