COLOR #B0A9F6

HEX: #B0A9F6 RGB: (176,169,246)

Color info

#B0A9F6 contains mainly blue color. Web safe color of #B0A9F6 is #9999FF (or #99F).

RGB color model

#B0A9F6 color RGB value is (176,169,246).

RGB: (176,169,246) (69%, 66%, 96%)

RGB channels and saturation

R 176 of 255 = 69%
G 169 of 255 = 66%
B 246 of 255 = 96%

176
169
246

R + G + B ~ 77%. #B0A9F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 169 + 246 = 591 (100%)
R 176 of 591 ~ 29.78%
G 169 of 591 ~ 28.6%
B 246 of 591 ~ 41.62'%

%29.78
%28.6
%41.62

CMYK color model

#B0A9F6 color CMYK value is (28,31,0,4).

  • cyan value is 28.46%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (28,31,0,4)
C28M31Y0K4 (28%, 31%, 0%, 4%)
(0.28 / 0.31 / 0.00 / 0.04)

CMYK percentages

%28.46
%31.3
%0
%3.53

Codes

Color #B0A9F6 in popluar color models

B0 A9 F6
RGB 176 169 246
HSL 245° 81.05% 81.37%
HSB/HSV 245° 31.30% 96.47%
CMYK 28.46% 31.30% 0.00%
3.53%

Color #B0A9F6 in popluar number systems.

HEX B0 A9 F6
Decimal 176 169 246
Binary 10110000 10101001 11110110
Octal 260 251 366

Shades and tints

Shades of #B0A9F6

#B0A9F6
(176,169,246)
#A09AE0
(160,154,224)
#908BCA
(144,139,202)
#807CB4
(128,124,180)
#706D9E
(112,109,158)
#605E88
(96,94,136)
#504F72
(80,79,114)
#40405C
(64,64,92)
#303146
(48,49,70)
#202230
(32,34,48)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #B0A9F6

#B0A9F6
(176,169,246)
#B7B0F6
(183,176,246)
#BEB7F6
(190,183,246)
#C5BEF6
(197,190,246)
#CCC5F6
(204,197,246)
#D3CCF6
(211,204,246)
#DAD3F6
(218,211,246)
#E1DAF6
(225,218,246)
#E8E1F6
(232,225,246)
#EFE8F6
(239,232,246)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A9F6; }

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

This text font color is #B0A9F6.

Background Color

.myBgColor { background-color: #B0A9F6; }

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

This div background color is #B0A9F6.

Border color

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

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

This div border color is #B0A9F6.

Opacity

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

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

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

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

This text has shadow with #B0A9F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A9F6.

Preview

Color preview on black background

This text has color #B0A9F6 on black background.


Color preview on white background

This text has color #B0A9F6 on white background.


Black color preview on #B0A9F6 background

This text has black color on #B0A9F6 background.


White color preview on #B0A9F6 background

This text has white color on #B0A9F6 background.


Related colors

Complementary color

Complementary color for #hex is #4F5609.


I love getcolorcode.com

Triadic colors

1 #F6B0A9 and #A9F6B0 with #B0A9F6 are triadic colors.

2 #F6A9B0 and #A9B0F6 with #B0A9F6 are triadic colors.