COLOR #B3C1C8

HEX: #B3C1C8
RGB: (179,193,200)

Color info

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

RGB color model

#B3C1C8 color RGB value is (179,193,200).

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

RGB channels and saturation

R 179 of 255 = 70%
G 193 of 255 = 76%
B 200 of 255 = 78%

179
193
200

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

Portions of RGB colors in percentages

R + G + B =
179 + 193 + 200 = 572 (100%)
R 179 of 572 ~ 31.29%
G 193 of 572 ~ 33.74%
B 200 of 572 ~ 34.97%

%31.29
%33.74
%34.97

CMYK color model

#B3C1C8 color CMYK value is (11,4,0,22).

  • cyan value is 10.50%
  • magenta value is 3.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(11,4,0,22)
C11M4Y0K22 
(11%,4%,0%,22%)
(0.11/0.04/0.00/0.22)	

CMYK percentages

%10.5
%3.5
%0
%21.57

Codes

Color #B3C1C8 in popluar color models

B3C1C8
RGB179193200
HSL200°16.03%74.31%
HSB/HSV200°10.50%78.43%
CMYK10.50%3.50%0.00%
21.57%

Color #B3C1C8 in popluar number systems.

HEXB3C1C8
Decimal179193200
Binary101100111100000111001000
Octal263301310

Shades and tints

Shades of #B3C1C8

#B3C1C8
(179,193,200)
#A3B0B6
(163,176,182)
#939FA4
(147,159,164)
#838E92
(131,142,146)
#737D80
(115,125,128)
#636C6E
(99,108,110)
#535B5C
(83,91,92)
#434A4A
(67,74,74)
#333938
(51,57,56)
#232826
(35,40,38)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #B3C1C8

#B3C1C8
(179,193,200)
#B9C6CD
(185,198,205)
#BFCBD2
(191,203,210)
#C5D0D7
(197,208,215)
#CBD5DC
(203,213,220)
#D1DAE1
(209,218,225)
#D7DFE6
(215,223,230)
#DDE4EB
(221,228,235)
#E3E9F0
(227,233,240)
#E9EEF5
(233,238,245)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C1C8; }

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

This text font color is #B3C1C8.


Background Color

.myBgColor { background-color: #B3C1C8; }

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

This div background color is #B3C1C8.


Border color

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

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

This div border color is #B3C1C8.


Opacity

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

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

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

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

This text has shadow with #B3C1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C1C8 on black background.


Color preview on white background

This text has color #B3C1C8 on white background.



Black color preview on #B3C1C8 background

This text has black color on #B3C1C8 background.


White color preview on #B3C1C8 background

This text has white color on #B3C1C8 background.