COLOR #B6C6CC

HEX: #B6C6CC RGB: (182,198,204)

Color info

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

RGB color model

#B6C6CC color RGB value is (182,198,204).

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

RGB channels and saturation

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

182
198
204

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

Portions of RGB colors in percentages

R + G + B = 182 + 198 + 204 = 584 (100%)
R 182 of 584 ~ 31.16%
G 198 of 584 ~ 33.9%
B 204 of 584 ~ 34.93'%

%31.16
%33.9
%34.93

CMYK color model

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

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

CMYK: (11,3,0,20)
C11M3Y0K20 (11%, 3%, 0%, 20%)
(0.11 / 0.03 / 0.00 / 0.20)

CMYK percentages

%10.78
%2.94
%0
%20

Codes

Color #B6C6CC in popluar color models

B6 C6 CC
RGB 182 198 204
HSL 196° 17.74% 75.69%
HSB/HSV 196° 10.78% 80.00%
CMYK 10.78% 2.94% 0.00%
20.00%

Color #B6C6CC in popluar number systems.

HEX B6 C6 CC
Decimal 182 198 204
Binary 10110110 11000110 11001100
Octal 266 306 314

Shades and tints

Shades of #B6C6CC

#B6C6CC
(182,198,204)
#A6B4BA
(166,180,186)
#96A2A8
(150,162,168)
#869096
(134,144,150)
#767E84
(118,126,132)
#666C72
(102,108,114)
#565A60
(86,90,96)
#46484E
(70,72,78)
#36363C
(54,54,60)
#26242A
(38,36,42)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #B6C6CC

#B6C6CC
(182,198,204)
#BCCBD0
(188,203,208)
#C2D0D4
(194,208,212)
#C8D5D8
(200,213,216)
#CEDADC
(206,218,220)
#D4DFE0
(212,223,224)
#DAE4E4
(218,228,228)
#E0E9E8
(224,233,232)
#E6EEEC
(230,238,236)
#ECF3F0
(236,243,240)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C6CC; }

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

This text font color is #B6C6CC.

Background Color

.myBgColor { background-color: #B6C6CC; }

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

This div background color is #B6C6CC.

Border color

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

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

This div border color is #B6C6CC.

Opacity

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

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

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

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

This text has shadow with #B6C6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C6CC.

Preview

Color preview on black background

This text has color #B6C6CC on black background.


Color preview on white background

This text has color #B6C6CC on white background.


Black color preview on #B6C6CC background

This text has black color on #B6C6CC background.


White color preview on #B6C6CC background

This text has white color on #B6C6CC background.


Related colors

Complementary color

Complementary color for #hex is #493933.


I love getcolorcode.com

Triadic colors

1 #CCB6C6 and #C6CCB6 with #B6C6CC are triadic colors.

2 #CCC6B6 and #C6B6CC with #B6C6CC are triadic colors.