COLOR #B0AAC5

HEX: #B0AAC5
RGB: (176,170,197)

Color info

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

RGB color model

#B0AAC5 color RGB value is (176,170,197).

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

RGB channels and saturation

R 176 of 255 = 69%
G 170 of 255 = 67%
B 197 of 255 = 77%

176
170
197

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

Portions of RGB colors in percentages

R + G + B =
176 + 170 + 197 = 543 (100%)
R 176 of 543 ~ 32.41%
G 170 of 543 ~ 31.31%
B 197 of 543 ~ 36.28%

%32.41
%31.31
%36.28

CMYK color model

#B0AAC5 color CMYK value is (11,14,0,23).

  • cyan value is 10.66%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,14,0,23)
C11M14Y0K23 
(11%,14%,0%,23%)
(0.11/0.14/0.00/0.23)	

CMYK percentages

%10.66
%13.71
%0
%22.75

Codes

Color #B0AAC5 in popluar color models

B0AAC5
RGB176170197
HSL253°18.88%71.96%
HSB/HSV253°13.71%77.25%
CMYK10.66%13.71%0.00%
22.75%

Color #B0AAC5 in popluar number systems.

HEXB0AAC5
Decimal176170197
Binary101100001010101011000101
Octal260252305

Shades and tints

Shades of #B0AAC5

#B0AAC5
(176,170,197)
#A09BB4
(160,155,180)
#908CA3
(144,140,163)
#807D92
(128,125,146)
#706E81
(112,110,129)
#605F70
(96,95,112)
#50505F
(80,80,95)
#40414E
(64,65,78)
#30323D
(48,50,61)
#20232C
(32,35,44)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #B0AAC5

#B0AAC5
(176,170,197)
#B7B1CA
(183,177,202)
#BEB8CF
(190,184,207)
#C5BFD4
(197,191,212)
#CCC6D9
(204,198,217)
#D3CDDE
(211,205,222)
#DAD4E3
(218,212,227)
#E1DBE8
(225,219,232)
#E8E2ED
(232,226,237)
#EFE9F2
(239,233,242)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AAC5; }

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

This text font color is #B0AAC5.


Background Color

.myBgColor { background-color: #B0AAC5; }

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

This div background color is #B0AAC5.


Border color

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

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

This div border color is #B0AAC5.


Opacity

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

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

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

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

This text has shadow with #B0AAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AAC5 on black background.


Color preview on white background

This text has color #B0AAC5 on white background.



Black color preview on #B0AAC5 background

This text has black color on #B0AAC5 background.


White color preview on #B0AAC5 background

This text has white color on #B0AAC5 background.