COLOR #B0B6E0

HEX: #B0B6E0
RGB: (176,182,224)

Color info

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

RGB color model

#B0B6E0 color RGB value is (176,182,224).

  • red value is 176;
  • green value is 182;
  • blue value is 224.
RGB:
(176,182,224)
(69%,71%,88%)

RGB channels and saturation

R 176 of 255 = 69%
G 182 of 255 = 71%
B 224 of 255 = 88%

176
182
224

R + G + B ~ 76%. #B0B6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 182 + 224 = 582 (100%)
R 176 of 582 ~ 30.24%
G 182 of 582 ~ 31.27%
B 224 of 582 ~ 38.49%

%30.24
%31.27
%38.49

CMYK color model

#B0B6E0 color CMYK value is (21,19,0,12).

  • cyan value is 21.43%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(21,19,0,12)
C21M19Y0K12 
(21%,19%,0%,12%)
(0.21/0.19/0.00/0.12)	

CMYK percentages

%21.43
%18.75
%0
%12.16

Codes

Color #B0B6E0 in popluar color models

B0B6E0
RGB176182224
HSL233°43.64%78.43%
HSB/HSV233°21.43%87.84%
CMYK21.43%18.75%0.00%
12.16%

Color #B0B6E0 in popluar number systems.

HEXB0B6E0
Decimal176182224
Binary101100001011011011100000
Octal260266340

Shades and tints

Shades of #B0B6E0

#B0B6E0
(176,182,224)
#A0A6CC
(160,166,204)
#9096B8
(144,150,184)
#8086A4
(128,134,164)
#707690
(112,118,144)
#60667C
(96,102,124)
#505668
(80,86,104)
#404654
(64,70,84)
#303640
(48,54,64)
#20262C
(32,38,44)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #B0B6E0

#B0B6E0
(176,182,224)
#B7BCE2
(183,188,226)
#BEC2E4
(190,194,228)
#C5C8E6
(197,200,230)
#CCCEE8
(204,206,232)
#D3D4EA
(211,212,234)
#DADAEC
(218,218,236)
#E1E0EE
(225,224,238)
#E8E6F0
(232,230,240)
#EFECF2
(239,236,242)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B6E0 color. Also use rgb(176,182,224) instead hex code.

Text Font Color

.myTextColor { color: #B0B6E0; }

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

This text font color is #B0B6E0.


Background Color

.myBgColor { background-color: #B0B6E0; }

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

This div background color is #B0B6E0.


Border color

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

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

This div border color is #B0B6E0.


Opacity

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

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

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

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

This text has shadow with #B0B6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B6E0 on black background.


Color preview on white background

This text has color #B0B6E0 on white background.



Black color preview on #B0B6E0 background

This text has black color on #B0B6E0 background.


White color preview on #B0B6E0 background

This text has white color on #B0B6E0 background.