COLOR #B0A8EC

HEX: #B0A8EC
RGB: (176,168,236)

Color info

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

RGB color model

#B0A8EC color RGB value is (176,168,236).

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

RGB channels and saturation

R 176 of 255 = 69%
G 168 of 255 = 66%
B 236 of 255 = 93%

176
168
236

R + G + B ~ 76%. #B0A8EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 168 + 236 = 580 (100%)
R 176 of 580 ~ 30.34%
G 168 of 580 ~ 28.97%
B 236 of 580 ~ 40.69%

%30.34
%28.97
%40.69

CMYK color model

#B0A8EC color CMYK value is (25,29,0,7).

  • cyan value is 25.42%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(25,29,0,7)
C25M29Y0K7 
(25%,29%,0%,7%)
(0.25/0.29/0.00/0.07)	

CMYK percentages

%25.42
%28.81
%0
%7.45

Codes

Color #B0A8EC in popluar color models

B0A8EC
RGB176168236
HSL247°64.15%79.22%
HSB/HSV247°28.81%92.55%
CMYK25.42%28.81%0.00%
7.45%

Color #B0A8EC in popluar number systems.

HEXB0A8EC
Decimal176168236
Binary101100001010100011101100
Octal260250354

Shades and tints

Shades of #B0A8EC

#B0A8EC
(176,168,236)
#A099D7
(160,153,215)
#908AC2
(144,138,194)
#807BAD
(128,123,173)
#706C98
(112,108,152)
#605D83
(96,93,131)
#504E6E
(80,78,110)
#403F59
(64,63,89)
#303044
(48,48,68)
#20212F
(32,33,47)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #B0A8EC

#B0A8EC
(176,168,236)
#B7AFED
(183,175,237)
#BEB6EE
(190,182,238)
#C5BDEF
(197,189,239)
#CCC4F0
(204,196,240)
#D3CBF1
(211,203,241)
#DAD2F2
(218,210,242)
#E1D9F3
(225,217,243)
#E8E0F4
(232,224,244)
#EFE7F5
(239,231,245)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A8EC; }

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

This text font color is #B0A8EC.


Background Color

.myBgColor { background-color: #B0A8EC; }

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

This div background color is #B0A8EC.


Border color

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

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

This div border color is #B0A8EC.


Opacity

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

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

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

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

This text has shadow with #B0A8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A8EC on black background.


Color preview on white background

This text has color #B0A8EC on white background.



Black color preview on #B0A8EC background

This text has black color on #B0A8EC background.


White color preview on #B0A8EC background

This text has white color on #B0A8EC background.