COLOR #B6C1CF

HEX: #B6C1CF
RGB: (182,193,207)

Color info

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

RGB color model

#B6C1CF color RGB value is (182,193,207).

  • red value is 182;
  • green value is 193;
  • blue value is 207.
RGB:
(182,193,207)
(71%,76%,81%)

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 207 of 255 = 81%

182
193
207

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

Portions of RGB colors in percentages

R + G + B =
182 + 193 + 207 = 582 (100%)
R 182 of 582 ~ 31.27%
G 193 of 582 ~ 33.16%
B 207 of 582 ~ 35.57%

%31.27
%33.16
%35.57

CMYK color model

#B6C1CF color CMYK value is (12,7,0,19).

  • cyan value is 12.08%
  • magenta value is 6.76%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(12,7,0,19)
C12M7Y0K19 
(12%,7%,0%,19%)
(0.12/0.07/0.00/0.19)	

CMYK percentages

%12.08
%6.76
%0
%18.82

Codes

Color #B6C1CF in popluar color models

B6C1CF
RGB182193207
HSL214°20.66%76.27%
HSB/HSV214°12.08%81.18%
CMYK12.08%6.76%0.00%
18.82%

Color #B6C1CF in popluar number systems.

HEXB6C1CF
Decimal182193207
Binary101101101100000111001111
Octal266301317

Shades and tints

Shades of #B6C1CF

#B6C1CF
(182,193,207)
#A6B0BD
(166,176,189)
#969FAB
(150,159,171)
#868E99
(134,142,153)
#767D87
(118,125,135)
#666C75
(102,108,117)
#565B63
(86,91,99)
#464A51
(70,74,81)
#36393F
(54,57,63)
#26282D
(38,40,45)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #B6C1CF

#B6C1CF
(182,193,207)
#BCC6D3
(188,198,211)
#C2CBD7
(194,203,215)
#C8D0DB
(200,208,219)
#CED5DF
(206,213,223)
#D4DAE3
(212,218,227)
#DADFE7
(218,223,231)
#E0E4EB
(224,228,235)
#E6E9EF
(230,233,239)
#ECEEF3
(236,238,243)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C1CF; }

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

This text font color is #B6C1CF.


Background Color

.myBgColor { background-color: #B6C1CF; }

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

This div background color is #B6C1CF.


Border color

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

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

This div border color is #B6C1CF.


Opacity

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

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

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

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

This text has shadow with #B6C1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C1CF on black background.


Color preview on white background

This text has color #B6C1CF on white background.



Black color preview on #B6C1CF background

This text has black color on #B6C1CF background.


White color preview on #B6C1CF background

This text has white color on #B6C1CF background.