COLOR #B4ACC7

HEX: #B4ACC7
RGB: (180,172,199)

Color info

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

RGB color model

#B4ACC7 color RGB value is (180,172,199).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 199 of 255 = 78%

180
172
199

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

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 199 = 551 (100%)
R 180 of 551 ~ 32.67%
G 172 of 551 ~ 31.22%
B 199 of 551 ~ 36.12%

%32.67
%31.22
%36.12

CMYK color model

#B4ACC7 color CMYK value is (10,14,0,22).

  • cyan value is 9.55%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(10,14,0,22)
C10M14Y0K22 
(10%,14%,0%,22%)
(0.10/0.14/0.00/0.22)	

CMYK percentages

%9.55
%13.57
%0
%21.96

Codes

Color #B4ACC7 in popluar color models

B4ACC7
RGB180172199
HSL258°19.42%72.75%
HSB/HSV258°13.57%78.04%
CMYK9.55%13.57%0.00%
21.96%

Color #B4ACC7 in popluar number systems.

HEXB4ACC7
Decimal180172199
Binary101101001010110011000111
Octal264254307

Shades and tints

Shades of #B4ACC7

#B4ACC7
(180,172,199)
#A49DB5
(164,157,181)
#948EA3
(148,142,163)
#847F91
(132,127,145)
#74707F
(116,112,127)
#64616D
(100,97,109)
#54525B
(84,82,91)
#444349
(68,67,73)
#343437
(52,52,55)
#242525
(36,37,37)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #B4ACC7

#B4ACC7
(180,172,199)
#BAB3CC
(186,179,204)
#C0BAD1
(192,186,209)
#C6C1D6
(198,193,214)
#CCC8DB
(204,200,219)
#D2CFE0
(210,207,224)
#D8D6E5
(216,214,229)
#DEDDEA
(222,221,234)
#E4E4EF
(228,228,239)
#EAEBF4
(234,235,244)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ACC7; }

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

This text font color is #B4ACC7.


Background Color

.myBgColor { background-color: #B4ACC7; }

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

This div background color is #B4ACC7.


Border color

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

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

This div border color is #B4ACC7.


Opacity

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

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

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

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

This text has shadow with #B4ACC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ACC7 on black background.


Color preview on white background

This text has color #B4ACC7 on white background.



Black color preview on #B4ACC7 background

This text has black color on #B4ACC7 background.


White color preview on #B4ACC7 background

This text has white color on #B4ACC7 background.