COLOR #B0C8DF

HEX: #B0C8DF
RGB: (176,200,223)

Color info

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

RGB color model

#B0C8DF color RGB value is (176,200,223).

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

RGB channels and saturation

R 176 of 255 = 69%
G 200 of 255 = 78%
B 223 of 255 = 87%

176
200
223

R + G + B ~ 78%. #B0C8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 200 + 223 = 599 (100%)
R 176 of 599 ~ 29.38%
G 200 of 599 ~ 33.39%
B 223 of 599 ~ 37.23%

%29.38
%33.39
%37.23

CMYK color model

#B0C8DF color CMYK value is (21,10,0,13).

  • cyan value is 21.08%
  • magenta value is 10.31%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(21,10,0,13)
C21M10Y0K13 
(21%,10%,0%,13%)
(0.21/0.10/0.00/0.13)	

CMYK percentages

%21.08
%10.31
%0
%12.55

Codes

Color #B0C8DF in popluar color models

B0C8DF
RGB176200223
HSL209°42.34%78.24%
HSB/HSV209°21.08%87.45%
CMYK21.08%10.31%0.00%
12.55%

Color #B0C8DF in popluar number systems.

HEXB0C8DF
Decimal176200223
Binary101100001100100011011111
Octal260310337

Shades and tints

Shades of #B0C8DF

#B0C8DF
(176,200,223)
#A0B6CB
(160,182,203)
#90A4B7
(144,164,183)
#8092A3
(128,146,163)
#70808F
(112,128,143)
#606E7B
(96,110,123)
#505C67
(80,92,103)
#404A53
(64,74,83)
#30383F
(48,56,63)
#20262B
(32,38,43)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #B0C8DF

#B0C8DF
(176,200,223)
#B7CDE1
(183,205,225)
#BED2E3
(190,210,227)
#C5D7E5
(197,215,229)
#CCDCE7
(204,220,231)
#D3E1E9
(211,225,233)
#DAE6EB
(218,230,235)
#E1EBED
(225,235,237)
#E8F0EF
(232,240,239)
#EFF5F1
(239,245,241)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C8DF; }

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

This text font color is #B0C8DF.


Background Color

.myBgColor { background-color: #B0C8DF; }

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

This div background color is #B0C8DF.


Border color

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

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

This div border color is #B0C8DF.


Opacity

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

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

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

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

This text has shadow with #B0C8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C8DF on black background.


Color preview on white background

This text has color #B0C8DF on white background.



Black color preview on #B0C8DF background

This text has black color on #B0C8DF background.


White color preview on #B0C8DF background

This text has white color on #B0C8DF background.