COLOR #B3BEC7

HEX: #B3BEC7
RGB: (179,190,199)

Color info

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

RGB color model

#B3BEC7 color RGB value is (179,190,199).

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

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 199 of 255 = 78%

179
190
199

R + G + B ~ 74%. #B3BEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 190 + 199 = 568 (100%)
R 179 of 568 ~ 31.51%
G 190 of 568 ~ 33.45%
B 199 of 568 ~ 35.04%

%31.51
%33.45
%35.04

CMYK color model

#B3BEC7 color CMYK value is (10,5,0,22).

  • cyan value is 10.05%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(10,5,0,22)
C10M5Y0K22 
(10%,5%,0%,22%)
(0.10/0.05/0.00/0.22)	

CMYK percentages

%10.05
%4.52
%0
%21.96

Codes

Color #B3BEC7 in popluar color models

B3BEC7
RGB179190199
HSL207°15.15%74.12%
HSB/HSV207°10.05%78.04%
CMYK10.05%4.52%0.00%
21.96%

Color #B3BEC7 in popluar number systems.

HEXB3BEC7
Decimal179190199
Binary101100111011111011000111
Octal263276307

Shades and tints

Shades of #B3BEC7

#B3BEC7
(179,190,199)
#A3ADB5
(163,173,181)
#939CA3
(147,156,163)
#838B91
(131,139,145)
#737A7F
(115,122,127)
#63696D
(99,105,109)
#53585B
(83,88,91)
#434749
(67,71,73)
#333637
(51,54,55)
#232525
(35,37,37)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #B3BEC7

#B3BEC7
(179,190,199)
#B9C3CC
(185,195,204)
#BFC8D1
(191,200,209)
#C5CDD6
(197,205,214)
#CBD2DB
(203,210,219)
#D1D7E0
(209,215,224)
#D7DCE5
(215,220,229)
#DDE1EA
(221,225,234)
#E3E6EF
(227,230,239)
#E9EBF4
(233,235,244)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BEC7; }

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

This text font color is #B3BEC7.


Background Color

.myBgColor { background-color: #B3BEC7; }

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

This div background color is #B3BEC7.


Border color

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

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

This div border color is #B3BEC7.


Opacity

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

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

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

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

This text has shadow with #B3BEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BEC7 on black background.


Color preview on white background

This text has color #B3BEC7 on white background.



Black color preview on #B3BEC7 background

This text has black color on #B3BEC7 background.


White color preview on #B3BEC7 background

This text has white color on #B3BEC7 background.