COLOR #B6C2CA

HEX: #B6C2CA
RGB: (182,194,202)

Color info

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

RGB color model

#B6C2CA color RGB value is (182,194,202).

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

RGB channels and saturation

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

182
194
202

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

Portions of RGB colors in percentages

R + G + B =
182 + 194 + 202 = 578 (100%)
R 182 of 578 ~ 31.49%
G 194 of 578 ~ 33.56%
B 202 of 578 ~ 34.95%

%31.49
%33.56
%34.95

CMYK color model

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

  • cyan value is 9.90%
  • magenta value is 3.96%
  • 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
%3.96
%0
%20.78

Codes

Color #B6C2CA in popluar color models

B6C2CA
RGB182194202
HSL204°15.87%75.29%
HSB/HSV204°9.90%79.22%
CMYK9.90%3.96%0.00%
20.78%

Color #B6C2CA in popluar number systems.

HEXB6C2CA
Decimal182194202
Binary101101101100001011001010
Octal266302312

Shades and tints

Shades of #B6C2CA

#B6C2CA
(182,194,202)
#A6B1B8
(166,177,184)
#96A0A6
(150,160,166)
#868F94
(134,143,148)
#767E82
(118,126,130)
#666D70
(102,109,112)
#565C5E
(86,92,94)
#464B4C
(70,75,76)
#363A3A
(54,58,58)
#262928
(38,41,40)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #B6C2CA

#B6C2CA
(182,194,202)
#BCC7CE
(188,199,206)
#C2CCD2
(194,204,210)
#C8D1D6
(200,209,214)
#CED6DA
(206,214,218)
#D4DBDE
(212,219,222)
#DAE0E2
(218,224,226)
#E0E5E6
(224,229,230)
#E6EAEA
(230,234,234)
#ECEFEE
(236,239,238)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C2CA; }

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

This text font color is #B6C2CA.


Background Color

.myBgColor { background-color: #B6C2CA; }

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

This div background color is #B6C2CA.


Border color

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

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

This div border color is #B6C2CA.


Opacity

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

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

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

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

This text has shadow with #B6C2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C2CA on black background.


Color preview on white background

This text has color #B6C2CA on white background.



Black color preview on #B6C2CA background

This text has black color on #B6C2CA background.


White color preview on #B6C2CA background

This text has white color on #B6C2CA background.