COLOR #B8BEBB

HEX: #B8BEBB RGB: (184,190,187)

Color info

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

RGB color model

#B8BEBB color RGB value is (184,190,187).

RGB: (184,190,187) (72%, 75%, 73%)

RGB channels and saturation

R 184 of 255 = 72%
G 190 of 255 = 75%
B 187 of 255 = 73%

184
190
187

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

Portions of RGB colors in percentages

R + G + B = 184 + 190 + 187 = 561 (100%)
R 184 of 561 ~ 32.8%
G 190 of 561 ~ 33.87%
B 187 of 561 ~ 33.33'%

%32.8
%33.87
%33.33

CMYK color model

#B8BEBB color CMYK value is (3,0,2,25).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%

CMYK: (3,0,2,25)
C3M0Y2K25 (3%, 0%, 2%, 25%)
(0.03 / 0.00 / 0.02 / 0.25)

CMYK percentages

%3.16
%0
%1.58
%25.49

Codes

Color #B8BEBB in popluar color models

B8 BE BB
RGB 184 190 187
HSL 150° 4.41% 73.33%
HSB/HSV 150° 3.16% 74.51%
CMYK 3.16% 0.00% 1.58%
25.49%

Color #B8BEBB in popluar number systems.

HEX B8 BE BB
Decimal 184 190 187
Binary 10111000 10111110 10111011
Octal 270 276 273

Shades and tints

Shades of #B8BEBB

#B8BEBB
(184,190,187)
#A8ADAA
(168,173,170)
#989C99
(152,156,153)
#888B88
(136,139,136)
#787A77
(120,122,119)
#686966
(104,105,102)
#585855
(88,88,85)
#484744
(72,71,68)
#383633
(56,54,51)
#282522
(40,37,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #B8BEBB

#B8BEBB
(184,190,187)
#BEC3C1
(190,195,193)
#C4C8C7
(196,200,199)
#CACDCD
(202,205,205)
#D0D2D3
(208,210,211)
#D6D7D9
(214,215,217)
#DCDCDF
(220,220,223)
#E2E1E5
(226,225,229)
#E8E6EB
(232,230,235)
#EEEBF1
(238,235,241)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BEBB; }

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

This text font color is #B8BEBB.

Background Color

.myBgColor { background-color: #B8BEBB; }

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

This div background color is #B8BEBB.

Border color

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

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

This div border color is #B8BEBB.

Opacity

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

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

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

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

This text has shadow with #B8BEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BEBB.

Preview

Color preview on black background

This text has color #B8BEBB on black background.


Color preview on white background

This text has color #B8BEBB on white background.


Black color preview on #B8BEBB background

This text has black color on #B8BEBB background.


White color preview on #B8BEBB background

This text has white color on #B8BEBB background.


Related colors

Complementary color

Complementary color for #hex is #474144.


I love getcolorcode.com

Triadic colors

1 #BBB8BE and #BEBBB8 with #B8BEBB are triadic colors.

2 #BBBEB8 and #BEB8BB with #B8BEBB are triadic colors.