COLOR #B6BBD7

HEX: #B6BBD7
RGB: (182,187,215)

Color info

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

RGB color model

#B6BBD7 color RGB value is (182,187,215).

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

RGB channels and saturation

R 182 of 255 = 71%
G 187 of 255 = 73%
B 215 of 255 = 84%

182
187
215

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

Portions of RGB colors in percentages

R + G + B =
182 + 187 + 215 = 584 (100%)
R 182 of 584 ~ 31.16%
G 187 of 584 ~ 32.02%
B 215 of 584 ~ 36.82%

%31.16
%32.02
%36.82

CMYK color model

#B6BBD7 color CMYK value is (15,13,0,16).

  • cyan value is 15.35%
  • magenta value is 13.02%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(15,13,0,16)
C15M13Y0K16 
(15%,13%,0%,16%)
(0.15/0.13/0.00/0.16)	

CMYK percentages

%15.35
%13.02
%0
%15.69

Codes

Color #B6BBD7 in popluar color models

B6BBD7
RGB182187215
HSL231°29.20%77.84%
HSB/HSV231°15.35%84.31%
CMYK15.35%13.02%0.00%
15.69%

Color #B6BBD7 in popluar number systems.

HEXB6BBD7
Decimal182187215
Binary101101101011101111010111
Octal266273327

Shades and tints

Shades of #B6BBD7

#B6BBD7
(182,187,215)
#A6AAC4
(166,170,196)
#9699B1
(150,153,177)
#86889E
(134,136,158)
#76778B
(118,119,139)
#666678
(102,102,120)
#565565
(86,85,101)
#464452
(70,68,82)
#36333F
(54,51,63)
#26222C
(38,34,44)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #B6BBD7

#B6BBD7
(182,187,215)
#BCC1DA
(188,193,218)
#C2C7DD
(194,199,221)
#C8CDE0
(200,205,224)
#CED3E3
(206,211,227)
#D4D9E6
(212,217,230)
#DADFE9
(218,223,233)
#E0E5EC
(224,229,236)
#E6EBEF
(230,235,239)
#ECF1F2
(236,241,242)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BBD7; }

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

This text font color is #B6BBD7.


Background Color

.myBgColor { background-color: #B6BBD7; }

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

This div background color is #B6BBD7.


Border color

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

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

This div border color is #B6BBD7.


Opacity

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

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

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

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

This text has shadow with #B6BBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BBD7 on black background.


Color preview on white background

This text has color #B6BBD7 on white background.



Black color preview on #B6BBD7 background

This text has black color on #B6BBD7 background.


White color preview on #B6BBD7 background

This text has white color on #B6BBD7 background.