COLOR #B4ACC9

HEX: #B4ACC9
RGB: (180,172,201)

Color info

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

RGB color model

#B4ACC9 color RGB value is (180,172,201).

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

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 201 of 255 = 79%

180
172
201

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

Portions of RGB colors in percentages

R + G + B =
180 + 172 + 201 = 553 (100%)
R 180 of 553 ~ 32.55%
G 172 of 553 ~ 31.1%
B 201 of 553 ~ 36.35%

%32.55
%31.1
%36.35

CMYK color model

#B4ACC9 color CMYK value is (10,14,0,21).

  • cyan value is 10.45%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(10,14,0,21)
C10M14Y0K21 
(10%,14%,0%,21%)
(0.10/0.14/0.00/0.21)	

CMYK percentages

%10.45
%14.43
%0
%21.18

Codes

Color #B4ACC9 in popluar color models

B4ACC9
RGB180172201
HSL257°21.17%73.14%
HSB/HSV257°14.43%78.82%
CMYK10.45%14.43%0.00%
21.18%

Color #B4ACC9 in popluar number systems.

HEXB4ACC9
Decimal180172201
Binary101101001010110011001001
Octal264254311

Shades and tints

Shades of #B4ACC9

#B4ACC9
(180,172,201)
#A49DB7
(164,157,183)
#948EA5
(148,142,165)
#847F93
(132,127,147)
#747081
(116,112,129)
#64616F
(100,97,111)
#54525D
(84,82,93)
#44434B
(68,67,75)
#343439
(52,52,57)
#242527
(36,37,39)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #B4ACC9

#B4ACC9
(180,172,201)
#BAB3CD
(186,179,205)
#C0BAD1
(192,186,209)
#C6C1D5
(198,193,213)
#CCC8D9
(204,200,217)
#D2CFDD
(210,207,221)
#D8D6E1
(216,214,225)
#DEDDE5
(222,221,229)
#E4E4E9
(228,228,233)
#EAEBED
(234,235,237)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4ACC9; }

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

This text font color is #B4ACC9.


Background Color

.myBgColor { background-color: #B4ACC9; }

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

This div background color is #B4ACC9.


Border color

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

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

This div border color is #B4ACC9.


Opacity

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

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

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

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

This text has shadow with #B4ACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ACC9 on black background.


Color preview on white background

This text has color #B4ACC9 on white background.



Black color preview on #B4ACC9 background

This text has black color on #B4ACC9 background.


White color preview on #B4ACC9 background

This text has white color on #B4ACC9 background.