COLOR #B3BCC3

HEX: #B3BCC3
RGB: (179,188,195)

Color info

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

RGB color model

#B3BCC3 color RGB value is (179,188,195).

  • red value is 179;
  • green value is 188;
  • blue value is 195.
RGB:
(179,188,195)
(70%,74%,76%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 195 of 255 = 76%

179
188
195

R + G + B ~ 73%. #B3BCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 188 + 195 = 562 (100%)
R 179 of 562 ~ 31.85%
G 188 of 562 ~ 33.45%
B 195 of 562 ~ 34.7%

%31.85
%33.45
%34.7

CMYK color model

#B3BCC3 color CMYK value is (8,4,0,24).

  • cyan value is 8.21%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(8,4,0,24)
C8M4Y0K24 
(8%,4%,0%,24%)
(0.08/0.04/0.00/0.24)	

CMYK percentages

%8.21
%3.59
%0
%23.53

Codes

Color #B3BCC3 in popluar color models

B3BCC3
RGB179188195
HSL206°11.76%73.33%
HSB/HSV206°8.21%76.47%
CMYK8.21%3.59%0.00%
23.53%

Color #B3BCC3 in popluar number systems.

HEXB3BCC3
Decimal179188195
Binary101100111011110011000011
Octal263274303

Shades and tints

Shades of #B3BCC3

#B3BCC3
(179,188,195)
#A3ABB2
(163,171,178)
#939AA1
(147,154,161)
#838990
(131,137,144)
#73787F
(115,120,127)
#63676E
(99,103,110)
#53565D
(83,86,93)
#43454C
(67,69,76)
#33343B
(51,52,59)
#23232A
(35,35,42)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #B3BCC3

#B3BCC3
(179,188,195)
#B9C2C8
(185,194,200)
#BFC8CD
(191,200,205)
#C5CED2
(197,206,210)
#CBD4D7
(203,212,215)
#D1DADC
(209,218,220)
#D7E0E1
(215,224,225)
#DDE6E6
(221,230,230)
#E3ECEB
(227,236,235)
#E9F2F0
(233,242,240)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BCC3 color. Also use rgb(179,188,195) instead hex code.

Text Font Color

.myTextColor { color: #B3BCC3; }

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

This text font color is #B3BCC3.


Background Color

.myBgColor { background-color: #B3BCC3; }

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

This div background color is #B3BCC3.


Border color

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

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

This div border color is #B3BCC3.


Opacity

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

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

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

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

This text has shadow with #B3BCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BCC3 on black background.


Color preview on white background

This text has color #B3BCC3 on white background.



Black color preview on #B3BCC3 background

This text has black color on #B3BCC3 background.


White color preview on #B3BCC3 background

This text has white color on #B3BCC3 background.