COLOR #B4AAC6

HEX: #B4AAC6
RGB: (180,170,198)

Color info

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

RGB color model

#B4AAC6 color RGB value is (180,170,198).

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

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 198 of 255 = 78%

180
170
198

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

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 198 = 548 (100%)
R 180 of 548 ~ 32.85%
G 170 of 548 ~ 31.02%
B 198 of 548 ~ 36.13%

%32.85
%31.02
%36.13

CMYK color model

#B4AAC6 color CMYK value is (9,14,0,22).

  • cyan value is 9.09%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(9,14,0,22)
C9M14Y0K22 
(9%,14%,0%,22%)
(0.09/0.14/0.00/0.22)	

CMYK percentages

%9.09
%14.14
%0
%22.35

Codes

Color #B4AAC6 in popluar color models

B4AAC6
RGB180170198
HSL261°19.72%72.16%
HSB/HSV261°14.14%77.65%
CMYK9.09%14.14%0.00%
22.35%

Color #B4AAC6 in popluar number systems.

HEXB4AAC6
Decimal180170198
Binary101101001010101011000110
Octal264252306

Shades and tints

Shades of #B4AAC6

#B4AAC6
(180,170,198)
#A49BB4
(164,155,180)
#948CA2
(148,140,162)
#847D90
(132,125,144)
#746E7E
(116,110,126)
#645F6C
(100,95,108)
#54505A
(84,80,90)
#444148
(68,65,72)
#343236
(52,50,54)
#242324
(36,35,36)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4AAC6

#B4AAC6
(180,170,198)
#BAB1CB
(186,177,203)
#C0B8D0
(192,184,208)
#C6BFD5
(198,191,213)
#CCC6DA
(204,198,218)
#D2CDDF
(210,205,223)
#D8D4E4
(216,212,228)
#DEDBE9
(222,219,233)
#E4E2EE
(228,226,238)
#EAE9F3
(234,233,243)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AAC6 color. Also use rgb(180,170,198) instead hex code.

Text Font Color

.myTextColor { color: #B4AAC6; }

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

This text font color is #B4AAC6.


Background Color

.myBgColor { background-color: #B4AAC6; }

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

This div background color is #B4AAC6.


Border color

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

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

This div border color is #B4AAC6.


Opacity

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

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

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

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

This text has shadow with #B4AAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AAC6 on black background.


Color preview on white background

This text has color #B4AAC6 on white background.



Black color preview on #B4AAC6 background

This text has black color on #B4AAC6 background.


White color preview on #B4AAC6 background

This text has white color on #B4AAC6 background.