COLOR #B3BDCB

HEX: #B3BDCB
RGB: (179,189,203)

Color info

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

RGB color model

#B3BDCB color RGB value is (179,189,203).

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

RGB channels and saturation

R 179 of 255 = 70%
G 189 of 255 = 74%
B 203 of 255 = 80%

179
189
203

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

Portions of RGB colors in percentages

R + G + B =
179 + 189 + 203 = 571 (100%)
R 179 of 571 ~ 31.35%
G 189 of 571 ~ 33.1%
B 203 of 571 ~ 35.55%

%31.35
%33.1
%35.55

CMYK color model

#B3BDCB color CMYK value is (12,7,0,20).

  • cyan value is 11.82%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(12,7,0,20)
C12M7Y0K20 
(12%,7%,0%,20%)
(0.12/0.07/0.00/0.20)	

CMYK percentages

%11.82
%6.9
%0
%20.39

Codes

Color #B3BDCB in popluar color models

B3BDCB
RGB179189203
HSL215°18.75%74.90%
HSB/HSV215°11.82%79.61%
CMYK11.82%6.90%0.00%
20.39%

Color #B3BDCB in popluar number systems.

HEXB3BDCB
Decimal179189203
Binary101100111011110111001011
Octal263275313

Shades and tints

Shades of #B3BDCB

#B3BDCB
(179,189,203)
#A3ACB9
(163,172,185)
#939BA7
(147,155,167)
#838A95
(131,138,149)
#737983
(115,121,131)
#636871
(99,104,113)
#53575F
(83,87,95)
#43464D
(67,70,77)
#33353B
(51,53,59)
#232429
(35,36,41)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #B3BDCB

#B3BDCB
(179,189,203)
#B9C3CF
(185,195,207)
#BFC9D3
(191,201,211)
#C5CFD7
(197,207,215)
#CBD5DB
(203,213,219)
#D1DBDF
(209,219,223)
#D7E1E3
(215,225,227)
#DDE7E7
(221,231,231)
#E3EDEB
(227,237,235)
#E9F3EF
(233,243,239)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BDCB; }

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

This text font color is #B3BDCB.


Background Color

.myBgColor { background-color: #B3BDCB; }

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

This div background color is #B3BDCB.


Border color

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

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

This div border color is #B3BDCB.


Opacity

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

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

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

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

This text has shadow with #B3BDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BDCB on black background.


Color preview on white background

This text has color #B3BDCB on white background.



Black color preview on #B3BDCB background

This text has black color on #B3BDCB background.


White color preview on #B3BDCB background

This text has white color on #B3BDCB background.