COLOR #B0B9EF

HEX: #B0B9EF
RGB: (176,185,239)

Color info

#B0B9EF contains mainly green and blue colors. Web safe color of #B0B9EF is #99CCFF (or #9CF).

RGB color model

#B0B9EF color RGB value is (176,185,239).

  • red value is 176;
  • green value is 185;
  • blue value is 239.
RGB:
(176,185,239)
(69%,73%,94%)

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 239 of 255 = 94%

176
185
239

R + G + B ~ 79%. #B0B9EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 185 + 239 = 600 (100%)
R 176 of 600 ~ 29.33%
G 185 of 600 ~ 30.83%
B 239 of 600 ~ 39.83%

%29.33
%30.83
%39.83

CMYK color model

#B0B9EF color CMYK value is (26,23,0,6).

  • cyan value is 26.36%
  • magenta value is 22.59%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(26,23,0,6)
C26M23Y0K6 
(26%,23%,0%,6%)
(0.26/0.23/0.00/0.06)	

CMYK percentages

%26.36
%22.59
%0
%6.27

Codes

Color #B0B9EF in popluar color models

B0B9EF
RGB176185239
HSL231°66.32%81.37%
HSB/HSV231°26.36%93.73%
CMYK26.36%22.59%0.00%
6.27%

Color #B0B9EF in popluar number systems.

HEXB0B9EF
Decimal176185239
Binary101100001011100111101111
Octal260271357

Shades and tints

Shades of #B0B9EF

#B0B9EF
(176,185,239)
#A0A9DA
(160,169,218)
#9099C5
(144,153,197)
#8089B0
(128,137,176)
#70799B
(112,121,155)
#606986
(96,105,134)
#505971
(80,89,113)
#40495C
(64,73,92)
#303947
(48,57,71)
#202932
(32,41,50)
#10191D
(16,25,29)
#000000
(0,0,0)

Tints of #B0B9EF

#B0B9EF
(176,185,239)
#B7BFF0
(183,191,240)
#BEC5F1
(190,197,241)
#C5CBF2
(197,203,242)
#CCD1F3
(204,209,243)
#D3D7F4
(211,215,244)
#DADDF5
(218,221,245)
#E1E3F6
(225,227,246)
#E8E9F7
(232,233,247)
#EFEFF8
(239,239,248)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B9EF color. Also use rgb(176,185,239) instead hex code.

Text Font Color

.myTextColor { color: #B0B9EF; }

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

This text font color is #B0B9EF.


Background Color

.myBgColor { background-color: #B0B9EF; }

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

This div background color is #B0B9EF.


Border color

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

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

This div border color is #B0B9EF.


Opacity

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

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

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

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

This text has shadow with #B0B9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B9EF on black background.


Color preview on white background

This text has color #B0B9EF on white background.



Black color preview on #B0B9EF background

This text has black color on #B0B9EF background.


White color preview on #B0B9EF background

This text has white color on #B0B9EF background.