COLOR #B0A8C8

HEX: #B0A8C8
RGB: (176,168,200)

Color info

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

RGB color model

#B0A8C8 color RGB value is (176,168,200).

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

RGB channels and saturation

R 176 of 255 = 69%
G 168 of 255 = 66%
B 200 of 255 = 78%

176
168
200

R + G + B ~ 71%. #B0A8C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 168 + 200 = 544 (100%)
R 176 of 544 ~ 32.35%
G 168 of 544 ~ 30.88%
B 200 of 544 ~ 36.76%

%32.35
%30.88
%36.76

CMYK color model

#B0A8C8 color CMYK value is (12,16,0,22).

  • cyan value is 12.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(12,16,0,22)
C12M16Y0K22 
(12%,16%,0%,22%)
(0.12/0.16/0.00/0.22)	

CMYK percentages

%12
%16
%0
%21.57

Codes

Color #B0A8C8 in popluar color models

B0A8C8
RGB176168200
HSL255°22.54%72.16%
HSB/HSV255°16.00%78.43%
CMYK12.00%16.00%0.00%
21.57%

Color #B0A8C8 in popluar number systems.

HEXB0A8C8
Decimal176168200
Binary101100001010100011001000
Octal260250310

Shades and tints

Shades of #B0A8C8

#B0A8C8
(176,168,200)
#A099B6
(160,153,182)
#908AA4
(144,138,164)
#807B92
(128,123,146)
#706C80
(112,108,128)
#605D6E
(96,93,110)
#504E5C
(80,78,92)
#403F4A
(64,63,74)
#303038
(48,48,56)
#202126
(32,33,38)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #B0A8C8

#B0A8C8
(176,168,200)
#B7AFCD
(183,175,205)
#BEB6D2
(190,182,210)
#C5BDD7
(197,189,215)
#CCC4DC
(204,196,220)
#D3CBE1
(211,203,225)
#DAD2E6
(218,210,230)
#E1D9EB
(225,217,235)
#E8E0F0
(232,224,240)
#EFE7F5
(239,231,245)
#F6EEFA
(246,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A8C8; }

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

This text font color is #B0A8C8.


Background Color

.myBgColor { background-color: #B0A8C8; }

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

This div background color is #B0A8C8.


Border color

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

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

This div border color is #B0A8C8.


Opacity

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

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

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

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

This text has shadow with #B0A8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A8C8 on black background.


Color preview on white background

This text has color #B0A8C8 on white background.



Black color preview on #B0A8C8 background

This text has black color on #B0A8C8 background.


White color preview on #B0A8C8 background

This text has white color on #B0A8C8 background.