COLOR #B3C1C5

HEX: #B3C1C5
RGB: (179,193,197)

Color info

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

RGB color model

#B3C1C5 color RGB value is (179,193,197).

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

RGB channels and saturation

R 179 of 255 = 70%
G 193 of 255 = 76%
B 197 of 255 = 77%

179
193
197

R + G + B ~ 74%. #B3C1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 193 + 197 = 569 (100%)
R 179 of 569 ~ 31.46%
G 193 of 569 ~ 33.92%
B 197 of 569 ~ 34.62%

%31.46
%33.92
%34.62

CMYK color model

#B3C1C5 color CMYK value is (9,2,0,23).

  • cyan value is 9.14%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(9,2,0,23)
C9M2Y0K23 
(9%,2%,0%,23%)
(0.09/0.02/0.00/0.23)	

CMYK percentages

%9.14
%2.03
%0
%22.75

Codes

Color #B3C1C5 in popluar color models

B3C1C5
RGB179193197
HSL193°13.43%73.73%
HSB/HSV193°9.14%77.25%
CMYK9.14%2.03%0.00%
22.75%

Color #B3C1C5 in popluar number systems.

HEXB3C1C5
Decimal179193197
Binary101100111100000111000101
Octal263301305

Shades and tints

Shades of #B3C1C5

#B3C1C5
(179,193,197)
#A3B0B4
(163,176,180)
#939FA3
(147,159,163)
#838E92
(131,142,146)
#737D81
(115,125,129)
#636C70
(99,108,112)
#535B5F
(83,91,95)
#434A4E
(67,74,78)
#33393D
(51,57,61)
#23282C
(35,40,44)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #B3C1C5

#B3C1C5
(179,193,197)
#B9C6CA
(185,198,202)
#BFCBCF
(191,203,207)
#C5D0D4
(197,208,212)
#CBD5D9
(203,213,217)
#D1DADE
(209,218,222)
#D7DFE3
(215,223,227)
#DDE4E8
(221,228,232)
#E3E9ED
(227,233,237)
#E9EEF2
(233,238,242)
#EFF3F7
(239,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C1C5; }

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

This text font color is #B3C1C5.


Background Color

.myBgColor { background-color: #B3C1C5; }

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

This div background color is #B3C1C5.


Border color

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

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

This div border color is #B3C1C5.


Opacity

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

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

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

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

This text has shadow with #B3C1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C1C5 on black background.


Color preview on white background

This text has color #B3C1C5 on white background.



Black color preview on #B3C1C5 background

This text has black color on #B3C1C5 background.


White color preview on #B3C1C5 background

This text has white color on #B3C1C5 background.