COLOR #B2C3CF

HEX: #B2C3CF
RGB: (178,195,207)

Color info

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

RGB color model

#B2C3CF color RGB value is (178,195,207).

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

RGB channels and saturation

R 178 of 255 = 70%
G 195 of 255 = 76%
B 207 of 255 = 81%

178
195
207

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

Portions of RGB colors in percentages

R + G + B =
178 + 195 + 207 = 580 (100%)
R 178 of 580 ~ 30.69%
G 195 of 580 ~ 33.62%
B 207 of 580 ~ 35.69%

%30.69
%33.62
%35.69

CMYK color model

#B2C3CF color CMYK value is (14,6,0,19).

  • cyan value is 14.01%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(14,6,0,19)
C14M6Y0K19 
(14%,6%,0%,19%)
(0.14/0.06/0.00/0.19)	

CMYK percentages

%14.01
%5.8
%0
%18.82

Codes

Color #B2C3CF in popluar color models

B2C3CF
RGB178195207
HSL205°23.20%75.49%
HSB/HSV205°14.01%81.18%
CMYK14.01%5.80%0.00%
18.82%

Color #B2C3CF in popluar number systems.

HEXB2C3CF
Decimal178195207
Binary101100101100001111001111
Octal262303317

Shades and tints

Shades of #B2C3CF

#B2C3CF
(178,195,207)
#A2B2BD
(162,178,189)
#92A1AB
(146,161,171)
#829099
(130,144,153)
#727F87
(114,127,135)
#626E75
(98,110,117)
#525D63
(82,93,99)
#424C51
(66,76,81)
#323B3F
(50,59,63)
#222A2D
(34,42,45)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #B2C3CF

#B2C3CF
(178,195,207)
#B9C8D3
(185,200,211)
#C0CDD7
(192,205,215)
#C7D2DB
(199,210,219)
#CED7DF
(206,215,223)
#D5DCE3
(213,220,227)
#DCE1E7
(220,225,231)
#E3E6EB
(227,230,235)
#EAEBEF
(234,235,239)
#F1F0F3
(241,240,243)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C3CF; }

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

This text font color is #B2C3CF.


Background Color

.myBgColor { background-color: #B2C3CF; }

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

This div background color is #B2C3CF.


Border color

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

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

This div border color is #B2C3CF.


Opacity

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

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

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

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

This text has shadow with #B2C3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C3CF on black background.


Color preview on white background

This text has color #B2C3CF on white background.



Black color preview on #B2C3CF background

This text has black color on #B2C3CF background.


White color preview on #B2C3CF background

This text has white color on #B2C3CF background.