COLOR #B0A9E5

HEX: #B0A9E5
RGB: (176,169,229)

Color info

#B0A9E5 contains mainly red and blue colors. Web safe color of #B0A9E5 is #9999CC (or #99C).

RGB color model

#B0A9E5 color RGB value is (176,169,229).

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

RGB channels and saturation

R 176 of 255 = 69%
G 169 of 255 = 66%
B 229 of 255 = 90%

176
169
229

R + G + B ~ 75%. #B0A9E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 169 + 229 = 574 (100%)
R 176 of 574 ~ 30.66%
G 169 of 574 ~ 29.44%
B 229 of 574 ~ 39.9%

%30.66
%29.44
%39.9

CMYK color model

#B0A9E5 color CMYK value is (23,26,0,10).

  • cyan value is 23.14%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(23,26,0,10)
C23M26Y0K10 
(23%,26%,0%,10%)
(0.23/0.26/0.00/0.10)	

CMYK percentages

%23.14
%26.2
%0
%10.2

Codes

Color #B0A9E5 in popluar color models

B0A9E5
RGB176169229
HSL247°53.57%78.04%
HSB/HSV247°26.20%89.80%
CMYK23.14%26.20%0.00%
10.20%

Color #B0A9E5 in popluar number systems.

HEXB0A9E5
Decimal176169229
Binary101100001010100111100101
Octal260251345

Shades and tints

Shades of #B0A9E5

#B0A9E5
(176,169,229)
#A09AD1
(160,154,209)
#908BBD
(144,139,189)
#807CA9
(128,124,169)
#706D95
(112,109,149)
#605E81
(96,94,129)
#504F6D
(80,79,109)
#404059
(64,64,89)
#303145
(48,49,69)
#202231
(32,34,49)
#10131D
(16,19,29)
#000000
(0,0,0)

Tints of #B0A9E5

#B0A9E5
(176,169,229)
#B7B0E7
(183,176,231)
#BEB7E9
(190,183,233)
#C5BEEB
(197,190,235)
#CCC5ED
(204,197,237)
#D3CCEF
(211,204,239)
#DAD3F1
(218,211,241)
#E1DAF3
(225,218,243)
#E8E1F5
(232,225,245)
#EFE8F7
(239,232,247)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A9E5; }

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

This text font color is #B0A9E5.


Background Color

.myBgColor { background-color: #B0A9E5; }

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

This div background color is #B0A9E5.


Border color

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

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

This div border color is #B0A9E5.


Opacity

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

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

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

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

This text has shadow with #B0A9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A9E5 on black background.


Color preview on white background

This text has color #B0A9E5 on white background.



Black color preview on #B0A9E5 background

This text has black color on #B0A9E5 background.


White color preview on #B0A9E5 background

This text has white color on #B0A9E5 background.