COLOR #B0CACE

HEX: #B0CACE
RGB: (176,202,206)

Color info

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

RGB color model

#B0CACE color RGB value is (176,202,206).

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

RGB channels and saturation

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

176
202
206

R + G + B ~ 76%. #B0CACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 202 + 206 = 584 (100%)
R 176 of 584 ~ 30.14%
G 202 of 584 ~ 34.59%
B 206 of 584 ~ 35.27%

%30.14
%34.59
%35.27

CMYK color model

#B0CACE color CMYK value is (15,2,0,19).

  • cyan value is 14.56%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(15,2,0,19)
C15M2Y0K19 
(15%,2%,0%,19%)
(0.15/0.02/0.00/0.19)	

CMYK percentages

%14.56
%1.94
%0
%19.22

Codes

Color #B0CACE in popluar color models

B0CACE
RGB176202206
HSL188°23.44%74.90%
HSB/HSV188°14.56%80.78%
CMYK14.56%1.94%0.00%
19.22%

Color #B0CACE in popluar number systems.

HEXB0CACE
Decimal176202206
Binary101100001100101011001110
Octal260312316

Shades and tints

Shades of #B0CACE

#B0CACE
(176,202,206)
#A0B8BC
(160,184,188)
#90A6AA
(144,166,170)
#809498
(128,148,152)
#708286
(112,130,134)
#607074
(96,112,116)
#505E62
(80,94,98)
#404C50
(64,76,80)
#303A3E
(48,58,62)
#20282C
(32,40,44)
#10161A
(16,22,26)
#000000
(0,0,0)

Tints of #B0CACE

#B0CACE
(176,202,206)
#B7CED2
(183,206,210)
#BED2D6
(190,210,214)
#C5D6DA
(197,214,218)
#CCDADE
(204,218,222)
#D3DEE2
(211,222,226)
#DAE2E6
(218,226,230)
#E1E6EA
(225,230,234)
#E8EAEE
(232,234,238)
#EFEEF2
(239,238,242)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CACE; }

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

This text font color is #B0CACE.


Background Color

.myBgColor { background-color: #B0CACE; }

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

This div background color is #B0CACE.


Border color

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

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

This div border color is #B0CACE.


Opacity

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

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

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

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

This text has shadow with #B0CACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CACE on black background.


Color preview on white background

This text has color #B0CACE on white background.



Black color preview on #B0CACE background

This text has black color on #B0CACE background.


White color preview on #B0CACE background

This text has white color on #B0CACE background.