COLOR #BEBEBB

HEX: #BEBEBB
RGB: (190,190,187)

Color info

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

RGB color model

#BEBEBB color RGB value is (190,190,187).

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

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 187 of 255 = 73%

190
190
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 187 = 567 (100%)
R 190 of 567 ~ 33.51%
G 190 of 567 ~ 33.51%
B 187 of 567 ~ 32.98%

%33.51
%33.51
%32.98

CMYK color model

#BEBEBB color CMYK value is (0,0,2,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(0,0,2,25)
C0M0Y2K25 
(0%,0%,2%,25%)
(0.00/0.00/0.02/0.25)	

CMYK percentages

%0
%0
%1.58
%25.49

Codes

Color #BEBEBB in popluar color models

BEBEBB
RGB190190187
HSL60°2.26%73.92%
HSB/HSV60°1.58%74.51%
CMYK0.00%0.00%1.58%
25.49%

Color #BEBEBB in popluar number systems.

HEXBEBEBB
Decimal190190187
Binary101111101011111010111011
Octal276276273

Shades and tints

Shades of #BEBEBB

#BEBEBB
(190,190,187)
#ADADAA
(173,173,170)
#9C9C99
(156,156,153)
#8B8B88
(139,139,136)
#7A7A77
(122,122,119)
#696966
(105,105,102)
#585855
(88,88,85)
#474744
(71,71,68)
#363633
(54,54,51)
#252522
(37,37,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BEBEBB

#BEBEBB
(190,190,187)
#C3C3C1
(195,195,193)
#C8C8C7
(200,200,199)
#CDCDCD
(205,205,205)
#D2D2D3
(210,210,211)
#D7D7D9
(215,215,217)
#DCDCDF
(220,220,223)
#E1E1E5
(225,225,229)
#E6E6EB
(230,230,235)
#EBEBF1
(235,235,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEBB; }

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

This text font color is #BEBEBB.


Background Color

.myBgColor { background-color: #BEBEBB; }

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

This div background color is #BEBEBB.


Border color

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

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

This div border color is #BEBEBB.


Opacity

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

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

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

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

This text has shadow with #BEBEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBEBB on black background.


Color preview on white background

This text has color #BEBEBB on white background.



Black color preview on #BEBEBB background

This text has black color on #BEBEBB background.


White color preview on #BEBEBB background

This text has white color on #BEBEBB background.