COLOR #BEB9B5

HEX: #BEB9B5
RGB: (190,185,181)

Color info

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

RGB color model

#BEB9B5 color RGB value is (190,185,181).

  • red value is 190;
  • green value is 185;
  • blue value is 181.
RGB:
(190,185,181)
(75%,73%,71%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 181 of 255 = 71%

190
185
181

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

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 181 = 556 (100%)
R 190 of 556 ~ 34.17%
G 185 of 556 ~ 33.27%
B 181 of 556 ~ 32.55%

%34.17
%33.27
%32.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 4.74%
  • key color value is 25.49%
CMYK:
(0,3,5,25)
C0M3Y5K25 
(0%,3%,5%,25%)
(0.00/0.03/0.05/0.25)	

CMYK percentages

%0
%2.63
%4.74
%25.49

Codes

Color #BEB9B5 in popluar color models

BEB9B5
RGB190185181
HSL27°6.47%72.75%
HSB/HSV27°4.74%74.51%
CMYK0.00%2.63%4.74%
25.49%

Color #BEB9B5 in popluar number systems.

HEXBEB9B5
Decimal190185181
Binary101111101011100110110101
Octal276271265

Shades and tints

Shades of #BEB9B5

#BEB9B5
(190,185,181)
#ADA9A5
(173,169,165)
#9C9995
(156,153,149)
#8B8985
(139,137,133)
#7A7975
(122,121,117)
#696965
(105,105,101)
#585955
(88,89,85)
#474945
(71,73,69)
#363935
(54,57,53)
#252925
(37,41,37)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEB9B5

#BEB9B5
(190,185,181)
#C3BFBB
(195,191,187)
#C8C5C1
(200,197,193)
#CDCBC7
(205,203,199)
#D2D1CD
(210,209,205)
#D7D7D3
(215,215,211)
#DCDDD9
(220,221,217)
#E1E3DF
(225,227,223)
#E6E9E5
(230,233,229)
#EBEFEB
(235,239,235)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9B5; }

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

This text font color is #BEB9B5.


Background Color

.myBgColor { background-color: #BEB9B5; }

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

This div background color is #BEB9B5.


Border color

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

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

This div border color is #BEB9B5.


Opacity

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

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

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

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

This text has shadow with #BEB9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9B5 on black background.


Color preview on white background

This text has color #BEB9B5 on white background.



Black color preview on #BEB9B5 background

This text has black color on #BEB9B5 background.


White color preview on #BEB9B5 background

This text has white color on #BEB9B5 background.