COLOR #B0C8D1

HEX: #B0C8D1
RGB: (176,200,209)

Color info

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

RGB color model

#B0C8D1 color RGB value is (176,200,209).

  • red value is 176;
  • green value is 200;
  • blue value is 209.
RGB:
(176,200,209)
(69%,78%,82%)

RGB channels and saturation

R 176 of 255 = 69%
G 200 of 255 = 78%
B 209 of 255 = 82%

176
200
209

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

Portions of RGB colors in percentages

R + G + B =
176 + 200 + 209 = 585 (100%)
R 176 of 585 ~ 30.09%
G 200 of 585 ~ 34.19%
B 209 of 585 ~ 35.73%

%30.09
%34.19
%35.73

CMYK color model

#B0C8D1 color CMYK value is (16,4,0,18).

  • cyan value is 15.79%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,4,0,18)
C16M4Y0K18 
(16%,4%,0%,18%)
(0.16/0.04/0.00/0.18)	

CMYK percentages

%15.79
%4.31
%0
%18.04

Codes

Color #B0C8D1 in popluar color models

B0C8D1
RGB176200209
HSL196°26.40%75.49%
HSB/HSV196°15.79%81.96%
CMYK15.79%4.31%0.00%
18.04%

Color #B0C8D1 in popluar number systems.

HEXB0C8D1
Decimal176200209
Binary101100001100100011010001
Octal260310321

Shades and tints

Shades of #B0C8D1

#B0C8D1
(176,200,209)
#A0B6BE
(160,182,190)
#90A4AB
(144,164,171)
#809298
(128,146,152)
#708085
(112,128,133)
#606E72
(96,110,114)
#505C5F
(80,92,95)
#404A4C
(64,74,76)
#303839
(48,56,57)
#202626
(32,38,38)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #B0C8D1

#B0C8D1
(176,200,209)
#B7CDD5
(183,205,213)
#BED2D9
(190,210,217)
#C5D7DD
(197,215,221)
#CCDCE1
(204,220,225)
#D3E1E5
(211,225,229)
#DAE6E9
(218,230,233)
#E1EBED
(225,235,237)
#E8F0F1
(232,240,241)
#EFF5F5
(239,245,245)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C8D1 color. Also use rgb(176,200,209) instead hex code.

Text Font Color

.myTextColor { color: #B0C8D1; }

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

This text font color is #B0C8D1.


Background Color

.myBgColor { background-color: #B0C8D1; }

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

This div background color is #B0C8D1.


Border color

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

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

This div border color is #B0C8D1.


Opacity

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

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

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

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

This text has shadow with #B0C8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C8D1 on black background.


Color preview on white background

This text has color #B0C8D1 on white background.



Black color preview on #B0C8D1 background

This text has black color on #B0C8D1 background.


White color preview on #B0C8D1 background

This text has white color on #B0C8D1 background.