COLOR #B0C5DE

HEX: #B0C5DE
RGB: (176,197,222)

Color info

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

RGB color model

#B0C5DE color RGB value is (176,197,222).

  • red value is 176;
  • green value is 197;
  • blue value is 222.
RGB:
(176,197,222)
(69%,77%,87%)

RGB channels and saturation

R 176 of 255 = 69%
G 197 of 255 = 77%
B 222 of 255 = 87%

176
197
222

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

Portions of RGB colors in percentages

R + G + B =
176 + 197 + 222 = 595 (100%)
R 176 of 595 ~ 29.58%
G 197 of 595 ~ 33.11%
B 222 of 595 ~ 37.31%

%29.58
%33.11
%37.31

CMYK color model

#B0C5DE color CMYK value is (21,11,0,13).

  • cyan value is 20.72%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(21,11,0,13)
C21M11Y0K13 
(21%,11%,0%,13%)
(0.21/0.11/0.00/0.13)	

CMYK percentages

%20.72
%11.26
%0
%12.94

Codes

Color #B0C5DE in popluar color models

B0C5DE
RGB176197222
HSL213°41.07%78.04%
HSB/HSV213°20.72%87.06%
CMYK20.72%11.26%0.00%
12.94%

Color #B0C5DE in popluar number systems.

HEXB0C5DE
Decimal176197222
Binary101100001100010111011110
Octal260305336

Shades and tints

Shades of #B0C5DE

#B0C5DE
(176,197,222)
#A0B4CA
(160,180,202)
#90A3B6
(144,163,182)
#8092A2
(128,146,162)
#70818E
(112,129,142)
#60707A
(96,112,122)
#505F66
(80,95,102)
#404E52
(64,78,82)
#303D3E
(48,61,62)
#202C2A
(32,44,42)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #B0C5DE

#B0C5DE
(176,197,222)
#B7CAE1
(183,202,225)
#BECFE4
(190,207,228)
#C5D4E7
(197,212,231)
#CCD9EA
(204,217,234)
#D3DEED
(211,222,237)
#DAE3F0
(218,227,240)
#E1E8F3
(225,232,243)
#E8EDF6
(232,237,246)
#EFF2F9
(239,242,249)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C5DE color. Also use rgb(176,197,222) instead hex code.

Text Font Color

.myTextColor { color: #B0C5DE; }

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

This text font color is #B0C5DE.


Background Color

.myBgColor { background-color: #B0C5DE; }

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

This div background color is #B0C5DE.


Border color

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

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

This div border color is #B0C5DE.


Opacity

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

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

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

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

This text has shadow with #B0C5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C5DE on black background.


Color preview on white background

This text has color #B0C5DE on white background.



Black color preview on #B0C5DE background

This text has black color on #B0C5DE background.


White color preview on #B0C5DE background

This text has white color on #B0C5DE background.