COLOR #B3BEBC

HEX: #B3BEBC
RGB: (179,190,188)

Color info

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

RGB color model

#B3BEBC color RGB value is (179,190,188).

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

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 188 of 255 = 74%

179
190
188

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

Portions of RGB colors in percentages

R + G + B =
179 + 190 + 188 = 557 (100%)
R 179 of 557 ~ 32.14%
G 190 of 557 ~ 34.11%
B 188 of 557 ~ 33.75%

%32.14
%34.11
%33.75

CMYK color model

#B3BEBC color CMYK value is (6,0,1,25).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(6,0,1,25)
C6M0Y1K25 
(6%,0%,1%,25%)
(0.06/0.00/0.01/0.25)	

CMYK percentages

%5.79
%0
%1.05
%25.49

Codes

Color #B3BEBC in popluar color models

B3BEBC
RGB179190188
HSL169°7.80%72.35%
HSB/HSV169°5.79%74.51%
CMYK5.79%0.00%1.05%
25.49%

Color #B3BEBC in popluar number systems.

HEXB3BEBC
Decimal179190188
Binary101100111011111010111100
Octal263276274

Shades and tints

Shades of #B3BEBC

#B3BEBC
(179,190,188)
#A3ADAB
(163,173,171)
#939C9A
(147,156,154)
#838B89
(131,139,137)
#737A78
(115,122,120)
#636967
(99,105,103)
#535856
(83,88,86)
#434745
(67,71,69)
#333634
(51,54,52)
#232523
(35,37,35)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #B3BEBC

#B3BEBC
(179,190,188)
#B9C3C2
(185,195,194)
#BFC8C8
(191,200,200)
#C5CDCE
(197,205,206)
#CBD2D4
(203,210,212)
#D1D7DA
(209,215,218)
#D7DCE0
(215,220,224)
#DDE1E6
(221,225,230)
#E3E6EC
(227,230,236)
#E9EBF2
(233,235,242)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BEBC; }

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

This text font color is #B3BEBC.


Background Color

.myBgColor { background-color: #B3BEBC; }

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

This div background color is #B3BEBC.


Border color

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

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

This div border color is #B3BEBC.


Opacity

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

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

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

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

This text has shadow with #B3BEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BEBC on black background.


Color preview on white background

This text has color #B3BEBC on white background.



Black color preview on #B3BEBC background

This text has black color on #B3BEBC background.


White color preview on #B3BEBC background

This text has white color on #B3BEBC background.