COLOR #B0A8E9

HEX: #B0A8E9
RGB: (176,168,233)

Color info

#B0A8E9 contains mainly red and blue colors. Web safe color of #B0A8E9 is #9999FF (or #99F).

RGB color model

#B0A8E9 color RGB value is (176,168,233).

  • red value is 176;
  • green value is 168;
  • blue value is 233.
RGB:
(176,168,233)
(69%,66%,91%)

RGB channels and saturation

R 176 of 255 = 69%
G 168 of 255 = 66%
B 233 of 255 = 91%

176
168
233

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

Portions of RGB colors in percentages

R + G + B =
176 + 168 + 233 = 577 (100%)
R 176 of 577 ~ 30.5%
G 168 of 577 ~ 29.12%
B 233 of 577 ~ 40.38%

%30.5
%29.12
%40.38

CMYK color model

#B0A8E9 color CMYK value is (24,28,0,9).

  • cyan value is 24.46%
  • magenta value is 27.90%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(24,28,0,9)
C24M28Y0K9 
(24%,28%,0%,9%)
(0.24/0.28/0.00/0.09)	

CMYK percentages

%24.46
%27.9
%0
%8.63

Codes

Color #B0A8E9 in popluar color models

B0A8E9
RGB176168233
HSL247°59.63%78.63%
HSB/HSV247°27.90%91.37%
CMYK24.46%27.90%0.00%
8.63%

Color #B0A8E9 in popluar number systems.

HEXB0A8E9
Decimal176168233
Binary101100001010100011101001
Octal260250351

Shades and tints

Shades of #B0A8E9

#B0A8E9
(176,168,233)
#A099D4
(160,153,212)
#908ABF
(144,138,191)
#807BAA
(128,123,170)
#706C95
(112,108,149)
#605D80
(96,93,128)
#504E6B
(80,78,107)
#403F56
(64,63,86)
#303041
(48,48,65)
#20212C
(32,33,44)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #B0A8E9

#B0A8E9
(176,168,233)
#B7AFEB
(183,175,235)
#BEB6ED
(190,182,237)
#C5BDEF
(197,189,239)
#CCC4F1
(204,196,241)
#D3CBF3
(211,203,243)
#DAD2F5
(218,210,245)
#E1D9F7
(225,217,247)
#E8E0F9
(232,224,249)
#EFE7FB
(239,231,251)
#F6EEFD
(246,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A8E9 color. Also use rgb(176,168,233) instead hex code.

Text Font Color

.myTextColor { color: #B0A8E9; }

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

This text font color is #B0A8E9.


Background Color

.myBgColor { background-color: #B0A8E9; }

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

This div background color is #B0A8E9.


Border color

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

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

This div border color is #B0A8E9.


Opacity

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

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

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

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

This text has shadow with #B0A8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A8E9 on black background.


Color preview on white background

This text has color #B0A8E9 on white background.



Black color preview on #B0A8E9 background

This text has black color on #B0A8E9 background.


White color preview on #B0A8E9 background

This text has white color on #B0A8E9 background.