COLOR #B0A8CA

HEX: #B0A8CA
RGB: (176,168,202)

Color info

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

RGB color model

#B0A8CA color RGB value is (176,168,202).

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

RGB channels and saturation

R 176 of 255 = 69%
G 168 of 255 = 66%
B 202 of 255 = 79%

176
168
202

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

Portions of RGB colors in percentages

R + G + B =
176 + 168 + 202 = 546 (100%)
R 176 of 546 ~ 32.23%
G 168 of 546 ~ 30.77%
B 202 of 546 ~ 37%

%32.23
%30.77
%37

CMYK color model

#B0A8CA color CMYK value is (13,17,0,21).

  • cyan value is 12.87%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,17,0,21)
C13M17Y0K21 
(13%,17%,0%,21%)
(0.13/0.17/0.00/0.21)	

CMYK percentages

%12.87
%16.83
%0
%20.78

Codes

Color #B0A8CA in popluar color models

B0A8CA
RGB176168202
HSL254°24.29%72.55%
HSB/HSV254°16.83%79.22%
CMYK12.87%16.83%0.00%
20.78%

Color #B0A8CA in popluar number systems.

HEXB0A8CA
Decimal176168202
Binary101100001010100011001010
Octal260250312

Shades and tints

Shades of #B0A8CA

#B0A8CA
(176,168,202)
#A099B8
(160,153,184)
#908AA6
(144,138,166)
#807B94
(128,123,148)
#706C82
(112,108,130)
#605D70
(96,93,112)
#504E5E
(80,78,94)
#403F4C
(64,63,76)
#30303A
(48,48,58)
#202128
(32,33,40)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #B0A8CA

#B0A8CA
(176,168,202)
#B7AFCE
(183,175,206)
#BEB6D2
(190,182,210)
#C5BDD6
(197,189,214)
#CCC4DA
(204,196,218)
#D3CBDE
(211,203,222)
#DAD2E2
(218,210,226)
#E1D9E6
(225,217,230)
#E8E0EA
(232,224,234)
#EFE7EE
(239,231,238)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0A8CA; }

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

This text font color is #B0A8CA.


Background Color

.myBgColor { background-color: #B0A8CA; }

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

This div background color is #B0A8CA.


Border color

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

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

This div border color is #B0A8CA.


Opacity

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

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

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

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

This text has shadow with #B0A8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0A8CA on black background.


Color preview on white background

This text has color #B0A8CA on white background.



Black color preview on #B0A8CA background

This text has black color on #B0A8CA background.


White color preview on #B0A8CA background

This text has white color on #B0A8CA background.