COLOR #BEBEA6

HEX: #BEBEA6
RGB: (190,190,166)

Color info

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

RGB color model

#BEBEA6 color RGB value is (190,190,166).

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

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 166 of 255 = 65%

190
190
166

R + G + B ~ 72%. #BEBEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 166 = 546 (100%)
R 190 of 546 ~ 34.8%
G 190 of 546 ~ 34.8%
B 166 of 546 ~ 30.4%

%34.8
%34.8
%30.4

CMYK color model

#BEBEA6 color CMYK value is (0,0,13,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 25.49%
CMYK:
(0,0,13,25)
C0M0Y13K25 
(0%,0%,13%,25%)
(0.00/0.00/0.13/0.25)	

CMYK percentages

%0
%0
%12.63
%25.49

Codes

Color #BEBEA6 in popluar color models

BEBEA6
RGB190190166
HSL60°15.58%69.80%
HSB/HSV60°12.63%74.51%
CMYK0.00%0.00%12.63%
25.49%

Color #BEBEA6 in popluar number systems.

HEXBEBEA6
Decimal190190166
Binary101111101011111010100110
Octal276276246

Shades and tints

Shades of #BEBEA6

#BEBEA6
(190,190,166)
#ADAD97
(173,173,151)
#9C9C88
(156,156,136)
#8B8B79
(139,139,121)
#7A7A6A
(122,122,106)
#69695B
(105,105,91)
#58584C
(88,88,76)
#47473D
(71,71,61)
#36362E
(54,54,46)
#25251F
(37,37,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #BEBEA6

#BEBEA6
(190,190,166)
#C3C3AE
(195,195,174)
#C8C8B6
(200,200,182)
#CDCDBE
(205,205,190)
#D2D2C6
(210,210,198)
#D7D7CE
(215,215,206)
#DCDCD6
(220,220,214)
#E1E1DE
(225,225,222)
#E6E6E6
(230,230,230)
#EBEBEE
(235,235,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEA6; }

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

This text font color is #BEBEA6.


Background Color

.myBgColor { background-color: #BEBEA6; }

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

This div background color is #BEBEA6.


Border color

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

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

This div border color is #BEBEA6.


Opacity

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

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

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

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

This text has shadow with #BEBEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBEA6 on black background.


Color preview on white background

This text has color #BEBEA6 on white background.



Black color preview on #BEBEA6 background

This text has black color on #BEBEA6 background.


White color preview on #BEBEA6 background

This text has white color on #BEBEA6 background.