COLOR #B3BFCB

HEX: #B3BFCB
RGB: (179,191,203)

Color info

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

RGB color model

#B3BFCB color RGB value is (179,191,203).

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

RGB channels and saturation

R 179 of 255 = 70%
G 191 of 255 = 75%
B 203 of 255 = 80%

179
191
203

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

Portions of RGB colors in percentages

R + G + B =
179 + 191 + 203 = 573 (100%)
R 179 of 573 ~ 31.24%
G 191 of 573 ~ 33.33%
B 203 of 573 ~ 35.43%

%31.24
%33.33
%35.43

CMYK color model

#B3BFCB color CMYK value is (12,6,0,20).

  • cyan value is 11.82%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,6,0,20)
C12M6Y0K20 
(12%,6%,0%,20%)
(0.12/0.06/0.00/0.20)	

CMYK percentages

%11.82
%5.91
%0
%20.39

Codes

Color #B3BFCB in popluar color models

B3BFCB
RGB179191203
HSL210°18.75%74.90%
HSB/HSV210°11.82%79.61%
CMYK11.82%5.91%0.00%
20.39%

Color #B3BFCB in popluar number systems.

HEXB3BFCB
Decimal179191203
Binary101100111011111111001011
Octal263277313

Shades and tints

Shades of #B3BFCB

#B3BFCB
(179,191,203)
#A3AEB9
(163,174,185)
#939DA7
(147,157,167)
#838C95
(131,140,149)
#737B83
(115,123,131)
#636A71
(99,106,113)
#53595F
(83,89,95)
#43484D
(67,72,77)
#33373B
(51,55,59)
#232629
(35,38,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #B3BFCB

#B3BFCB
(179,191,203)
#B9C4CF
(185,196,207)
#BFC9D3
(191,201,211)
#C5CED7
(197,206,215)
#CBD3DB
(203,211,219)
#D1D8DF
(209,216,223)
#D7DDE3
(215,221,227)
#DDE2E7
(221,226,231)
#E3E7EB
(227,231,235)
#E9ECEF
(233,236,239)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BFCB; }

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

This text font color is #B3BFCB.


Background Color

.myBgColor { background-color: #B3BFCB; }

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

This div background color is #B3BFCB.


Border color

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

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

This div border color is #B3BFCB.


Opacity

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

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

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

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

This text has shadow with #B3BFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BFCB on black background.


Color preview on white background

This text has color #B3BFCB on white background.



Black color preview on #B3BFCB background

This text has black color on #B3BFCB background.


White color preview on #B3BFCB background

This text has white color on #B3BFCB background.