COLOR #B3C9CB

HEX: #B3C9CB
RGB: (179,201,203)

Color info

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

RGB color model

#B3C9CB color RGB value is (179,201,203).

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

RGB channels and saturation

R 179 of 255 = 70%
G 201 of 255 = 79%
B 203 of 255 = 80%

179
201
203

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

Portions of RGB colors in percentages

R + G + B =
179 + 201 + 203 = 583 (100%)
R 179 of 583 ~ 30.7%
G 201 of 583 ~ 34.48%
B 203 of 583 ~ 34.82%

%30.7
%34.48
%34.82

CMYK color model

#B3C9CB color CMYK value is (12,1,0,20).

  • cyan value is 11.82%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,1,0,20)
C12M1Y0K20 
(12%,1%,0%,20%)
(0.12/0.01/0.00/0.20)	

CMYK percentages

%11.82
%0.99
%0
%20.39

Codes

Color #B3C9CB in popluar color models

B3C9CB
RGB179201203
HSL185°18.75%74.90%
HSB/HSV185°11.82%79.61%
CMYK11.82%0.99%0.00%
20.39%

Color #B3C9CB in popluar number systems.

HEXB3C9CB
Decimal179201203
Binary101100111100100111001011
Octal263311313

Shades and tints

Shades of #B3C9CB

#B3C9CB
(179,201,203)
#A3B7B9
(163,183,185)
#93A5A7
(147,165,167)
#839395
(131,147,149)
#738183
(115,129,131)
#636F71
(99,111,113)
#535D5F
(83,93,95)
#434B4D
(67,75,77)
#33393B
(51,57,59)
#232729
(35,39,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #B3C9CB

#B3C9CB
(179,201,203)
#B9CDCF
(185,205,207)
#BFD1D3
(191,209,211)
#C5D5D7
(197,213,215)
#CBD9DB
(203,217,219)
#D1DDDF
(209,221,223)
#D7E1E3
(215,225,227)
#DDE5E7
(221,229,231)
#E3E9EB
(227,233,235)
#E9EDEF
(233,237,239)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3C9CB; }

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

This text font color is #B3C9CB.


Background Color

.myBgColor { background-color: #B3C9CB; }

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

This div background color is #B3C9CB.


Border color

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

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

This div border color is #B3C9CB.


Opacity

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

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

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

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

This text has shadow with #B3C9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3C9CB on black background.


Color preview on white background

This text has color #B3C9CB on white background.



Black color preview on #B3C9CB background

This text has black color on #B3C9CB background.


White color preview on #B3C9CB background

This text has white color on #B3C9CB background.