COLOR #BEBEB3

HEX: #BEBEB3
RGB: (190,190,179)

Color info

#BEBEB3 contains red, green and blue colors in about the same proportion. Web safe color of #BEBEB3 is #CCCC99 (or #CC9).

RGB color model

#BEBEB3 color RGB value is (190,190,179).

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

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 179 of 255 = 70%

190
190
179

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

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 179 = 559 (100%)
R 190 of 559 ~ 33.99%
G 190 of 559 ~ 33.99%
B 179 of 559 ~ 32.02%

%33.99
%33.99
%32.02

CMYK color model

#BEBEB3 color CMYK value is (0,0,6,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(0,0,6,25)
C0M0Y6K25 
(0%,0%,6%,25%)
(0.00/0.00/0.06/0.25)	

CMYK percentages

%0
%0
%5.79
%25.49

Codes

Color #BEBEB3 in popluar color models

BEBEB3
RGB190190179
HSL60°7.80%72.35%
HSB/HSV60°5.79%74.51%
CMYK0.00%0.00%5.79%
25.49%

Color #BEBEB3 in popluar number systems.

HEXBEBEB3
Decimal190190179
Binary101111101011111010110011
Octal276276263

Shades and tints

Shades of #BEBEB3

#BEBEB3
(190,190,179)
#ADADA3
(173,173,163)
#9C9C93
(156,156,147)
#8B8B83
(139,139,131)
#7A7A73
(122,122,115)
#696963
(105,105,99)
#585853
(88,88,83)
#474743
(71,71,67)
#363633
(54,54,51)
#252523
(37,37,35)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BEBEB3

#BEBEB3
(190,190,179)
#C3C3B9
(195,195,185)
#C8C8BF
(200,200,191)
#CDCDC5
(205,205,197)
#D2D2CB
(210,210,203)
#D7D7D1
(215,215,209)
#DCDCD7
(220,220,215)
#E1E1DD
(225,225,221)
#E6E6E3
(230,230,227)
#EBEBE9
(235,235,233)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEB3; }

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

This text font color is #BEBEB3.


Background Color

.myBgColor { background-color: #BEBEB3; }

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

This div background color is #BEBEB3.


Border color

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

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

This div border color is #BEBEB3.


Opacity

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

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

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

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

This text has shadow with #BEBEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBEB3 on black background.


Color preview on white background

This text has color #BEBEB3 on white background.



Black color preview on #BEBEB3 background

This text has black color on #BEBEB3 background.


White color preview on #BEBEB3 background

This text has white color on #BEBEB3 background.