COLOR #B3B5BE

HEX: #B3B5BE RGB: (179,181,190)

Color info

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

RGB color model

#B3B5BE color RGB value is (179,181,190).

RGB: (179,181,190) (70%, 71%, 75%)

RGB channels and saturation

R 179 of 255 = 70%
G 181 of 255 = 71%
B 190 of 255 = 75%

179
181
190

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

Portions of RGB colors in percentages

R + G + B = 179 + 181 + 190 = 550 (100%)
R 179 of 550 ~ 32.55%
G 181 of 550 ~ 32.91%
B 190 of 550 ~ 34.55'%

%32.55
%32.91
%34.55

CMYK color model

#B3B5BE color CMYK value is (6,5,0,25).

  • cyan value is 5.79%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (6,5,0,25)
C6M5Y0K25 (6%, 5%, 0%, 25%)
(0.06 / 0.05 / 0.00 / 0.25)

CMYK percentages

%5.79
%4.74
%0
%25.49

Codes

Color #B3B5BE in popluar color models

B3 B5 BE
RGB 179 181 190
HSL 229° 7.80% 72.35%
HSB/HSV 229° 5.79% 74.51%
CMYK 5.79% 4.74% 0.00%
25.49%

Color #B3B5BE in popluar number systems.

HEX B3 B5 BE
Decimal 179 181 190
Binary 10110011 10110101 10111110
Octal 263 265 276

Shades and tints

Shades of #B3B5BE

#B3B5BE
(179,181,190)
#A3A5AD
(163,165,173)
#93959C
(147,149,156)
#83858B
(131,133,139)
#73757A
(115,117,122)
#636569
(99,101,105)
#535558
(83,85,88)
#434547
(67,69,71)
#333536
(51,53,54)
#232525
(35,37,37)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #B3B5BE

#B3B5BE
(179,181,190)
#B9BBC3
(185,187,195)
#BFC1C8
(191,193,200)
#C5C7CD
(197,199,205)
#CBCDD2
(203,205,210)
#D1D3D7
(209,211,215)
#D7D9DC
(215,217,220)
#DDDFE1
(221,223,225)
#E3E5E6
(227,229,230)
#E9EBEB
(233,235,235)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3B5BE; }

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

This text font color is #B3B5BE.

Background Color

.myBgColor { background-color: #B3B5BE; }

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

This div background color is #B3B5BE.

Border color

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

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

This div border color is #B3B5BE.

Opacity

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

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

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

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

This text has shadow with #B3B5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3B5BE.

Preview

Color preview on black background

This text has color #B3B5BE on black background.


Color preview on white background

This text has color #B3B5BE on white background.


Black color preview on #B3B5BE background

This text has black color on #B3B5BE background.


White color preview on #B3B5BE background

This text has white color on #B3B5BE background.


Related colors

Complementary color

Complementary color for #hex is #4C4A41.


I love getcolorcode.com

Triadic colors

1 #BEB3B5 and #B5BEB3 with #B3B5BE are triadic colors.

2 #BEB5B3 and #B5B3BE with #B3B5BE are triadic colors.