COLOR #B0C7E0

HEX: #B0C7E0
RGB: (176,199,224)

Color info

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

RGB color model

#B0C7E0 color RGB value is (176,199,224).

  • red value is 176;
  • green value is 199;
  • blue value is 224.
RGB:
(176,199,224)
(69%,78%,88%)

RGB channels and saturation

R 176 of 255 = 69%
G 199 of 255 = 78%
B 224 of 255 = 88%

176
199
224

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

Portions of RGB colors in percentages

R + G + B =
176 + 199 + 224 = 599 (100%)
R 176 of 599 ~ 29.38%
G 199 of 599 ~ 33.22%
B 224 of 599 ~ 37.4%

%29.38
%33.22
%37.4

CMYK color model

#B0C7E0 color CMYK value is (21,11,0,12).

  • cyan value is 21.43%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(21,11,0,12)
C21M11Y0K12 
(21%,11%,0%,12%)
(0.21/0.11/0.00/0.12)	

CMYK percentages

%21.43
%11.16
%0
%12.16

Codes

Color #B0C7E0 in popluar color models

B0C7E0
RGB176199224
HSL211°43.64%78.43%
HSB/HSV211°21.43%87.84%
CMYK21.43%11.16%0.00%
12.16%

Color #B0C7E0 in popluar number systems.

HEXB0C7E0
Decimal176199224
Binary101100001100011111100000
Octal260307340

Shades and tints

Shades of #B0C7E0

#B0C7E0
(176,199,224)
#A0B5CC
(160,181,204)
#90A3B8
(144,163,184)
#8091A4
(128,145,164)
#707F90
(112,127,144)
#606D7C
(96,109,124)
#505B68
(80,91,104)
#404954
(64,73,84)
#303740
(48,55,64)
#20252C
(32,37,44)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #B0C7E0

#B0C7E0
(176,199,224)
#B7CCE2
(183,204,226)
#BED1E4
(190,209,228)
#C5D6E6
(197,214,230)
#CCDBE8
(204,219,232)
#D3E0EA
(211,224,234)
#DAE5EC
(218,229,236)
#E1EAEE
(225,234,238)
#E8EFF0
(232,239,240)
#EFF4F2
(239,244,242)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C7E0 color. Also use rgb(176,199,224) instead hex code.

Text Font Color

.myTextColor { color: #B0C7E0; }

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

This text font color is #B0C7E0.


Background Color

.myBgColor { background-color: #B0C7E0; }

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

This div background color is #B0C7E0.


Border color

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

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

This div border color is #B0C7E0.


Opacity

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

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

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

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

This text has shadow with #B0C7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C7E0 on black background.


Color preview on white background

This text has color #B0C7E0 on white background.



Black color preview on #B0C7E0 background

This text has black color on #B0C7E0 background.


White color preview on #B0C7E0 background

This text has white color on #B0C7E0 background.