COLOR #B0A9D7

HEX: #B0A9D7
RGB: (176,169,215)

Color info

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

RGB color model

#B0A9D7 color RGB value is (176,169,215).

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

RGB channels and saturation

R 176 of 255 = 69%
G 169 of 255 = 66%
B 215 of 255 = 84%

176
169
215

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

Portions of RGB colors in percentages

R + G + B =
176 + 169 + 215 = 560 (100%)
R 176 of 560 ~ 31.43%
G 169 of 560 ~ 30.18%
B 215 of 560 ~ 38.39%

%31.43
%30.18
%38.39

CMYK color model

#B0A9D7 color CMYK value is (18,21,0,16).

  • cyan value is 18.14%
  • magenta value is 21.40%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(18,21,0,16)
C18M21Y0K16 
(18%,21%,0%,16%)
(0.18/0.21/0.00/0.16)	

CMYK percentages

%18.14
%21.4
%0
%15.69

Codes

Color #B0A9D7 in popluar color models

B0A9D7
RGB176169215
HSL249°36.51%75.29%
HSB/HSV249°21.40%84.31%
CMYK18.14%21.40%0.00%
15.69%

Color #B0A9D7 in popluar number systems.

HEXB0A9D7
Decimal176169215
Binary101100001010100111010111
Octal260251327

Shades and tints

Shades of #B0A9D7

#B0A9D7
(176,169,215)
#A09AC4
(160,154,196)
#908BB1
(144,139,177)
#807C9E
(128,124,158)
#706D8B
(112,109,139)
#605E78
(96,94,120)
#504F65
(80,79,101)
#404052
(64,64,82)
#30313F
(48,49,63)
#20222C
(32,34,44)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #B0A9D7

#B0A9D7
(176,169,215)
#B7B0DA
(183,176,218)
#BEB7DD
(190,183,221)
#C5BEE0
(197,190,224)
#CCC5E3
(204,197,227)
#D3CCE6
(211,204,230)
#DAD3E9
(218,211,233)
#E1DAEC
(225,218,236)
#E8E1EF
(232,225,239)
#EFE8F2
(239,232,242)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A9D7; }

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

This text font color is #B0A9D7.


Background Color

.myBgColor { background-color: #B0A9D7; }

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

This div background color is #B0A9D7.


Border color

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

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

This div border color is #B0A9D7.


Opacity

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

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

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

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

This text has shadow with #B0A9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A9D7 on black background.


Color preview on white background

This text has color #B0A9D7 on white background.



Black color preview on #B0A9D7 background

This text has black color on #B0A9D7 background.


White color preview on #B0A9D7 background

This text has white color on #B0A9D7 background.