COLOR #B0AAD0

HEX: #B0AAD0
RGB: (176,170,208)

Color info

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

RGB color model

#B0AAD0 color RGB value is (176,170,208).

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

RGB channels and saturation

R 176 of 255 = 69%
G 170 of 255 = 67%
B 208 of 255 = 82%

176
170
208

R + G + B ~ 73%. #B0AAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 170 + 208 = 554 (100%)
R 176 of 554 ~ 31.77%
G 170 of 554 ~ 30.69%
B 208 of 554 ~ 37.55%

%31.77
%30.69
%37.55

CMYK color model

#B0AAD0 color CMYK value is (15,18,0,18).

  • cyan value is 15.38%
  • magenta value is 18.27%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(15,18,0,18)
C15M18Y0K18 
(15%,18%,0%,18%)
(0.15/0.18/0.00/0.18)	

CMYK percentages

%15.38
%18.27
%0
%18.43

Codes

Color #B0AAD0 in popluar color models

B0AAD0
RGB176170208
HSL249°28.79%74.12%
HSB/HSV249°18.27%81.57%
CMYK15.38%18.27%0.00%
18.43%

Color #B0AAD0 in popluar number systems.

HEXB0AAD0
Decimal176170208
Binary101100001010101011010000
Octal260252320

Shades and tints

Shades of #B0AAD0

#B0AAD0
(176,170,208)
#A09BBE
(160,155,190)
#908CAC
(144,140,172)
#807D9A
(128,125,154)
#706E88
(112,110,136)
#605F76
(96,95,118)
#505064
(80,80,100)
#404152
(64,65,82)
#303240
(48,50,64)
#20232E
(32,35,46)
#10141C
(16,20,28)
#000000
(0,0,0)

Tints of #B0AAD0

#B0AAD0
(176,170,208)
#B7B1D4
(183,177,212)
#BEB8D8
(190,184,216)
#C5BFDC
(197,191,220)
#CCC6E0
(204,198,224)
#D3CDE4
(211,205,228)
#DAD4E8
(218,212,232)
#E1DBEC
(225,219,236)
#E8E2F0
(232,226,240)
#EFE9F4
(239,233,244)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AAD0; }

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

This text font color is #B0AAD0.


Background Color

.myBgColor { background-color: #B0AAD0; }

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

This div background color is #B0AAD0.


Border color

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

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

This div border color is #B0AAD0.


Opacity

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

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

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

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

This text has shadow with #B0AAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AAD0 on black background.


Color preview on white background

This text has color #B0AAD0 on white background.



Black color preview on #B0AAD0 background

This text has black color on #B0AAD0 background.


White color preview on #B0AAD0 background

This text has white color on #B0AAD0 background.