COLOR #B6C3CA

HEX: #B6C3CA RGB: (182,195,202)

Color info

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

RGB color model

#B6C3CA color RGB value is (182,195,202).

RGB: (182,195,202) (71%, 76%, 79%)

RGB channels and saturation

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

182
195
202

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

Portions of RGB colors in percentages

R + G + B = 182 + 195 + 202 = 579 (100%)
R 182 of 579 ~ 31.43%
G 195 of 579 ~ 33.68%
B 202 of 579 ~ 34.89'%

%31.43
%33.68
%34.89

CMYK color model

#B6C3CA color CMYK value is (10,3,0,21).

  • cyan value is 9.90%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (10,3,0,21)
C10M3Y0K21 (10%, 3%, 0%, 21%)
(0.10 / 0.03 / 0.00 / 0.21)

CMYK percentages

%9.9
%3.47
%0
%20.78

Codes

Color #B6C3CA in popluar color models

B6 C3 CA
RGB 182 195 202
HSL 201° 15.87% 75.29%
HSB/HSV 201° 9.90% 79.22%
CMYK 9.90% 3.47% 0.00%
20.78%

Color #B6C3CA in popluar number systems.

HEX B6 C3 CA
Decimal 182 195 202
Binary 10110110 11000011 11001010
Octal 266 303 312

Shades and tints

Shades of #B6C3CA

#B6C3CA
(182,195,202)
#A6B2B8
(166,178,184)
#96A1A6
(150,161,166)
#869094
(134,144,148)
#767F82
(118,127,130)
#666E70
(102,110,112)
#565D5E
(86,93,94)
#464C4C
(70,76,76)
#363B3A
(54,59,58)
#262A28
(38,42,40)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #B6C3CA

#B6C3CA
(182,195,202)
#BCC8CE
(188,200,206)
#C2CDD2
(194,205,210)
#C8D2D6
(200,210,214)
#CED7DA
(206,215,218)
#D4DCDE
(212,220,222)
#DAE1E2
(218,225,226)
#E0E6E6
(224,230,230)
#E6EBEA
(230,235,234)
#ECF0EE
(236,240,238)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C3CA; }

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

This text font color is #B6C3CA.

Background Color

.myBgColor { background-color: #B6C3CA; }

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

This div background color is #B6C3CA.

Border color

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

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

This div border color is #B6C3CA.

Opacity

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

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

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

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

This text has shadow with #B6C3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C3CA.

Preview

Color preview on black background

This text has color #B6C3CA on black background.


Color preview on white background

This text has color #B6C3CA on white background.


Black color preview on #B6C3CA background

This text has black color on #B6C3CA background.


White color preview on #B6C3CA background

This text has white color on #B6C3CA background.


Related colors

Complementary color

Complementary color for #hex is #493C35.


I love getcolorcode.com

Triadic colors

1 #CAB6C3 and #C3CAB6 with #B6C3CA are triadic colors.

2 #CAC3B6 and #C3B6CA with #B6C3CA are triadic colors.