COLOR #B0B3EA

HEX: #B0B3EA
RGB: (176,179,234)

Color info

#B0B3EA contains red, green and blue colors in about the same proportion. Web safe color of #B0B3EA is #9999FF (or #99F).

RGB color model

#B0B3EA color RGB value is (176,179,234).

  • red value is 176;
  • green value is 179;
  • blue value is 234.
RGB:
(176,179,234)
(69%,70%,92%)

RGB channels and saturation

R 176 of 255 = 69%
G 179 of 255 = 70%
B 234 of 255 = 92%

176
179
234

R + G + B ~ 77%. #B0B3EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 179 + 234 = 589 (100%)
R 176 of 589 ~ 29.88%
G 179 of 589 ~ 30.39%
B 234 of 589 ~ 39.73%

%29.88
%30.39
%39.73

CMYK color model

#B0B3EA color CMYK value is (25,24,0,8).

  • cyan value is 24.79%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(25,24,0,8)
C25M24Y0K8 
(25%,24%,0%,8%)
(0.25/0.24/0.00/0.08)	

CMYK percentages

%24.79
%23.5
%0
%8.24

Codes

Color #B0B3EA in popluar color models

B0B3EA
RGB176179234
HSL237°58.00%80.39%
HSB/HSV237°24.79%91.76%
CMYK24.79%23.50%0.00%
8.24%

Color #B0B3EA in popluar number systems.

HEXB0B3EA
Decimal176179234
Binary101100001011001111101010
Octal260263352

Shades and tints

Shades of #B0B3EA

#B0B3EA
(176,179,234)
#A0A3D5
(160,163,213)
#9093C0
(144,147,192)
#8083AB
(128,131,171)
#707396
(112,115,150)
#606381
(96,99,129)
#50536C
(80,83,108)
#404357
(64,67,87)
#303342
(48,51,66)
#20232D
(32,35,45)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #B0B3EA

#B0B3EA
(176,179,234)
#B7B9EB
(183,185,235)
#BEBFEC
(190,191,236)
#C5C5ED
(197,197,237)
#CCCBEE
(204,203,238)
#D3D1EF
(211,209,239)
#DAD7F0
(218,215,240)
#E1DDF1
(225,221,241)
#E8E3F2
(232,227,242)
#EFE9F3
(239,233,243)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B3EA color. Also use rgb(176,179,234) instead hex code.

Text Font Color

.myTextColor { color: #B0B3EA; }

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

This text font color is #B0B3EA.


Background Color

.myBgColor { background-color: #B0B3EA; }

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

This div background color is #B0B3EA.


Border color

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

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

This div border color is #B0B3EA.


Opacity

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

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

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

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

This text has shadow with #B0B3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B3EA on black background.


Color preview on white background

This text has color #B0B3EA on white background.



Black color preview on #B0B3EA background

This text has black color on #B0B3EA background.


White color preview on #B0B3EA background

This text has white color on #B0B3EA background.