COLOR #B3B0C3

HEX: #B3B0C3
RGB: (179,176,195)

Color info

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

RGB color model

#B3B0C3 color RGB value is (179,176,195).

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

RGB channels and saturation

R 179 of 255 = 70%
G 176 of 255 = 69%
B 195 of 255 = 76%

179
176
195

R + G + B ~ 72%. #B3B0C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 176 + 195 = 550 (100%)
R 179 of 550 ~ 32.55%
G 176 of 550 ~ 32%
B 195 of 550 ~ 35.45%

%32.55
%32
%35.45

CMYK color model

#B3B0C3 color CMYK value is (8,10,0,24).

  • cyan value is 8.21%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (8,10,0,24) C8M10Y0K24 (8%,10%,0%,24%) (0.08/0.10/0.00/0.24)

CMYK percentages

%8.21
%9.74
%0
%23.53

Codes

Color #B3B0C3 in popluar color models

B3B0C3
RGB179176195
HSL249°13.67%72.75%
HSB/HSV249°9.74%76.47%
CMYK8.21%9.74%0.00%
23.53%

Color #B3B0C3 in popluar number systems.

HEXB3B0C3
Decimal179176195
Binary101100111011000011000011
Octal263260303

Shades and tints

Shades of #B3B0C3

#B3B0C3
(179,176,195)
#A3A0B2
(163,160,178)
#9390A1
(147,144,161)
#838090
(131,128,144)
#73707F
(115,112,127)
#63606E
(99,96,110)
#53505D
(83,80,93)
#43404C
(67,64,76)
#33303B
(51,48,59)
#23202A
(35,32,42)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #B3B0C3

#B3B0C3
(179,176,195)
#B9B7C8
(185,183,200)
#BFBECD
(191,190,205)
#C5C5D2
(197,197,210)
#CBCCD7
(203,204,215)
#D1D3DC
(209,211,220)
#D7DAE1
(215,218,225)
#DDE1E6
(221,225,230)
#E3E8EB
(227,232,235)
#E9EFF0
(233,239,240)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B0C3; }

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

This text font color is #B3B0C3.


Background Color

.myBgColor { background-color: #B3B0C3; }

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

This div background color is #B3B0C3.


Border color

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

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

This div border color is #B3B0C3.


Opacity

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

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

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

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

This text has shadow with #B3B0C3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B3B0C3 on black background.


Color preview on white background

This text has color #B3B0C3 on white background.



Black color preview on #B3B0C3 background

This text has black color on #B3B0C3 background.


White color preview on #B3B0C3 background

This text has white color on #B3B0C3 background.