COLOR #B6BBE6

HEX: #B6BBE6
RGB: (182,187,230)

Color info

#B6BBE6 contains red, green and blue colors in about the same proportion. Web safe color of #B6BBE6 is #CCCCCC (or #CCC).

RGB color model

#B6BBE6 color RGB value is (182,187,230).

  • red value is 182;
  • green value is 187;
  • blue value is 230.
RGB:
(182,187,230)
(71%,73%,90%)

RGB channels and saturation

R 182 of 255 = 71%
G 187 of 255 = 73%
B 230 of 255 = 90%

182
187
230

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

Portions of RGB colors in percentages

R + G + B =
182 + 187 + 230 = 599 (100%)
R 182 of 599 ~ 30.38%
G 187 of 599 ~ 31.22%
B 230 of 599 ~ 38.4%

%30.38
%31.22
%38.4

CMYK color model

#B6BBE6 color CMYK value is (21,19,0,10).

  • cyan value is 20.87%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(21,19,0,10)
C21M19Y0K10 
(21%,19%,0%,10%)
(0.21/0.19/0.00/0.10)	

CMYK percentages

%20.87
%18.7
%0
%9.8

Codes

Color #B6BBE6 in popluar color models

B6BBE6
RGB182187230
HSL234°48.98%80.78%
HSB/HSV234°20.87%90.20%
CMYK20.87%18.70%0.00%
9.80%

Color #B6BBE6 in popluar number systems.

HEXB6BBE6
Decimal182187230
Binary101101101011101111100110
Octal266273346

Shades and tints

Shades of #B6BBE6

#B6BBE6
(182,187,230)
#A6AAD2
(166,170,210)
#9699BE
(150,153,190)
#8688AA
(134,136,170)
#767796
(118,119,150)
#666682
(102,102,130)
#56556E
(86,85,110)
#46445A
(70,68,90)
#363346
(54,51,70)
#262232
(38,34,50)
#16111E
(22,17,30)
#000000
(0,0,0)

Tints of #B6BBE6

#B6BBE6
(182,187,230)
#BCC1E8
(188,193,232)
#C2C7EA
(194,199,234)
#C8CDEC
(200,205,236)
#CED3EE
(206,211,238)
#D4D9F0
(212,217,240)
#DADFF2
(218,223,242)
#E0E5F4
(224,229,244)
#E6EBF6
(230,235,246)
#ECF1F8
(236,241,248)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6BBE6 color. Also use rgb(182,187,230) instead hex code.

Text Font Color

.myTextColor { color: #B6BBE6; }

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

This text font color is #B6BBE6.


Background Color

.myBgColor { background-color: #B6BBE6; }

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

This div background color is #B6BBE6.


Border color

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

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

This div border color is #B6BBE6.


Opacity

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

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

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

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

This text has shadow with #B6BBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BBE6 on black background.


Color preview on white background

This text has color #B6BBE6 on white background.



Black color preview on #B6BBE6 background

This text has black color on #B6BBE6 background.


White color preview on #B6BBE6 background

This text has white color on #B6BBE6 background.