COLOR #BEB8B5

HEX: #BEB8B5
RGB: (190,184,181)

Color info

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

RGB color model

#BEB8B5 color RGB value is (190,184,181).

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

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 181 of 255 = 71%

190
184
181

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

Portions of RGB colors in percentages

R + G + B =
190 + 184 + 181 = 555 (100%)
R 190 of 555 ~ 34.23%
G 184 of 555 ~ 33.15%
B 181 of 555 ~ 32.61%

%34.23
%33.15
%32.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.16%
  • 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
%3.16
%4.74
%25.49

Codes

Color #BEB8B5 in popluar color models

BEB8B5
RGB190184181
HSL20°6.47%72.75%
HSB/HSV20°4.74%74.51%
CMYK0.00%3.16%4.74%
25.49%

Color #BEB8B5 in popluar number systems.

HEXBEB8B5
Decimal190184181
Binary101111101011100010110101
Octal276270265

Shades and tints

Shades of #BEB8B5

#BEB8B5
(190,184,181)
#ADA8A5
(173,168,165)
#9C9895
(156,152,149)
#8B8885
(139,136,133)
#7A7875
(122,120,117)
#696865
(105,104,101)
#585855
(88,88,85)
#474845
(71,72,69)
#363835
(54,56,53)
#252825
(37,40,37)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #BEB8B5

#BEB8B5
(190,184,181)
#C3BEBB
(195,190,187)
#C8C4C1
(200,196,193)
#CDCAC7
(205,202,199)
#D2D0CD
(210,208,205)
#D7D6D3
(215,214,211)
#DCDCD9
(220,220,217)
#E1E2DF
(225,226,223)
#E6E8E5
(230,232,229)
#EBEEEB
(235,238,235)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB8B5; }

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

This text font color is #BEB8B5.


Background Color

.myBgColor { background-color: #BEB8B5; }

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

This div background color is #BEB8B5.


Border color

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

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

This div border color is #BEB8B5.


Opacity

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

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

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

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

This text has shadow with #BEB8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB8B5 on black background.


Color preview on white background

This text has color #BEB8B5 on white background.



Black color preview on #BEB8B5 background

This text has black color on #BEB8B5 background.


White color preview on #BEB8B5 background

This text has white color on #BEB8B5 background.