COLOR #B4BEBC

HEX: #B4BEBC
RGB: (180,190,188)

Color info

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

RGB color model

#B4BEBC color RGB value is (180,190,188).

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

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 188 of 255 = 74%

180
190
188

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

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 188 = 558 (100%)
R 180 of 558 ~ 32.26%
G 190 of 558 ~ 34.05%
B 188 of 558 ~ 33.69%

%32.26
%34.05
%33.69

CMYK color model

#B4BEBC color CMYK value is (5,0,1,25).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(5,0,1,25)
C5M0Y1K25 
(5%,0%,1%,25%)
(0.05/0.00/0.01/0.25)	

CMYK percentages

%5.26
%0
%1.05
%25.49

Codes

Color #B4BEBC in popluar color models

B4BEBC
RGB180190188
HSL168°7.14%72.55%
HSB/HSV168°5.26%74.51%
CMYK5.26%0.00%1.05%
25.49%

Color #B4BEBC in popluar number systems.

HEXB4BEBC
Decimal180190188
Binary101101001011111010111100
Octal264276274

Shades and tints

Shades of #B4BEBC

#B4BEBC
(180,190,188)
#A4ADAB
(164,173,171)
#949C9A
(148,156,154)
#848B89
(132,139,137)
#747A78
(116,122,120)
#646967
(100,105,103)
#545856
(84,88,86)
#444745
(68,71,69)
#343634
(52,54,52)
#242523
(36,37,35)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4BEBC

#B4BEBC
(180,190,188)
#BAC3C2
(186,195,194)
#C0C8C8
(192,200,200)
#C6CDCE
(198,205,206)
#CCD2D4
(204,210,212)
#D2D7DA
(210,215,218)
#D8DCE0
(216,220,224)
#DEE1E6
(222,225,230)
#E4E6EC
(228,230,236)
#EAEBF2
(234,235,242)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BEBC; }

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

This text font color is #B4BEBC.


Background Color

.myBgColor { background-color: #B4BEBC; }

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

This div background color is #B4BEBC.


Border color

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

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

This div border color is #B4BEBC.


Opacity

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

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

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

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

This text has shadow with #B4BEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BEBC on black background.


Color preview on white background

This text has color #B4BEBC on white background.



Black color preview on #B4BEBC background

This text has black color on #B4BEBC background.


White color preview on #B4BEBC background

This text has white color on #B4BEBC background.