COLOR #B0C3E5

HEX: #B0C3E5
RGB: (176,195,229)

Color info

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

RGB color model

#B0C3E5 color RGB value is (176,195,229).

  • red value is 176;
  • green value is 195;
  • blue value is 229.
RGB:
(176,195,229)
(69%,76%,90%)

RGB channels and saturation

R 176 of 255 = 69%
G 195 of 255 = 76%
B 229 of 255 = 90%

176
195
229

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

Portions of RGB colors in percentages

R + G + B =
176 + 195 + 229 = 600 (100%)
R 176 of 600 ~ 29.33%
G 195 of 600 ~ 32.5%
B 229 of 600 ~ 38.17%

%29.33
%32.5
%38.17

CMYK color model

#B0C3E5 color CMYK value is (23,15,0,10).

  • cyan value is 23.14%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(23,15,0,10)
C23M15Y0K10 
(23%,15%,0%,10%)
(0.23/0.15/0.00/0.10)	

CMYK percentages

%23.14
%14.85
%0
%10.2

Codes

Color #B0C3E5 in popluar color models

B0C3E5
RGB176195229
HSL218°50.48%79.41%
HSB/HSV218°23.14%89.80%
CMYK23.14%14.85%0.00%
10.20%

Color #B0C3E5 in popluar number systems.

HEXB0C3E5
Decimal176195229
Binary101100001100001111100101
Octal260303345

Shades and tints

Shades of #B0C3E5

#B0C3E5
(176,195,229)
#A0B2D1
(160,178,209)
#90A1BD
(144,161,189)
#8090A9
(128,144,169)
#707F95
(112,127,149)
#606E81
(96,110,129)
#505D6D
(80,93,109)
#404C59
(64,76,89)
#303B45
(48,59,69)
#202A31
(32,42,49)
#10191D
(16,25,29)
#000000
(0,0,0)

Tints of #B0C3E5

#B0C3E5
(176,195,229)
#B7C8E7
(183,200,231)
#BECDE9
(190,205,233)
#C5D2EB
(197,210,235)
#CCD7ED
(204,215,237)
#D3DCEF
(211,220,239)
#DAE1F1
(218,225,241)
#E1E6F3
(225,230,243)
#E8EBF5
(232,235,245)
#EFF0F7
(239,240,247)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C3E5 color. Also use rgb(176,195,229) instead hex code.

Text Font Color

.myTextColor { color: #B0C3E5; }

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

This text font color is #B0C3E5.


Background Color

.myBgColor { background-color: #B0C3E5; }

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

This div background color is #B0C3E5.


Border color

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

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

This div border color is #B0C3E5.


Opacity

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

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

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

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

This text has shadow with #B0C3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C3E5 on black background.


Color preview on white background

This text has color #B0C3E5 on white background.



Black color preview on #B0C3E5 background

This text has black color on #B0C3E5 background.


White color preview on #B0C3E5 background

This text has white color on #B0C3E5 background.