COLOR #B0B4EF

HEX: #B0B4EF
RGB: (176,180,239)

Color info

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

RGB color model

#B0B4EF color RGB value is (176,180,239).

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

RGB channels and saturation

R 176 of 255 = 69%
G 180 of 255 = 71%
B 239 of 255 = 94%

176
180
239

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

Portions of RGB colors in percentages

R + G + B =
176 + 180 + 239 = 595 (100%)
R 176 of 595 ~ 29.58%
G 180 of 595 ~ 30.25%
B 239 of 595 ~ 40.17%

%29.58
%30.25
%40.17

CMYK color model

#B0B4EF color CMYK value is (26,25,0,6).

  • cyan value is 26.36%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(26,25,0,6)
C26M25Y0K6 
(26%,25%,0%,6%)
(0.26/0.25/0.00/0.06)	

CMYK percentages

%26.36
%24.69
%0
%6.27

Codes

Color #B0B4EF in popluar color models

B0B4EF
RGB176180239
HSL236°66.32%81.37%
HSB/HSV236°26.36%93.73%
CMYK26.36%24.69%0.00%
6.27%

Color #B0B4EF in popluar number systems.

HEXB0B4EF
Decimal176180239
Binary101100001011010011101111
Octal260264357

Shades and tints

Shades of #B0B4EF

#B0B4EF
(176,180,239)
#A0A4DA
(160,164,218)
#9094C5
(144,148,197)
#8084B0
(128,132,176)
#70749B
(112,116,155)
#606486
(96,100,134)
#505471
(80,84,113)
#40445C
(64,68,92)
#303447
(48,52,71)
#202432
(32,36,50)
#10141D
(16,20,29)
#000000
(0,0,0)

Tints of #B0B4EF

#B0B4EF
(176,180,239)
#B7BAF0
(183,186,240)
#BEC0F1
(190,192,241)
#C5C6F2
(197,198,242)
#CCCCF3
(204,204,243)
#D3D2F4
(211,210,244)
#DAD8F5
(218,216,245)
#E1DEF6
(225,222,246)
#E8E4F7
(232,228,247)
#EFEAF8
(239,234,248)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B4EF; }

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

This text font color is #B0B4EF.


Background Color

.myBgColor { background-color: #B0B4EF; }

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

This div background color is #B0B4EF.


Border color

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

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

This div border color is #B0B4EF.


Opacity

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

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

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

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

This text has shadow with #B0B4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B4EF on black background.


Color preview on white background

This text has color #B0B4EF on white background.



Black color preview on #B0B4EF background

This text has black color on #B0B4EF background.


White color preview on #B0B4EF background

This text has white color on #B0B4EF background.