COLOR #BEBABB

HEX: #BEBABB
RGB: (190,186,187)

Color info

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

RGB color model

#BEBABB color RGB value is (190,186,187).

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

RGB channels and saturation

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

190
186
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 186 + 187 = 563 (100%)
R 190 of 563 ~ 33.75%
G 186 of 563 ~ 33.04%
B 187 of 563 ~ 33.21%

%33.75
%33.04
%33.21

CMYK color model

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

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

CMYK percentages

%0
%2.11
%1.58
%25.49

Codes

Color #BEBABB in popluar color models

BEBABB
RGB190186187
HSL345°2.99%73.73%
HSB/HSV345°2.11%74.51%
CMYK0.00%2.11%1.58%
25.49%

Color #BEBABB in popluar number systems.

HEXBEBABB
Decimal190186187
Binary101111101011101010111011
Octal276272273

Shades and tints

Shades of #BEBABB

#BEBABB
(190,186,187)
#ADAAAA
(173,170,170)
#9C9A99
(156,154,153)
#8B8A88
(139,138,136)
#7A7A77
(122,122,119)
#696A66
(105,106,102)
#585A55
(88,90,85)
#474A44
(71,74,68)
#363A33
(54,58,51)
#252A22
(37,42,34)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #BEBABB

#BEBABB
(190,186,187)
#C3C0C1
(195,192,193)
#C8C6C7
(200,198,199)
#CDCCCD
(205,204,205)
#D2D2D3
(210,210,211)
#D7D8D9
(215,216,217)
#DCDEDF
(220,222,223)
#E1E4E5
(225,228,229)
#E6EAEB
(230,234,235)
#EBF0F1
(235,240,241)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBABB; }

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

This text font color is #BEBABB.


Background Color

.myBgColor { background-color: #BEBABB; }

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

This div background color is #BEBABB.


Border color

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

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

This div border color is #BEBABB.


Opacity

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

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

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

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

This text has shadow with #BEBABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBABB on black background.


Color preview on white background

This text has color #BEBABB on white background.



Black color preview on #BEBABB background

This text has black color on #BEBABB background.


White color preview on #BEBABB background

This text has white color on #BEBABB background.