COLOR #B0C4DE

HEX: #B0C4DE
RGB: (176,196,222)

Color info

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

RGB color model

#B0C4DE color RGB value is (176,196,222).

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

RGB channels and saturation

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

176
196
222

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

Portions of RGB colors in percentages

R + G + B =
176 + 196 + 222 = 594 (100%)
R 176 of 594 ~ 29.63%
G 196 of 594 ~ 33%
B 222 of 594 ~ 37.37%

%29.63
%33
%37.37

CMYK color model

#B0C4DE color CMYK value is (21,12,0,13).

  • cyan value is 20.72%
  • magenta value is 11.71%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(21,12,0,13)
C21M12Y0K13 
(21%,12%,0%,13%)
(0.21/0.12/0.00/0.13)	

CMYK percentages

%20.72
%11.71
%0
%12.94

Codes

Color #B0C4DE in popluar color models

B0C4DE
RGB176196222
HSL214°41.07%78.04%
HSB/HSV214°20.72%87.06%
CMYK20.72%11.71%0.00%
12.94%

Color #B0C4DE in popluar number systems.

HEXB0C4DE
Decimal176196222
Binary101100001100010011011110
Octal260304336

Shades and tints

Shades of #B0C4DE

#B0C4DE
(176,196,222)
#A0B3CA
(160,179,202)
#90A2B6
(144,162,182)
#8091A2
(128,145,162)
#70808E
(112,128,142)
#606F7A
(96,111,122)
#505E66
(80,94,102)
#404D52
(64,77,82)
#303C3E
(48,60,62)
#202B2A
(32,43,42)
#101A16
(16,26,22)
#000000
(0,0,0)

Tints of #B0C4DE

#B0C4DE
(176,196,222)
#B7C9E1
(183,201,225)
#BECEE4
(190,206,228)
#C5D3E7
(197,211,231)
#CCD8EA
(204,216,234)
#D3DDED
(211,221,237)
#DAE2F0
(218,226,240)
#E1E7F3
(225,231,243)
#E8ECF6
(232,236,246)
#EFF1F9
(239,241,249)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C4DE; }

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

This text font color is #B0C4DE.


Background Color

.myBgColor { background-color: #B0C4DE; }

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

This div background color is #B0C4DE.


Border color

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

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

This div border color is #B0C4DE.


Opacity

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

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

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

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

This text has shadow with #B0C4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C4DE on black background.


Color preview on white background

This text has color #B0C4DE on white background.



Black color preview on #B0C4DE background

This text has black color on #B0C4DE background.


White color preview on #B0C4DE background

This text has white color on #B0C4DE background.