COLOR #B3BEB8

HEX: #B3BEB8
RGB: (179,190,184)

Color info

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

RGB color model

#B3BEB8 color RGB value is (179,190,184).

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

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 184 of 255 = 72%

179
190
184

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

Portions of RGB colors in percentages

R + G + B =
179 + 190 + 184 = 553 (100%)
R 179 of 553 ~ 32.37%
G 190 of 553 ~ 34.36%
B 184 of 553 ~ 33.27%

%32.37
%34.36
%33.27

CMYK color model

#B3BEB8 color CMYK value is (6,0,3,25).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(6,0,3,25)
C6M0Y3K25 
(6%,0%,3%,25%)
(0.06/0.00/0.03/0.25)	

CMYK percentages

%5.79
%0
%3.16
%25.49

Codes

Color #B3BEB8 in popluar color models

B3BEB8
RGB179190184
HSL147°7.80%72.35%
HSB/HSV147°5.79%74.51%
CMYK5.79%0.00%3.16%
25.49%

Color #B3BEB8 in popluar number systems.

HEXB3BEB8
Decimal179190184
Binary101100111011111010111000
Octal263276270

Shades and tints

Shades of #B3BEB8

#B3BEB8
(179,190,184)
#A3ADA8
(163,173,168)
#939C98
(147,156,152)
#838B88
(131,139,136)
#737A78
(115,122,120)
#636968
(99,105,104)
#535858
(83,88,88)
#434748
(67,71,72)
#333638
(51,54,56)
#232528
(35,37,40)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #B3BEB8

#B3BEB8
(179,190,184)
#B9C3BE
(185,195,190)
#BFC8C4
(191,200,196)
#C5CDCA
(197,205,202)
#CBD2D0
(203,210,208)
#D1D7D6
(209,215,214)
#D7DCDC
(215,220,220)
#DDE1E2
(221,225,226)
#E3E6E8
(227,230,232)
#E9EBEE
(233,235,238)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BEB8; }

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

This text font color is #B3BEB8.


Background Color

.myBgColor { background-color: #B3BEB8; }

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

This div background color is #B3BEB8.


Border color

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

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

This div border color is #B3BEB8.


Opacity

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

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

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

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

This text has shadow with #B3BEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BEB8 on black background.


Color preview on white background

This text has color #B3BEB8 on white background.



Black color preview on #B3BEB8 background

This text has black color on #B3BEB8 background.


White color preview on #B3BEB8 background

This text has white color on #B3BEB8 background.