COLOR #B0CBCA

HEX: #B0CBCA
RGB: (176,203,202)

Color info

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

RGB color model

#B0CBCA color RGB value is (176,203,202).

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

RGB channels and saturation

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

176
203
202

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

Portions of RGB colors in percentages

R + G + B =
176 + 203 + 202 = 581 (100%)
R 176 of 581 ~ 30.29%
G 203 of 581 ~ 34.94%
B 202 of 581 ~ 34.77%

%30.29
%34.94
%34.77

CMYK color model

#B0CBCA color CMYK value is (13,0,0,20).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.39%
CMYK:
(13,0,0,20)
C13M0Y0K20 
(13%,0%,0%,20%)
(0.13/0.00/0.00/0.20)	

CMYK percentages

%13.3
%0
%0.49
%20.39

Codes

Color #B0CBCA in popluar color models

B0CBCA
RGB176203202
HSL178°20.61%74.31%
HSB/HSV178°13.30%79.61%
CMYK13.30%0.00%0.49%
20.39%

Color #B0CBCA in popluar number systems.

HEXB0CBCA
Decimal176203202
Binary101100001100101111001010
Octal260313312

Shades and tints

Shades of #B0CBCA

#B0CBCA
(176,203,202)
#A0B9B8
(160,185,184)
#90A7A6
(144,167,166)
#809594
(128,149,148)
#708382
(112,131,130)
#607170
(96,113,112)
#505F5E
(80,95,94)
#404D4C
(64,77,76)
#303B3A
(48,59,58)
#202928
(32,41,40)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #B0CBCA

#B0CBCA
(176,203,202)
#B7CFCE
(183,207,206)
#BED3D2
(190,211,210)
#C5D7D6
(197,215,214)
#CCDBDA
(204,219,218)
#D3DFDE
(211,223,222)
#DAE3E2
(218,227,226)
#E1E7E6
(225,231,230)
#E8EBEA
(232,235,234)
#EFEFEE
(239,239,238)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CBCA; }

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

This text font color is #B0CBCA.


Background Color

.myBgColor { background-color: #B0CBCA; }

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

This div background color is #B0CBCA.


Border color

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

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

This div border color is #B0CBCA.


Opacity

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

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

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

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

This text has shadow with #B0CBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CBCA on black background.


Color preview on white background

This text has color #B0CBCA on white background.



Black color preview on #B0CBCA background

This text has black color on #B0CBCA background.


White color preview on #B0CBCA background

This text has white color on #B0CBCA background.