COLOR #B0A9D9

HEX: #B0A9D9
RGB: (176,169,217)

Color info

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

RGB color model

#B0A9D9 color RGB value is (176,169,217).

  • red value is 176;
  • green value is 169;
  • blue value is 217.
RGB:
(176,169,217)
(69%,66%,85%)

RGB channels and saturation

R 176 of 255 = 69%
G 169 of 255 = 66%
B 217 of 255 = 85%

176
169
217

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

Portions of RGB colors in percentages

R + G + B =
176 + 169 + 217 = 562 (100%)
R 176 of 562 ~ 31.32%
G 169 of 562 ~ 30.07%
B 217 of 562 ~ 38.61%

%31.32
%30.07
%38.61

CMYK color model

#B0A9D9 color CMYK value is (19,22,0,15).

  • cyan value is 18.89%
  • magenta value is 22.12%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(19,22,0,15)
C19M22Y0K15 
(19%,22%,0%,15%)
(0.19/0.22/0.00/0.15)	

CMYK percentages

%18.89
%22.12
%0
%14.9

Codes

Color #B0A9D9 in popluar color models

B0A9D9
RGB176169217
HSL249°38.71%75.69%
HSB/HSV249°22.12%85.10%
CMYK18.89%22.12%0.00%
14.90%

Color #B0A9D9 in popluar number systems.

HEXB0A9D9
Decimal176169217
Binary101100001010100111011001
Octal260251331

Shades and tints

Shades of #B0A9D9

#B0A9D9
(176,169,217)
#A09AC6
(160,154,198)
#908BB3
(144,139,179)
#807CA0
(128,124,160)
#706D8D
(112,109,141)
#605E7A
(96,94,122)
#504F67
(80,79,103)
#404054
(64,64,84)
#303141
(48,49,65)
#20222E
(32,34,46)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #B0A9D9

#B0A9D9
(176,169,217)
#B7B0DC
(183,176,220)
#BEB7DF
(190,183,223)
#C5BEE2
(197,190,226)
#CCC5E5
(204,197,229)
#D3CCE8
(211,204,232)
#DAD3EB
(218,211,235)
#E1DAEE
(225,218,238)
#E8E1F1
(232,225,241)
#EFE8F4
(239,232,244)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A9D9 color. Also use rgb(176,169,217) instead hex code.

Text Font Color

.myTextColor { color: #B0A9D9; }

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

This text font color is #B0A9D9.


Background Color

.myBgColor { background-color: #B0A9D9; }

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

This div background color is #B0A9D9.


Border color

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

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

This div border color is #B0A9D9.


Opacity

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

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

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

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

This text has shadow with #B0A9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A9D9 on black background.


Color preview on white background

This text has color #B0A9D9 on white background.



Black color preview on #B0A9D9 background

This text has black color on #B0A9D9 background.


White color preview on #B0A9D9 background

This text has white color on #B0A9D9 background.