COLOR #B0CAC6

HEX: #B0CAC6
RGB: (176,202,198)

Color info

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

RGB color model

#B0CAC6 color RGB value is (176,202,198).

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

RGB channels and saturation

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

176
202
198

R + G + B ~ 75%. #B0CAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 202 + 198 = 576 (100%)
R 176 of 576 ~ 30.56%
G 202 of 576 ~ 35.07%
B 198 of 576 ~ 34.38%

%30.56
%35.07
%34.38

CMYK color model

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

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

CMYK percentages

%12.87
%0
%1.98
%20.78

Codes

Color #B0CAC6 in popluar color models

B0CAC6
RGB176202198
HSL171°19.70%74.12%
HSB/HSV171°12.87%79.22%
CMYK12.87%0.00%1.98%
20.78%

Color #B0CAC6 in popluar number systems.

HEXB0CAC6
Decimal176202198
Binary101100001100101011000110
Octal260312306

Shades and tints

Shades of #B0CAC6

#B0CAC6
(176,202,198)
#A0B8B4
(160,184,180)
#90A6A2
(144,166,162)
#809490
(128,148,144)
#70827E
(112,130,126)
#60706C
(96,112,108)
#505E5A
(80,94,90)
#404C48
(64,76,72)
#303A36
(48,58,54)
#202824
(32,40,36)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #B0CAC6

#B0CAC6
(176,202,198)
#B7CECB
(183,206,203)
#BED2D0
(190,210,208)
#C5D6D5
(197,214,213)
#CCDADA
(204,218,218)
#D3DEDF
(211,222,223)
#DAE2E4
(218,226,228)
#E1E6E9
(225,230,233)
#E8EAEE
(232,234,238)
#EFEEF3
(239,238,243)
#F6F2F8
(246,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CAC6; }

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

This text font color is #B0CAC6.


Background Color

.myBgColor { background-color: #B0CAC6; }

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

This div background color is #B0CAC6.


Border color

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

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

This div border color is #B0CAC6.


Opacity

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

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

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

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

This text has shadow with #B0CAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CAC6 on black background.


Color preview on white background

This text has color #B0CAC6 on white background.



Black color preview on #B0CAC6 background

This text has black color on #B0CAC6 background.


White color preview on #B0CAC6 background

This text has white color on #B0CAC6 background.