COLOR #B2C3CA

HEX: #B2C3CA
RGB: (178,195,202)

Color info

#B2C3CA contains red, green and blue colors in about the same proportion. Web safe color of #B2C3CA is #99CCCC (or #9CC).

RGB color model

#B2C3CA color RGB value is (178,195,202).

  • red value is 178;
  • green value is 195;
  • blue value is 202.
RGB:
(178,195,202)
(70%,76%,79%)

RGB channels and saturation

R 178 of 255 = 70%
G 195 of 255 = 76%
B 202 of 255 = 79%

178
195
202

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

Portions of RGB colors in percentages

R + G + B =
178 + 195 + 202 = 575 (100%)
R 178 of 575 ~ 30.96%
G 195 of 575 ~ 33.91%
B 202 of 575 ~ 35.13%

%30.96
%33.91
%35.13

CMYK color model

#B2C3CA color CMYK value is (12,3,0,21).

  • cyan value is 11.88%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(12,3,0,21)
C12M3Y0K21 
(12%,3%,0%,21%)
(0.12/0.03/0.00/0.21)	

CMYK percentages

%11.88
%3.47
%0
%20.78

Codes

Color #B2C3CA in popluar color models

B2C3CA
RGB178195202
HSL198°18.46%74.51%
HSB/HSV198°11.88%79.22%
CMYK11.88%3.47%0.00%
20.78%

Color #B2C3CA in popluar number systems.

HEXB2C3CA
Decimal178195202
Binary101100101100001111001010
Octal262303312

Shades and tints

Shades of #B2C3CA

#B2C3CA
(178,195,202)
#A2B2B8
(162,178,184)
#92A1A6
(146,161,166)
#829094
(130,144,148)
#727F82
(114,127,130)
#626E70
(98,110,112)
#525D5E
(82,93,94)
#424C4C
(66,76,76)
#323B3A
(50,59,58)
#222A28
(34,42,40)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #B2C3CA

#B2C3CA
(178,195,202)
#B9C8CE
(185,200,206)
#C0CDD2
(192,205,210)
#C7D2D6
(199,210,214)
#CED7DA
(206,215,218)
#D5DCDE
(213,220,222)
#DCE1E2
(220,225,226)
#E3E6E6
(227,230,230)
#EAEBEA
(234,235,234)
#F1F0EE
(241,240,238)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C3CA; }

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

This text font color is #B2C3CA.


Background Color

.myBgColor { background-color: #B2C3CA; }

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

This div background color is #B2C3CA.


Border color

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

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

This div border color is #B2C3CA.


Opacity

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

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

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

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

This text has shadow with #B2C3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C3CA on black background.


Color preview on white background

This text has color #B2C3CA on white background.



Black color preview on #B2C3CA background

This text has black color on #B2C3CA background.


White color preview on #B2C3CA background

This text has white color on #B2C3CA background.