COLOR #BEB9B8

HEX: #BEB9B8 RGB: (190,185,184)

Color info

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

RGB color model

#BEB9B8 color RGB value is (190,185,184).

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

RGB channels and saturation

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

190
185
184

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

Portions of RGB colors in percentages

R + G + B = 190 + 185 + 184 = 559 (100%)
R 190 of 559 ~ 33.99%
G 185 of 559 ~ 33.09%
B 184 of 559 ~ 32.92'%

%33.99
%33.09
%32.92

CMYK color model

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

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

CMYK: (0,3,3,25)
C0M3Y3K25 (0%, 3%, 3%, 25%)
(0.00 / 0.03 / 0.03 / 0.25)

CMYK percentages

%0
%2.63
%3.16
%25.49

Codes

Color #BEB9B8 in popluar color models

BE B9 B8
RGB 190 185 184
HSL 10° 4.41% 73.33%
HSB/HSV 10° 3.16% 74.51%
CMYK 0.00% 2.63% 3.16%
25.49%

Color #BEB9B8 in popluar number systems.

HEX BE B9 B8
Decimal 190 185 184
Binary 10111110 10111001 10111000
Octal 276 271 270

Shades and tints

Shades of #BEB9B8

#BEB9B8
(190,185,184)
#ADA9A8
(173,169,168)
#9C9998
(156,153,152)
#8B8988
(139,137,136)
#7A7978
(122,121,120)
#696968
(105,105,104)
#585958
(88,89,88)
#474948
(71,73,72)
#363938
(54,57,56)
#252928
(37,41,40)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #BEB9B8

#BEB9B8
(190,185,184)
#C3BFBE
(195,191,190)
#C8C5C4
(200,197,196)
#CDCBCA
(205,203,202)
#D2D1D0
(210,209,208)
#D7D7D6
(215,215,214)
#DCDDDC
(220,221,220)
#E1E3E2
(225,227,226)
#E6E9E8
(230,233,232)
#EBEFEE
(235,239,238)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9B8; }

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

This text font color is #BEB9B8.

Background Color

.myBgColor { background-color: #BEB9B8; }

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

This div background color is #BEB9B8.

Border color

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

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

This div border color is #BEB9B8.

Opacity

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

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

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

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

This text has shadow with #BEB9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB9B8.

Preview

Color preview on black background

This text has color #BEB9B8 on black background.


Color preview on white background

This text has color #BEB9B8 on white background.


Black color preview on #BEB9B8 background

This text has black color on #BEB9B8 background.


White color preview on #BEB9B8 background

This text has white color on #BEB9B8 background.


Related colors

Complementary color

Complementary color for #hex is #414647.


I love getcolorcode.com

Triadic colors

1 #B8BEB9 and #B9B8BE with #BEB9B8 are triadic colors.

2 #B8B9BE and #B9BEB8 with #BEB9B8 are triadic colors.