COLOR #B9BEC3

HEX: #B9BEC3
RGB: (185,190,195)

Color info

#B9BEC3 contains red, green and blue colors in about the same proportion. Web safe color of #B9BEC3 is #CCCCCC (or #CCC).

RGB color model

#B9BEC3 color RGB value is (185,190,195).

  • red value is 185;
  • green value is 190;
  • blue value is 195.
RGB:
(185,190,195)
(73%,75%,76%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 195 of 255 = 76%

185
190
195

R + G + B ~ 75%. #B9BEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 190 + 195 = 570 (100%)
R 185 of 570 ~ 32.46%
G 190 of 570 ~ 33.33%
B 195 of 570 ~ 34.21%

%32.46
%33.33
%34.21

CMYK color model

#B9BEC3 color CMYK value is (5,3,0,24).

  • cyan value is 5.13%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(5,3,0,24)
C5M3Y0K24 
(5%,3%,0%,24%)
(0.05/0.03/0.00/0.24)	

CMYK percentages

%5.13
%2.56
%0
%23.53

Codes

Color #B9BEC3 in popluar color models

B9BEC3
RGB185190195
HSL210°7.69%74.51%
HSB/HSV210°5.13%76.47%
CMYK5.13%2.56%0.00%
23.53%

Color #B9BEC3 in popluar number systems.

HEXB9BEC3
Decimal185190195
Binary101110011011111011000011
Octal271276303

Shades and tints

Shades of #B9BEC3

#B9BEC3
(185,190,195)
#A9ADB2
(169,173,178)
#999CA1
(153,156,161)
#898B90
(137,139,144)
#797A7F
(121,122,127)
#69696E
(105,105,110)
#59585D
(89,88,93)
#49474C
(73,71,76)
#39363B
(57,54,59)
#29252A
(41,37,42)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #B9BEC3

#B9BEC3
(185,190,195)
#BFC3C8
(191,195,200)
#C5C8CD
(197,200,205)
#CBCDD2
(203,205,210)
#D1D2D7
(209,210,215)
#D7D7DC
(215,215,220)
#DDDCE1
(221,220,225)
#E3E1E6
(227,225,230)
#E9E6EB
(233,230,235)
#EFEBF0
(239,235,240)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BEC3 color. Also use rgb(185,190,195) instead hex code.

Text Font Color

.myTextColor { color: #B9BEC3; }

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

This text font color is #B9BEC3.


Background Color

.myBgColor { background-color: #B9BEC3; }

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

This div background color is #B9BEC3.


Border color

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

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

This div border color is #B9BEC3.


Opacity

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

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

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

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

This text has shadow with #B9BEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BEC3 on black background.


Color preview on white background

This text has color #B9BEC3 on white background.



Black color preview on #B9BEC3 background

This text has black color on #B9BEC3 background.


White color preview on #B9BEC3 background

This text has white color on #B9BEC3 background.