COLOR #B0A3C8

HEX: #B0A3C8
RGB: (176,163,200)

Color info

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

RGB color model

#B0A3C8 color RGB value is (176,163,200).

  • red value is 176;
  • green value is 163;
  • blue value is 200.
RGB:
(176,163,200)
(69%,64%,78%)

RGB channels and saturation

R 176 of 255 = 69%
G 163 of 255 = 64%
B 200 of 255 = 78%

176
163
200

R + G + B ~ 70%. #B0A3C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 163 + 200 = 539 (100%)
R 176 of 539 ~ 32.65%
G 163 of 539 ~ 30.24%
B 200 of 539 ~ 37.11%

%32.65
%30.24
%37.11

CMYK color model

#B0A3C8 color CMYK value is (12,19,0,22).

  • cyan value is 12.00%
  • magenta value is 18.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(12,19,0,22)
C12M19Y0K22 
(12%,19%,0%,22%)
(0.12/0.19/0.00/0.22)	

CMYK percentages

%12
%18.5
%0
%21.57

Codes

Color #B0A3C8 in popluar color models

B0A3C8
RGB176163200
HSL261°25.17%71.18%
HSB/HSV261°18.50%78.43%
CMYK12.00%18.50%0.00%
21.57%

Color #B0A3C8 in popluar number systems.

HEXB0A3C8
Decimal176163200
Binary101100001010001111001000
Octal260243310

Shades and tints

Shades of #B0A3C8

#B0A3C8
(176,163,200)
#A095B6
(160,149,182)
#9087A4
(144,135,164)
#807992
(128,121,146)
#706B80
(112,107,128)
#605D6E
(96,93,110)
#504F5C
(80,79,92)
#40414A
(64,65,74)
#303338
(48,51,56)
#202526
(32,37,38)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #B0A3C8

#B0A3C8
(176,163,200)
#B7ABCD
(183,171,205)
#BEB3D2
(190,179,210)
#C5BBD7
(197,187,215)
#CCC3DC
(204,195,220)
#D3CBE1
(211,203,225)
#DAD3E6
(218,211,230)
#E1DBEB
(225,219,235)
#E8E3F0
(232,227,240)
#EFEBF5
(239,235,245)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A3C8 color. Also use rgb(176,163,200) instead hex code.

Text Font Color

.myTextColor { color: #B0A3C8; }

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

This text font color is #B0A3C8.


Background Color

.myBgColor { background-color: #B0A3C8; }

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

This div background color is #B0A3C8.


Border color

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

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

This div border color is #B0A3C8.


Opacity

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

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

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

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

This text has shadow with #B0A3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A3C8 on black background.


Color preview on white background

This text has color #B0A3C8 on white background.



Black color preview on #B0A3C8 background

This text has black color on #B0A3C8 background.


White color preview on #B0A3C8 background

This text has white color on #B0A3C8 background.