COLOR #B3C6CB

HEX: #B3C6CB
RGB: (179,198,203)

Color info

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

RGB color model

#B3C6CB color RGB value is (179,198,203).

  • red value is 179;
  • green value is 198;
  • blue value is 203.
RGB:
(179,198,203)
(70%,78%,80%)

RGB channels and saturation

R 179 of 255 = 70%
G 198 of 255 = 78%
B 203 of 255 = 80%

179
198
203

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

Portions of RGB colors in percentages

R + G + B =
179 + 198 + 203 = 580 (100%)
R 179 of 580 ~ 30.86%
G 198 of 580 ~ 34.14%
B 203 of 580 ~ 35%

%30.86
%34.14
%35

CMYK color model

#B3C6CB color CMYK value is (12,2,0,20).

  • cyan value is 11.82%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,2,0,20)
C12M2Y0K20 
(12%,2%,0%,20%)
(0.12/0.02/0.00/0.20)	

CMYK percentages

%11.82
%2.46
%0
%20.39

Codes

Color #B3C6CB in popluar color models

B3C6CB
RGB179198203
HSL193°18.75%74.90%
HSB/HSV193°11.82%79.61%
CMYK11.82%2.46%0.00%
20.39%

Color #B3C6CB in popluar number systems.

HEXB3C6CB
Decimal179198203
Binary101100111100011011001011
Octal263306313

Shades and tints

Shades of #B3C6CB

#B3C6CB
(179,198,203)
#A3B4B9
(163,180,185)
#93A2A7
(147,162,167)
#839095
(131,144,149)
#737E83
(115,126,131)
#636C71
(99,108,113)
#535A5F
(83,90,95)
#43484D
(67,72,77)
#33363B
(51,54,59)
#232429
(35,36,41)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #B3C6CB

#B3C6CB
(179,198,203)
#B9CBCF
(185,203,207)
#BFD0D3
(191,208,211)
#C5D5D7
(197,213,215)
#CBDADB
(203,218,219)
#D1DFDF
(209,223,223)
#D7E4E3
(215,228,227)
#DDE9E7
(221,233,231)
#E3EEEB
(227,238,235)
#E9F3EF
(233,243,239)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3C6CB color. Also use rgb(179,198,203) instead hex code.

Text Font Color

.myTextColor { color: #B3C6CB; }

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

This text font color is #B3C6CB.


Background Color

.myBgColor { background-color: #B3C6CB; }

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

This div background color is #B3C6CB.


Border color

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

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

This div border color is #B3C6CB.


Opacity

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

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

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

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

This text has shadow with #B3C6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C6CB on black background.


Color preview on white background

This text has color #B3C6CB on white background.



Black color preview on #B3C6CB background

This text has black color on #B3C6CB background.


White color preview on #B3C6CB background

This text has white color on #B3C6CB background.