COLOR #B6B8CC

HEX: #B6B8CC RGB: (182,184,204)

Color info

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

RGB color model

#B6B8CC color RGB value is (182,184,204).

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

RGB channels and saturation

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

182
184
204

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

Portions of RGB colors in percentages

R + G + B = 182 + 184 + 204 = 570 (100%)
R 182 of 570 ~ 31.93%
G 184 of 570 ~ 32.28%
B 204 of 570 ~ 35.79'%

%31.93
%32.28
%35.79

CMYK color model

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

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

CMYK: (11,10,0,20)
C11M10Y0K20 (11%, 10%, 0%, 20%)
(0.11 / 0.10 / 0.00 / 0.20)

CMYK percentages

%10.78
%9.8
%0
%20

Codes

Color #B6B8CC in popluar color models

B6 B8 CC
RGB 182 184 204
HSL 235° 17.74% 75.69%
HSB/HSV 235° 10.78% 80.00%
CMYK 10.78% 9.80% 0.00%
20.00%

Color #B6B8CC in popluar number systems.

HEX B6 B8 CC
Decimal 182 184 204
Binary 10110110 10111000 11001100
Octal 266 270 314

Shades and tints

Shades of #B6B8CC

#B6B8CC
(182,184,204)
#A6A8BA
(166,168,186)
#9698A8
(150,152,168)
#868896
(134,136,150)
#767884
(118,120,132)
#666872
(102,104,114)
#565860
(86,88,96)
#46484E
(70,72,78)
#36383C
(54,56,60)
#26282A
(38,40,42)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #B6B8CC

#B6B8CC
(182,184,204)
#BCBED0
(188,190,208)
#C2C4D4
(194,196,212)
#C8CAD8
(200,202,216)
#CED0DC
(206,208,220)
#D4D6E0
(212,214,224)
#DADCE4
(218,220,228)
#E0E2E8
(224,226,232)
#E6E8EC
(230,232,236)
#ECEEF0
(236,238,240)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6B8CC; }

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

This text font color is #B6B8CC.

Background Color

.myBgColor { background-color: #B6B8CC; }

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

This div background color is #B6B8CC.

Border color

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

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

This div border color is #B6B8CC.

Opacity

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

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

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

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

This text has shadow with #B6B8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6B8CC.

Preview

Color preview on black background

This text has color #B6B8CC on black background.


Color preview on white background

This text has color #B6B8CC on white background.


Black color preview on #B6B8CC background

This text has black color on #B6B8CC background.


White color preview on #B6B8CC background

This text has white color on #B6B8CC background.


Related colors

Complementary color

Complementary color for #hex is #494733.


I love getcolorcode.com

Triadic colors

1 #CCB6B8 and #B8CCB6 with #B6B8CC are triadic colors.

2 #CCB8B6 and #B8B6CC with #B6B8CC are triadic colors.