COLOR #B6C5CF

HEX: #B6C5CF
RGB: (182,197,207)

Color info

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

RGB color model

#B6C5CF color RGB value is (182,197,207).

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

RGB channels and saturation

R 182 of 255 = 71%
G 197 of 255 = 77%
B 207 of 255 = 81%

182
197
207

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

Portions of RGB colors in percentages

R + G + B =
182 + 197 + 207 = 586 (100%)
R 182 of 586 ~ 31.06%
G 197 of 586 ~ 33.62%
B 207 of 586 ~ 35.32%

%31.06
%33.62
%35.32

CMYK color model

#B6C5CF color CMYK value is (12,5,0,19).

  • cyan value is 12.08%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(12,5,0,19)
C12M5Y0K19 
(12%,5%,0%,19%)
(0.12/0.05/0.00/0.19)	

CMYK percentages

%12.08
%4.83
%0
%18.82

Codes

Color #B6C5CF in popluar color models

B6C5CF
RGB182197207
HSL204°20.66%76.27%
HSB/HSV204°12.08%81.18%
CMYK12.08%4.83%0.00%
18.82%

Color #B6C5CF in popluar number systems.

HEXB6C5CF
Decimal182197207
Binary101101101100010111001111
Octal266305317

Shades and tints

Shades of #B6C5CF

#B6C5CF
(182,197,207)
#A6B4BD
(166,180,189)
#96A3AB
(150,163,171)
#869299
(134,146,153)
#768187
(118,129,135)
#667075
(102,112,117)
#565F63
(86,95,99)
#464E51
(70,78,81)
#363D3F
(54,61,63)
#262C2D
(38,44,45)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #B6C5CF

#B6C5CF
(182,197,207)
#BCCAD3
(188,202,211)
#C2CFD7
(194,207,215)
#C8D4DB
(200,212,219)
#CED9DF
(206,217,223)
#D4DEE3
(212,222,227)
#DAE3E7
(218,227,231)
#E0E8EB
(224,232,235)
#E6EDEF
(230,237,239)
#ECF2F3
(236,242,243)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C5CF; }

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

This text font color is #B6C5CF.


Background Color

.myBgColor { background-color: #B6C5CF; }

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

This div background color is #B6C5CF.


Border color

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

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

This div border color is #B6C5CF.


Opacity

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

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

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

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

This text has shadow with #B6C5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C5CF on black background.


Color preview on white background

This text has color #B6C5CF on white background.



Black color preview on #B6C5CF background

This text has black color on #B6C5CF background.


White color preview on #B6C5CF background

This text has white color on #B6C5CF background.