COLOR #B6C1CA

HEX: #B6C1CA
RGB: (182,193,202)

Color info

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

RGB color model

#B6C1CA color RGB value is (182,193,202).

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

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 202 of 255 = 79%

182
193
202

R + G + B ~ 75%. #B6C1CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 193 + 202 = 577 (100%)
R 182 of 577 ~ 31.54%
G 193 of 577 ~ 33.45%
B 202 of 577 ~ 35.01%

%31.54
%33.45
%35.01

CMYK color model

#B6C1CA color CMYK value is (10,4,0,21).

  • cyan value is 9.90%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(10,4,0,21)
C10M4Y0K21 
(10%,4%,0%,21%)
(0.10/0.04/0.00/0.21)	

CMYK percentages

%9.9
%4.46
%0
%20.78

Codes

Color #B6C1CA in popluar color models

B6C1CA
RGB182193202
HSL207°15.87%75.29%
HSB/HSV207°9.90%79.22%
CMYK9.90%4.46%0.00%
20.78%

Color #B6C1CA in popluar number systems.

HEXB6C1CA
Decimal182193202
Binary101101101100000111001010
Octal266301312

Shades and tints

Shades of #B6C1CA

#B6C1CA
(182,193,202)
#A6B0B8
(166,176,184)
#969FA6
(150,159,166)
#868E94
(134,142,148)
#767D82
(118,125,130)
#666C70
(102,108,112)
#565B5E
(86,91,94)
#464A4C
(70,74,76)
#36393A
(54,57,58)
#262828
(38,40,40)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #B6C1CA

#B6C1CA
(182,193,202)
#BCC6CE
(188,198,206)
#C2CBD2
(194,203,210)
#C8D0D6
(200,208,214)
#CED5DA
(206,213,218)
#D4DADE
(212,218,222)
#DADFE2
(218,223,226)
#E0E4E6
(224,228,230)
#E6E9EA
(230,233,234)
#ECEEEE
(236,238,238)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C1CA; }

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

This text font color is #B6C1CA.


Background Color

.myBgColor { background-color: #B6C1CA; }

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

This div background color is #B6C1CA.


Border color

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

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

This div border color is #B6C1CA.


Opacity

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

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

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

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

This text has shadow with #B6C1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C1CA on black background.


Color preview on white background

This text has color #B6C1CA on white background.



Black color preview on #B6C1CA background

This text has black color on #B6C1CA background.


White color preview on #B6C1CA background

This text has white color on #B6C1CA background.