COLOR #B0B6CA

HEX: #B0B6CA RGB: (176,182,202)

Color info

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

RGB color model

#B0B6CA color RGB value is (176,182,202).

RGB: (176,182,202) (69%, 71%, 79%)

RGB channels and saturation

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

176
182
202

R + G + B ~ 73%. #B0B6CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 182 + 202 = 560 (100%)
R 176 of 560 ~ 31.43%
G 182 of 560 ~ 32.5%
B 202 of 560 ~ 36.07'%

%31.43
%32.5
%36.07

CMYK color model

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

  • cyan value is 12.87%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (13,10,0,21)
C13M10Y0K21 (13%, 10%, 0%, 21%)
(0.13 / 0.10 / 0.00 / 0.21)

CMYK percentages

%12.87
%9.9
%0
%20.78

Codes

Color #B0B6CA in popluar color models

B0 B6 CA
RGB 176 182 202
HSL 226° 19.70% 74.12%
HSB/HSV 226° 12.87% 79.22%
CMYK 12.87% 9.90% 0.00%
20.78%

Color #B0B6CA in popluar number systems.

HEX B0 B6 CA
Decimal 176 182 202
Binary 10110000 10110110 11001010
Octal 260 266 312

Shades and tints

Shades of #B0B6CA

#B0B6CA
(176,182,202)
#A0A6B8
(160,166,184)
#9096A6
(144,150,166)
#808694
(128,134,148)
#707682
(112,118,130)
#606670
(96,102,112)
#50565E
(80,86,94)
#40464C
(64,70,76)
#30363A
(48,54,58)
#202628
(32,38,40)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #B0B6CA

#B0B6CA
(176,182,202)
#B7BCCE
(183,188,206)
#BEC2D2
(190,194,210)
#C5C8D6
(197,200,214)
#CCCEDA
(204,206,218)
#D3D4DE
(211,212,222)
#DADAE2
(218,218,226)
#E1E0E6
(225,224,230)
#E8E6EA
(232,230,234)
#EFECEE
(239,236,238)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B6CA; }

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

This text font color is #B0B6CA.

Background Color

.myBgColor { background-color: #B0B6CA; }

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

This div background color is #B0B6CA.

Border color

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

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

This div border color is #B0B6CA.

Opacity

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

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

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

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

This text has shadow with #B0B6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B6CA.

Preview

Color preview on black background

This text has color #B0B6CA on black background.


Color preview on white background

This text has color #B0B6CA on white background.


Black color preview on #B0B6CA background

This text has black color on #B0B6CA background.


White color preview on #B0B6CA background

This text has white color on #B0B6CA background.


Related colors

Complementary color

Complementary color for #hex is #4F4935.


I love getcolorcode.com

Triadic colors

1 #CAB0B6 and #B6CAB0 with #B0B6CA are triadic colors.

2 #CAB6B0 and #B6B0CA with #B0B6CA are triadic colors.