COLOR #B0AAC0

HEX: #B0AAC0
RGB: (176,170,192)

Color info

#B0AAC0 contains red, green and blue colors in about the same proportion. Web safe color of #B0AAC0 is #9999CC (or #99C).

RGB color model

#B0AAC0 color RGB value is (176,170,192).

  • red value is 176;
  • green value is 170;
  • blue value is 192.
RGB:
(176,170,192)
(69%,67%,75%)

RGB channels and saturation

R 176 of 255 = 69%
G 170 of 255 = 67%
B 192 of 255 = 75%

176
170
192

R + G + B ~ 70%. #B0AAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 170 + 192 = 538 (100%)
R 176 of 538 ~ 32.71%
G 170 of 538 ~ 31.6%
B 192 of 538 ~ 35.69%

%32.71
%31.6
%35.69

CMYK color model

#B0AAC0 color CMYK value is (8,11,0,25).

  • cyan value is 8.33%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(8,11,0,25)
C8M11Y0K25 
(8%,11%,0%,25%)
(0.08/0.11/0.00/0.25)	

CMYK percentages

%8.33
%11.46
%0
%24.71

Codes

Color #B0AAC0 in popluar color models

B0AAC0
RGB176170192
HSL256°14.86%70.98%
HSB/HSV256°11.46%75.29%
CMYK8.33%11.46%0.00%
24.71%

Color #B0AAC0 in popluar number systems.

HEXB0AAC0
Decimal176170192
Binary101100001010101011000000
Octal260252300

Shades and tints

Shades of #B0AAC0

#B0AAC0
(176,170,192)
#A09BAF
(160,155,175)
#908C9E
(144,140,158)
#807D8D
(128,125,141)
#706E7C
(112,110,124)
#605F6B
(96,95,107)
#50505A
(80,80,90)
#404149
(64,65,73)
#303238
(48,50,56)
#202327
(32,35,39)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #B0AAC0

#B0AAC0
(176,170,192)
#B7B1C5
(183,177,197)
#BEB8CA
(190,184,202)
#C5BFCF
(197,191,207)
#CCC6D4
(204,198,212)
#D3CDD9
(211,205,217)
#DAD4DE
(218,212,222)
#E1DBE3
(225,219,227)
#E8E2E8
(232,226,232)
#EFE9ED
(239,233,237)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AAC0 color. Also use rgb(176,170,192) instead hex code.

Text Font Color

.myTextColor { color: #B0AAC0; }

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

This text font color is #B0AAC0.


Background Color

.myBgColor { background-color: #B0AAC0; }

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

This div background color is #B0AAC0.


Border color

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

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

This div border color is #B0AAC0.


Opacity

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

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

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

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

This text has shadow with #B0AAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AAC0 on black background.


Color preview on white background

This text has color #B0AAC0 on white background.



Black color preview on #B0AAC0 background

This text has black color on #B0AAC0 background.


White color preview on #B0AAC0 background

This text has white color on #B0AAC0 background.