COLOR #B0B0CA

HEX: #B0B0CA
RGB: (176,176,202)

Color info

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

RGB color model

#B0B0CA color RGB value is (176,176,202).

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

RGB channels and saturation

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

176
176
202

R + G + B ~ 72%. #B0B0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 176 + 202 = 554 (100%)
R 176 of 554 ~ 31.77%
G 176 of 554 ~ 31.77%
B 202 of 554 ~ 36.46%

%31.77
%31.77
%36.46

CMYK color model

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

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

CMYK percentages

%12.87
%12.87
%0
%20.78

Codes

Color #B0B0CA in popluar color models

B0B0CA
RGB176176202
HSL240°19.70%74.12%
HSB/HSV240°12.87%79.22%
CMYK12.87%12.87%0.00%
20.78%

Color #B0B0CA in popluar number systems.

HEXB0B0CA
Decimal176176202
Binary101100001011000011001010
Octal260260312

Shades and tints

Shades of #B0B0CA

#B0B0CA
(176,176,202)
#A0A0B8
(160,160,184)
#9090A6
(144,144,166)
#808094
(128,128,148)
#707082
(112,112,130)
#606070
(96,96,112)
#50505E
(80,80,94)
#40404C
(64,64,76)
#30303A
(48,48,58)
#202028
(32,32,40)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #B0B0CA

#B0B0CA
(176,176,202)
#B7B7CE
(183,183,206)
#BEBED2
(190,190,210)
#C5C5D6
(197,197,214)
#CCCCDA
(204,204,218)
#D3D3DE
(211,211,222)
#DADAE2
(218,218,226)
#E1E1E6
(225,225,230)
#E8E8EA
(232,232,234)
#EFEFEE
(239,239,238)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B0CA; }

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

This text font color is #B0B0CA.


Background Color

.myBgColor { background-color: #B0B0CA; }

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

This div background color is #B0B0CA.


Border color

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

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

This div border color is #B0B0CA.


Opacity

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

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

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

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

This text has shadow with #B0B0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B0CA on black background.


Color preview on white background

This text has color #B0B0CA on white background.



Black color preview on #B0B0CA background

This text has black color on #B0B0CA background.


White color preview on #B0B0CA background

This text has white color on #B0B0CA background.