COLOR #B6BBCB

HEX: #B6BBCB RGB: (182,187,203)

Color info

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

RGB color model

#B6BBCB color RGB value is (182,187,203).

RGB: (182,187,203) (71%, 73%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 187 of 255 = 73%
B 203 of 255 = 80%

182
187
203

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

Portions of RGB colors in percentages

R + G + B = 182 + 187 + 203 = 572 (100%)
R 182 of 572 ~ 31.82%
G 187 of 572 ~ 32.69%
B 203 of 572 ~ 35.49'%

%31.82
%32.69
%35.49

CMYK color model

#B6BBCB color CMYK value is (10,8,0,20).

  • cyan value is 10.34%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (10,8,0,20) C10M8Y0K20 (10%,8%,0%,20%) (0.10/0.08/0.00/0.20) 

CMYK percentages

%10.34
%7.88
%0
%20.39

Codes

Color #B6BBCB in popluar color models

B6 BB CB
RGB 182 187 203
HSL 226° 16.80% 75.49%
HSB/HSV 226° 10.34% 79.61%
CMYK 10.34% 7.88% 0.00%
20.39%

Color #B6BBCB in popluar number systems.

HEX B6 BB CB
Decimal 182 187 203
Binary 10110110 10111011 11001011
Octal 266 273 313

Shades and tints

Shades of #B6BBCB

#B6BBCB
(182,187,203)
#A6AAB9
(166,170,185)
#9699A7
(150,153,167)
#868895
(134,136,149)
#767783
(118,119,131)
#666671
(102,102,113)
#56555F
(86,85,95)
#46444D
(70,68,77)
#36333B
(54,51,59)
#262229
(38,34,41)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #B6BBCB

#B6BBCB
(182,187,203)
#BCC1CF
(188,193,207)
#C2C7D3
(194,199,211)
#C8CDD7
(200,205,215)
#CED3DB
(206,211,219)
#D4D9DF
(212,217,223)
#DADFE3
(218,223,227)
#E0E5E7
(224,229,231)
#E6EBEB
(230,235,235)
#ECF1EF
(236,241,239)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6BBCB; }

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

This text font color is #B6BBCB.

Background Color

.myBgColor { background-color: #B6BBCB; }

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

This div background color is #B6BBCB.

Border color

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

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

This div border color is #B6BBCB.

Opacity

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

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

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

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

This text has shadow with #B6BBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6BBCB.

Preview

Color preview on black background

This text has color #B6BBCB on black background.


Color preview on white background

This text has color #B6BBCB on white background.


Black color preview on #B6BBCB background

This text has black color on #B6BBCB background.


White color preview on #B6BBCB background

This text has white color on #B6BBCB background.


Related colors

Complementary color

Complementary color for #hex is #494434.


I love getcolorcode.com

Triadic colors

1 #CBB6BB and #BBCBB6 with #B6BBCB are triadic colors.

2 #CBBBB6 and #BBB6CB with #B6BBCB are triadic colors.