COLOR #B0AABD

HEX: #B0AABD
RGB: (176,170,189)

Color info

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

RGB color model

#B0AABD color RGB value is (176,170,189).

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

RGB channels and saturation

R 176 of 255 = 69%
G 170 of 255 = 67%
B 189 of 255 = 74%

176
170
189

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

Portions of RGB colors in percentages

R + G + B =
176 + 170 + 189 = 535 (100%)
R 176 of 535 ~ 32.9%
G 170 of 535 ~ 31.78%
B 189 of 535 ~ 35.33%

%32.9
%31.78
%35.33

CMYK color model

#B0AABD color CMYK value is (7,10,0,26).

  • cyan value is 6.88%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(7,10,0,26)
C7M10Y0K26 
(7%,10%,0%,26%)
(0.07/0.10/0.00/0.26)	

CMYK percentages

%6.88
%10.05
%0
%25.88

Codes

Color #B0AABD in popluar color models

B0AABD
RGB176170189
HSL259°12.58%70.39%
HSB/HSV259°10.05%74.12%
CMYK6.88%10.05%0.00%
25.88%

Color #B0AABD in popluar number systems.

HEXB0AABD
Decimal176170189
Binary101100001010101010111101
Octal260252275

Shades and tints

Shades of #B0AABD

#B0AABD
(176,170,189)
#A09BAC
(160,155,172)
#908C9B
(144,140,155)
#807D8A
(128,125,138)
#706E79
(112,110,121)
#605F68
(96,95,104)
#505057
(80,80,87)
#404146
(64,65,70)
#303235
(48,50,53)
#202324
(32,35,36)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #B0AABD

#B0AABD
(176,170,189)
#B7B1C3
(183,177,195)
#BEB8C9
(190,184,201)
#C5BFCF
(197,191,207)
#CCC6D5
(204,198,213)
#D3CDDB
(211,205,219)
#DAD4E1
(218,212,225)
#E1DBE7
(225,219,231)
#E8E2ED
(232,226,237)
#EFE9F3
(239,233,243)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0AABD; }

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

This text font color is #B0AABD.


Background Color

.myBgColor { background-color: #B0AABD; }

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

This div background color is #B0AABD.


Border color

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

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

This div border color is #B0AABD.


Opacity

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

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

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

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

This text has shadow with #B0AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0AABD on black background.


Color preview on white background

This text has color #B0AABD on white background.



Black color preview on #B0AABD background

This text has black color on #B0AABD background.


White color preview on #B0AABD background

This text has white color on #B0AABD background.