COLOR #BEB9B6

HEX: #BEB9B6
RGB: (190,185,182)

Color info

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

RGB color model

#BEB9B6 color RGB value is (190,185,182).

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

RGB channels and saturation

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

190
185
182

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

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 182 = 557 (100%)
R 190 of 557 ~ 34.11%
G 185 of 557 ~ 33.21%
B 182 of 557 ~ 32.68%

%34.11
%33.21
%32.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 4.21%
  • key color value is 25.49%
CMYK:
(0,3,4,25)
C0M3Y4K25 
(0%,3%,4%,25%)
(0.00/0.03/0.04/0.25)	

CMYK percentages

%0
%2.63
%4.21
%25.49

Codes

Color #BEB9B6 in popluar color models

BEB9B6
RGB190185182
HSL22°5.80%72.94%
HSB/HSV22°4.21%74.51%
CMYK0.00%2.63%4.21%
25.49%

Color #BEB9B6 in popluar number systems.

HEXBEB9B6
Decimal190185182
Binary101111101011100110110110
Octal276271266

Shades and tints

Shades of #BEB9B6

#BEB9B6
(190,185,182)
#ADA9A6
(173,169,166)
#9C9996
(156,153,150)
#8B8986
(139,137,134)
#7A7976
(122,121,118)
#696966
(105,105,102)
#585956
(88,89,86)
#474946
(71,73,70)
#363936
(54,57,54)
#252926
(37,41,38)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BEB9B6

#BEB9B6
(190,185,182)
#C3BFBC
(195,191,188)
#C8C5C2
(200,197,194)
#CDCBC8
(205,203,200)
#D2D1CE
(210,209,206)
#D7D7D4
(215,215,212)
#DCDDDA
(220,221,218)
#E1E3E0
(225,227,224)
#E6E9E6
(230,233,230)
#EBEFEC
(235,239,236)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9B6; }

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

This text font color is #BEB9B6.


Background Color

.myBgColor { background-color: #BEB9B6; }

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

This div background color is #BEB9B6.


Border color

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

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

This div border color is #BEB9B6.


Opacity

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

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

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

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

This text has shadow with #BEB9B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9B6 on black background.


Color preview on white background

This text has color #BEB9B6 on white background.



Black color preview on #BEB9B6 background

This text has black color on #BEB9B6 background.


White color preview on #BEB9B6 background

This text has white color on #BEB9B6 background.