COLOR #B0C8EA

HEX: #B0C8EA RGB: (176,200,234)

Color info

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

RGB color model

#B0C8EA color RGB value is (176,200,234).

RGB: (176,200,234) (69%, 78%, 92%)

RGB channels and saturation

R 176 of 255 = 69%
G 200 of 255 = 78%
B 234 of 255 = 92%

176
200
234

R + G + B ~ 80%. #B0C8EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 200 + 234 = 610 (100%)
R 176 of 610 ~ 28.85%
G 200 of 610 ~ 32.79%
B 234 of 610 ~ 38.36'%

%28.85
%32.79
%38.36

CMYK color model

#B0C8EA color CMYK value is (25,15,0,8).

  • cyan value is 24.79%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (25,15,0,8)
C25M15Y0K8 (25%, 15%, 0%, 8%)
(0.25 / 0.15 / 0.00 / 0.08)

CMYK percentages

%24.79
%14.53
%0
%8.24

Codes

Color #B0C8EA in popluar color models

B0 C8 EA
RGB 176 200 234
HSL 215° 58.00% 80.39%
HSB/HSV 215° 24.79% 91.76%
CMYK 24.79% 14.53% 0.00%
8.24%

Color #B0C8EA in popluar number systems.

HEX B0 C8 EA
Decimal 176 200 234
Binary 10110000 11001000 11101010
Octal 260 310 352

Shades and tints

Shades of #B0C8EA

#B0C8EA
(176,200,234)
#A0B6D5
(160,182,213)
#90A4C0
(144,164,192)
#8092AB
(128,146,171)
#708096
(112,128,150)
#606E81
(96,110,129)
#505C6C
(80,92,108)
#404A57
(64,74,87)
#303842
(48,56,66)
#20262D
(32,38,45)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #B0C8EA

#B0C8EA
(176,200,234)
#B7CDEB
(183,205,235)
#BED2EC
(190,210,236)
#C5D7ED
(197,215,237)
#CCDCEE
(204,220,238)
#D3E1EF
(211,225,239)
#DAE6F0
(218,230,240)
#E1EBF1
(225,235,241)
#E8F0F2
(232,240,242)
#EFF5F3
(239,245,243)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C8EA; }

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

This text font color is #B0C8EA.

Background Color

.myBgColor { background-color: #B0C8EA; }

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

This div background color is #B0C8EA.

Border color

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

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

This div border color is #B0C8EA.

Opacity

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

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

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

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

This text has shadow with #B0C8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C8EA.

Preview

Color preview on black background

This text has color #B0C8EA on black background.


Color preview on white background

This text has color #B0C8EA on white background.


Black color preview on #B0C8EA background

This text has black color on #B0C8EA background.


White color preview on #B0C8EA background

This text has white color on #B0C8EA background.


Related colors

Complementary color

Complementary color for #hex is #4F3715.


I love getcolorcode.com

Triadic colors

1 #EAB0C8 and #C8EAB0 with #B0C8EA are triadic colors.

2 #EAC8B0 and #C8B0EA with #B0C8EA are triadic colors.