COLOR #BEBEA0

HEX: #BEBEA0
RGB: (190,190,160)

Color info

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

RGB color model

#BEBEA0 color RGB value is (190,190,160).

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

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 160 of 255 = 63%

190
190
160

R + G + B ~ 71%. #BEBEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 160 = 540 (100%)
R 190 of 540 ~ 35.19%
G 190 of 540 ~ 35.19%
B 160 of 540 ~ 29.63%

%35.19
%35.19
%29.63

CMYK color model

#BEBEA0 color CMYK value is (0,0,16,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 25.49%
CMYK:
(0,0,16,25)
C0M0Y16K25 
(0%,0%,16%,25%)
(0.00/0.00/0.16/0.25)	

CMYK percentages

%0
%0
%15.79
%25.49

Codes

Color #BEBEA0 in popluar color models

BEBEA0
RGB190190160
HSL60°18.75%68.63%
HSB/HSV60°15.79%74.51%
CMYK0.00%0.00%15.79%
25.49%

Color #BEBEA0 in popluar number systems.

HEXBEBEA0
Decimal190190160
Binary101111101011111010100000
Octal276276240

Shades and tints

Shades of #BEBEA0

#BEBEA0
(190,190,160)
#ADAD92
(173,173,146)
#9C9C84
(156,156,132)
#8B8B76
(139,139,118)
#7A7A68
(122,122,104)
#69695A
(105,105,90)
#58584C
(88,88,76)
#47473E
(71,71,62)
#363630
(54,54,48)
#252522
(37,37,34)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEBEA0

#BEBEA0
(190,190,160)
#C3C3A8
(195,195,168)
#C8C8B0
(200,200,176)
#CDCDB8
(205,205,184)
#D2D2C0
(210,210,192)
#D7D7C8
(215,215,200)
#DCDCD0
(220,220,208)
#E1E1D8
(225,225,216)
#E6E6E0
(230,230,224)
#EBEBE8
(235,235,232)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEA0; }

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

This text font color is #BEBEA0.


Background Color

.myBgColor { background-color: #BEBEA0; }

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

This div background color is #BEBEA0.


Border color

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

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

This div border color is #BEBEA0.


Opacity

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

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

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

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

This text has shadow with #BEBEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBEA0 on black background.


Color preview on white background

This text has color #BEBEA0 on white background.



Black color preview on #BEBEA0 background

This text has black color on #BEBEA0 background.


White color preview on #BEBEA0 background

This text has white color on #BEBEA0 background.