COLOR #B6C2CC

HEX: #B6C2CC
RGB: (182,194,204)

Color info

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

RGB color model

#B6C2CC color RGB value is (182,194,204).

  • red value is 182;
  • green value is 194;
  • blue value is 204.
RGB:
(182,194,204)
(71%,76%,80%)

RGB channels and saturation

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

182
194
204

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

Portions of RGB colors in percentages

R + G + B =
182 + 194 + 204 = 580 (100%)
R 182 of 580 ~ 31.38%
G 194 of 580 ~ 33.45%
B 204 of 580 ~ 35.17%

%31.38
%33.45
%35.17

CMYK color model

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

  • cyan value is 10.78%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(11,5,0,20)
C11M5Y0K20 
(11%,5%,0%,20%)
(0.11/0.05/0.00/0.20)	

CMYK percentages

%10.78
%4.9
%0
%20

Codes

Color #B6C2CC in popluar color models

B6C2CC
RGB182194204
HSL207°17.74%75.69%
HSB/HSV207°10.78%80.00%
CMYK10.78%4.90%0.00%
20.00%

Color #B6C2CC in popluar number systems.

HEXB6C2CC
Decimal182194204
Binary101101101100001011001100
Octal266302314

Shades and tints

Shades of #B6C2CC

#B6C2CC
(182,194,204)
#A6B1BA
(166,177,186)
#96A0A8
(150,160,168)
#868F96
(134,143,150)
#767E84
(118,126,132)
#666D72
(102,109,114)
#565C60
(86,92,96)
#464B4E
(70,75,78)
#363A3C
(54,58,60)
#26292A
(38,41,42)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #B6C2CC

#B6C2CC
(182,194,204)
#BCC7D0
(188,199,208)
#C2CCD4
(194,204,212)
#C8D1D8
(200,209,216)
#CED6DC
(206,214,220)
#D4DBE0
(212,219,224)
#DAE0E4
(218,224,228)
#E0E5E8
(224,229,232)
#E6EAEC
(230,234,236)
#ECEFF0
(236,239,240)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C2CC; }

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

This text font color is #B6C2CC.


Background Color

.myBgColor { background-color: #B6C2CC; }

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

This div background color is #B6C2CC.


Border color

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

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

This div border color is #B6C2CC.


Opacity

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

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

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

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

This text has shadow with #B6C2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C2CC on black background.


Color preview on white background

This text has color #B6C2CC on white background.



Black color preview on #B6C2CC background

This text has black color on #B6C2CC background.


White color preview on #B6C2CC background

This text has white color on #B6C2CC background.