COLOR #B3C1CC

HEX: #B3C1CC
RGB: (179,193,204)

Color info

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

RGB color model

#B3C1CC color RGB value is (179,193,204).

  • red value is 179;
  • green value is 193;
  • blue value is 204.
RGB:
(179,193,204)
(70%,76%,80%)

RGB channels and saturation

R 179 of 255 = 70%
G 193 of 255 = 76%
B 204 of 255 = 80%

179
193
204

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

Portions of RGB colors in percentages

R + G + B =
179 + 193 + 204 = 576 (100%)
R 179 of 576 ~ 31.08%
G 193 of 576 ~ 33.51%
B 204 of 576 ~ 35.42%

%31.08
%33.51
%35.42

CMYK color model

#B3C1CC color CMYK value is (12,5,0,20).

  • cyan value is 12.25%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,5,0,20)
C12M5Y0K20 
(12%,5%,0%,20%)
(0.12/0.05/0.00/0.20)	

CMYK percentages

%12.25
%5.39
%0
%20

Codes

Color #B3C1CC in popluar color models

B3C1CC
RGB179193204
HSL206°19.69%75.10%
HSB/HSV206°12.25%80.00%
CMYK12.25%5.39%0.00%
20.00%

Color #B3C1CC in popluar number systems.

HEXB3C1CC
Decimal179193204
Binary101100111100000111001100
Octal263301314

Shades and tints

Shades of #B3C1CC

#B3C1CC
(179,193,204)
#A3B0BA
(163,176,186)
#939FA8
(147,159,168)
#838E96
(131,142,150)
#737D84
(115,125,132)
#636C72
(99,108,114)
#535B60
(83,91,96)
#434A4E
(67,74,78)
#33393C
(51,57,60)
#23282A
(35,40,42)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #B3C1CC

#B3C1CC
(179,193,204)
#B9C6D0
(185,198,208)
#BFCBD4
(191,203,212)
#C5D0D8
(197,208,216)
#CBD5DC
(203,213,220)
#D1DAE0
(209,218,224)
#D7DFE4
(215,223,228)
#DDE4E8
(221,228,232)
#E3E9EC
(227,233,236)
#E9EEF0
(233,238,240)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C1CC color. Also use rgb(179,193,204) instead hex code.

Text Font Color

.myTextColor { color: #B3C1CC; }

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

This text font color is #B3C1CC.


Background Color

.myBgColor { background-color: #B3C1CC; }

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

This div background color is #B3C1CC.


Border color

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

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

This div border color is #B3C1CC.


Opacity

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

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

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

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

This text has shadow with #B3C1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C1CC on black background.


Color preview on white background

This text has color #B3C1CC on white background.



Black color preview on #B3C1CC background

This text has black color on #B3C1CC background.


White color preview on #B3C1CC background

This text has white color on #B3C1CC background.