COLOR #B8BEBD

HEX: #B8BEBD
RGB: (184,190,189)

Color info

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

RGB color model

#B8BEBD color RGB value is (184,190,189).

  • red value is 184;
  • green value is 190;
  • blue value is 189.
RGB:
(184,190,189)
(72%,75%,74%)

RGB channels and saturation

R 184 of 255 = 72%
G 190 of 255 = 75%
B 189 of 255 = 74%

184
190
189

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

Portions of RGB colors in percentages

R + G + B =
184 + 190 + 189 = 563 (100%)
R 184 of 563 ~ 32.68%
G 190 of 563 ~ 33.75%
B 189 of 563 ~ 33.57%

%32.68
%33.75
%33.57

CMYK color model

#B8BEBD color CMYK value is (3,0,1,25).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.49%
CMYK:
(3,0,1,25)
C3M0Y1K25 
(3%,0%,1%,25%)
(0.03/0.00/0.01/0.25)	

CMYK percentages

%3.16
%0
%0.53
%25.49

Codes

Color #B8BEBD in popluar color models

B8BEBD
RGB184190189
HSL170°4.41%73.33%
HSB/HSV170°3.16%74.51%
CMYK3.16%0.00%0.53%
25.49%

Color #B8BEBD in popluar number systems.

HEXB8BEBD
Decimal184190189
Binary101110001011111010111101
Octal270276275

Shades and tints

Shades of #B8BEBD

#B8BEBD
(184,190,189)
#A8ADAC
(168,173,172)
#989C9B
(152,156,155)
#888B8A
(136,139,138)
#787A79
(120,122,121)
#686968
(104,105,104)
#585857
(88,88,87)
#484746
(72,71,70)
#383635
(56,54,53)
#282524
(40,37,36)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #B8BEBD

#B8BEBD
(184,190,189)
#BEC3C3
(190,195,195)
#C4C8C9
(196,200,201)
#CACDCF
(202,205,207)
#D0D2D5
(208,210,213)
#D6D7DB
(214,215,219)
#DCDCE1
(220,220,225)
#E2E1E7
(226,225,231)
#E8E6ED
(232,230,237)
#EEEBF3
(238,235,243)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BEBD; }

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

This text font color is #B8BEBD.


Background Color

.myBgColor { background-color: #B8BEBD; }

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

This div background color is #B8BEBD.


Border color

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

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

This div border color is #B8BEBD.


Opacity

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

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

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

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

This text has shadow with #B8BEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BEBD on black background.


Color preview on white background

This text has color #B8BEBD on white background.



Black color preview on #B8BEBD background

This text has black color on #B8BEBD background.


White color preview on #B8BEBD background

This text has white color on #B8BEBD background.