COLOR #B0C3E3

HEX: #B0C3E3
RGB: (176,195,227)

Color info

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

RGB color model

#B0C3E3 color RGB value is (176,195,227).

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

RGB channels and saturation

R 176 of 255 = 69%
G 195 of 255 = 76%
B 227 of 255 = 89%

176
195
227

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

Portions of RGB colors in percentages

R + G + B =
176 + 195 + 227 = 598 (100%)
R 176 of 598 ~ 29.43%
G 195 of 598 ~ 32.61%
B 227 of 598 ~ 37.96%

%29.43
%32.61
%37.96

CMYK color model

#B0C3E3 color CMYK value is (22,14,0,11).

  • cyan value is 22.47%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (22,14,0,11) C22M14Y0K11 (22%,14%,0%,11%) (0.22/0.14/0.00/0.11)

CMYK percentages

%22.47
%14.1
%0
%10.98

Codes

Color #B0C3E3 in popluar color models

B0C3E3
RGB176195227
HSL218°47.66%79.02%
HSB/HSV218°22.47%89.02%
CMYK22.47%14.10%0.00%
10.98%

Color #B0C3E3 in popluar number systems.

HEXB0C3E3
Decimal176195227
Binary101100001100001111100011
Octal260303343

Shades and tints

Shades of #B0C3E3

#B0C3E3
(176,195,227)
#A0B2CF
(160,178,207)
#90A1BB
(144,161,187)
#8090A7
(128,144,167)
#707F93
(112,127,147)
#606E7F
(96,110,127)
#505D6B
(80,93,107)
#404C57
(64,76,87)
#303B43
(48,59,67)
#202A2F
(32,42,47)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #B0C3E3

#B0C3E3
(176,195,227)
#B7C8E5
(183,200,229)
#BECDE7
(190,205,231)
#C5D2E9
(197,210,233)
#CCD7EB
(204,215,235)
#D3DCED
(211,220,237)
#DAE1EF
(218,225,239)
#E1E6F1
(225,230,241)
#E8EBF3
(232,235,243)
#EFF0F5
(239,240,245)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C3E3; }

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

This text font color is #B0C3E3.


Background Color

.myBgColor { background-color: #B0C3E3; }

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

This div background color is #B0C3E3.


Border color

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

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

This div border color is #B0C3E3.


Opacity

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

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

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

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

This text has shadow with #B0C3E3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B0C3E3 on black background.


Color preview on white background

This text has color #B0C3E3 on white background.



Black color preview on #B0C3E3 background

This text has black color on #B0C3E3 background.


White color preview on #B0C3E3 background

This text has white color on #B0C3E3 background.