COLOR #B6C5CD

HEX: #B6C5CD
RGB: (182,197,205)

Color info

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

RGB color model

#B6C5CD color RGB value is (182,197,205).

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

RGB channels and saturation

R 182 of 255 = 71%
G 197 of 255 = 77%
B 205 of 255 = 80%

182
197
205

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

Portions of RGB colors in percentages

R + G + B =
182 + 197 + 205 = 584 (100%)
R 182 of 584 ~ 31.16%
G 197 of 584 ~ 33.73%
B 205 of 584 ~ 35.1%

%31.16
%33.73
%35.1

CMYK color model

#B6C5CD color CMYK value is (11,4,0,20).

  • cyan value is 11.22%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(11,4,0,20)
C11M4Y0K20 
(11%,4%,0%,20%)
(0.11/0.04/0.00/0.20)	

CMYK percentages

%11.22
%3.9
%0
%19.61

Codes

Color #B6C5CD in popluar color models

B6C5CD
RGB182197205
HSL201°18.70%75.88%
HSB/HSV201°11.22%80.39%
CMYK11.22%3.90%0.00%
19.61%

Color #B6C5CD in popluar number systems.

HEXB6C5CD
Decimal182197205
Binary101101101100010111001101
Octal266305315

Shades and tints

Shades of #B6C5CD

#B6C5CD
(182,197,205)
#A6B4BB
(166,180,187)
#96A3A9
(150,163,169)
#869297
(134,146,151)
#768185
(118,129,133)
#667073
(102,112,115)
#565F61
(86,95,97)
#464E4F
(70,78,79)
#363D3D
(54,61,61)
#262C2B
(38,44,43)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #B6C5CD

#B6C5CD
(182,197,205)
#BCCAD1
(188,202,209)
#C2CFD5
(194,207,213)
#C8D4D9
(200,212,217)
#CED9DD
(206,217,221)
#D4DEE1
(212,222,225)
#DAE3E5
(218,227,229)
#E0E8E9
(224,232,233)
#E6EDED
(230,237,237)
#ECF2F1
(236,242,241)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C5CD; }

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

This text font color is #B6C5CD.


Background Color

.myBgColor { background-color: #B6C5CD; }

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

This div background color is #B6C5CD.


Border color

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

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

This div border color is #B6C5CD.


Opacity

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

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

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

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

This text has shadow with #B6C5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C5CD on black background.


Color preview on white background

This text has color #B6C5CD on white background.



Black color preview on #B6C5CD background

This text has black color on #B6C5CD background.


White color preview on #B6C5CD background

This text has white color on #B6C5CD background.