COLOR #B9BEBD

HEX: #B9BEBD RGB: (185,190,189)

Color info

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

RGB color model

#B9BEBD color RGB value is (185,190,189).

RGB: (185,190,189) (73%, 75%, 74%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 189 of 255 = 74%

185
190
189

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

Portions of RGB colors in percentages

R + G + B = 185 + 190 + 189 = 564 (100%)
R 185 of 564 ~ 32.8%
G 190 of 564 ~ 33.69%
B 189 of 564 ~ 33.51'%

%32.8
%33.69
%33.51

CMYK color model

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

  • cyan value is 2.63%
  • 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

%2.63
%0
%0.53
%25.49

Codes

Color #B9BEBD in popluar color models

B9 BE BD
RGB 185 190 189
HSL 168° 3.70% 73.53%
HSB/HSV 168° 2.63% 74.51%
CMYK 2.63% 0.00% 0.53%
25.49%

Color #B9BEBD in popluar number systems.

HEX B9 BE BD
Decimal 185 190 189
Binary 10111001 10111110 10111101
Octal 271 276 275

Shades and tints

Shades of #B9BEBD

#B9BEBD
(185,190,189)
#A9ADAC
(169,173,172)
#999C9B
(153,156,155)
#898B8A
(137,139,138)
#797A79
(121,122,121)
#696968
(105,105,104)
#595857
(89,88,87)
#494746
(73,71,70)
#393635
(57,54,53)
#292524
(41,37,36)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #B9BEBD

#B9BEBD
(185,190,189)
#BFC3C3
(191,195,195)
#C5C8C9
(197,200,201)
#CBCDCF
(203,205,207)
#D1D2D5
(209,210,213)
#D7D7DB
(215,215,219)
#DDDCE1
(221,220,225)
#E3E1E7
(227,225,231)
#E9E6ED
(233,230,237)
#EFEBF3
(239,235,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEBD; }

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

This text font color is #B9BEBD.

Background Color

.myBgColor { background-color: #B9BEBD; }

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

This div background color is #B9BEBD.

Border color

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

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

This div border color is #B9BEBD.

Opacity

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

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

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

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

This text has shadow with #B9BEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BEBD.

Preview

Color preview on black background

This text has color #B9BEBD on black background.


Color preview on white background

This text has color #B9BEBD on white background.


Black color preview on #B9BEBD background

This text has black color on #B9BEBD background.


White color preview on #B9BEBD background

This text has white color on #B9BEBD background.


Related colors

Complementary color

Complementary color for #hex is #464142.


I love getcolorcode.com

Triadic colors

1 #BDB9BE and #BEBDB9 with #B9BEBD are triadic colors.

2 #BDBEB9 and #BEB9BD with #B9BEBD are triadic colors.