COLOR #B0CCCA

HEX: #B0CCCA
RGB: (176,204,202)

Color info

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

RGB color model

#B0CCCA color RGB value is (176,204,202).

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

RGB channels and saturation

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

176
204
202

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

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 202 = 582 (100%)
R 176 of 582 ~ 30.24%
G 204 of 582 ~ 35.05%
B 202 of 582 ~ 34.71%

%30.24
%35.05
%34.71

CMYK color model

#B0CCCA color CMYK value is (14,0,1,20).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 20.00%
CMYK:
(14,0,1,20)
C14M0Y1K20 
(14%,0%,1%,20%)
(0.14/0.00/0.01/0.20)	

CMYK percentages

%13.73
%0
%0.98
%20

Codes

Color #B0CCCA in popluar color models

B0CCCA
RGB176204202
HSL176°21.54%74.51%
HSB/HSV176°13.73%80.00%
CMYK13.73%0.00%0.98%
20.00%

Color #B0CCCA in popluar number systems.

HEXB0CCCA
Decimal176204202
Binary101100001100110011001010
Octal260314312

Shades and tints

Shades of #B0CCCA

#B0CCCA
(176,204,202)
#A0BAB8
(160,186,184)
#90A8A6
(144,168,166)
#809694
(128,150,148)
#708482
(112,132,130)
#607270
(96,114,112)
#50605E
(80,96,94)
#404E4C
(64,78,76)
#303C3A
(48,60,58)
#202A28
(32,42,40)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #B0CCCA

#B0CCCA
(176,204,202)
#B7D0CE
(183,208,206)
#BED4D2
(190,212,210)
#C5D8D6
(197,216,214)
#CCDCDA
(204,220,218)
#D3E0DE
(211,224,222)
#DAE4E2
(218,228,226)
#E1E8E6
(225,232,230)
#E8ECEA
(232,236,234)
#EFF0EE
(239,240,238)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CCCA; }

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

This text font color is #B0CCCA.


Background Color

.myBgColor { background-color: #B0CCCA; }

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

This div background color is #B0CCCA.


Border color

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

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

This div border color is #B0CCCA.


Opacity

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

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

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

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

This text has shadow with #B0CCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CCCA on black background.


Color preview on white background

This text has color #B0CCCA on white background.



Black color preview on #B0CCCA background

This text has black color on #B0CCCA background.


White color preview on #B0CCCA background

This text has white color on #B0CCCA background.