COLOR #B6B6CC

HEX: #B6B6CC RGB: (182,182,204)

Color info

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

RGB color model

#B6B6CC color RGB value is (182,182,204).

RGB: (182,182,204) (71%, 71%, 80%)

RGB channels and saturation

R 182 of 255 = 71%
G 182 of 255 = 71%
B 204 of 255 = 80%

182
182
204

R + G + B ~ 74%. #B6B6CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 182 + 204 = 568 (100%)
R 182 of 568 ~ 32.04%
G 182 of 568 ~ 32.04%
B 204 of 568 ~ 35.92'%

%32.04
%32.04
%35.92

CMYK color model

#B6B6CC color CMYK value is (11,11,0,20).

  • cyan value is 10.78%
  • magenta value is 10.78%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (11,11,0,20)
C11M11Y0K20 (11%, 11%, 0%, 20%)
(0.11 / 0.11 / 0.00 / 0.20)

CMYK percentages

%10.78
%10.78
%0
%20

Codes

Color #B6B6CC in popluar color models

B6 B6 CC
RGB 182 182 204
HSL 240° 17.74% 75.69%
HSB/HSV 240° 10.78% 80.00%
CMYK 10.78% 10.78% 0.00%
20.00%

Color #B6B6CC in popluar number systems.

HEX B6 B6 CC
Decimal 182 182 204
Binary 10110110 10110110 11001100
Octal 266 266 314

Shades and tints

Shades of #B6B6CC

#B6B6CC
(182,182,204)
#A6A6BA
(166,166,186)
#9696A8
(150,150,168)
#868696
(134,134,150)
#767684
(118,118,132)
#666672
(102,102,114)
#565660
(86,86,96)
#46464E
(70,70,78)
#36363C
(54,54,60)
#26262A
(38,38,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #B6B6CC

#B6B6CC
(182,182,204)
#BCBCD0
(188,188,208)
#C2C2D4
(194,194,212)
#C8C8D8
(200,200,216)
#CECEDC
(206,206,220)
#D4D4E0
(212,212,224)
#DADAE4
(218,218,228)
#E0E0E8
(224,224,232)
#E6E6EC
(230,230,236)
#ECECF0
(236,236,240)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B6CC; }

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

This text font color is #B6B6CC.

Background Color

.myBgColor { background-color: #B6B6CC; }

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

This div background color is #B6B6CC.

Border color

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

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

This div border color is #B6B6CC.

Opacity

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

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

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

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

This text has shadow with #B6B6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B6CC.

Preview

Color preview on black background

This text has color #B6B6CC on black background.


Color preview on white background

This text has color #B6B6CC on white background.


Black color preview on #B6B6CC background

This text has black color on #B6B6CC background.


White color preview on #B6B6CC background

This text has white color on #B6B6CC background.


Related colors

Complementary color

Complementary color for #hex is #494933.


I love getcolorcode.com