COLOR #B6BBD2

HEX: #B6BBD2
RGB: (182,187,210)

Color info

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

RGB color model

#B6BBD2 color RGB value is (182,187,210).

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

RGB channels and saturation

R 182 of 255 = 71%
G 187 of 255 = 73%
B 210 of 255 = 82%

182
187
210

R + G + B ~ 75%. #B6BBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 187 + 210 = 579 (100%)
R 182 of 579 ~ 31.43%
G 187 of 579 ~ 32.3%
B 210 of 579 ~ 36.27%

%31.43
%32.3
%36.27

CMYK color model

#B6BBD2 color CMYK value is (13,11,0,18).

  • cyan value is 13.33%
  • magenta value is 10.95%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(13,11,0,18)
C13M11Y0K18 
(13%,11%,0%,18%)
(0.13/0.11/0.00/0.18)	

CMYK percentages

%13.33
%10.95
%0
%17.65

Codes

Color #B6BBD2 in popluar color models

B6BBD2
RGB182187210
HSL229°23.73%76.86%
HSB/HSV229°13.33%82.35%
CMYK13.33%10.95%0.00%
17.65%

Color #B6BBD2 in popluar number systems.

HEXB6BBD2
Decimal182187210
Binary101101101011101111010010
Octal266273322

Shades and tints

Shades of #B6BBD2

#B6BBD2
(182,187,210)
#A6AABF
(166,170,191)
#9699AC
(150,153,172)
#868899
(134,136,153)
#767786
(118,119,134)
#666673
(102,102,115)
#565560
(86,85,96)
#46444D
(70,68,77)
#36333A
(54,51,58)
#262227
(38,34,39)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #B6BBD2

#B6BBD2
(182,187,210)
#BCC1D6
(188,193,214)
#C2C7DA
(194,199,218)
#C8CDDE
(200,205,222)
#CED3E2
(206,211,226)
#D4D9E6
(212,217,230)
#DADFEA
(218,223,234)
#E0E5EE
(224,229,238)
#E6EBF2
(230,235,242)
#ECF1F6
(236,241,246)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BBD2; }

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

This text font color is #B6BBD2.


Background Color

.myBgColor { background-color: #B6BBD2; }

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

This div background color is #B6BBD2.


Border color

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

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

This div border color is #B6BBD2.


Opacity

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

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

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

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

This text has shadow with #B6BBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6BBD2 on black background.


Color preview on white background

This text has color #B6BBD2 on white background.



Black color preview on #B6BBD2 background

This text has black color on #B6BBD2 background.


White color preview on #B6BBD2 background

This text has white color on #B6BBD2 background.