COLOR #BEB6A6

HEX: #BEB6A6 RGB: (190,182,166)

Color info

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

RGB color model

#BEB6A6 color RGB value is (190,182,166).

RGB: (190,182,166) (75%, 71%, 65%)

RGB channels and saturation

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

190
182
166

R + G + B ~ 70%. #BEB6A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 182 + 166 = 538 (100%)
R 190 of 538 ~ 35.32%
G 182 of 538 ~ 33.83%
B 166 of 538 ~ 30.86'%

%35.32
%33.83
%30.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 12.63%
  • key color value is 25.49%

CMYK: (0,4,13,25)
C0M4Y13K25 (0%, 4%, 13%, 25%)
(0.00 / 0.04 / 0.13 / 0.25)

CMYK percentages

%0
%4.21
%12.63
%25.49

Codes

Color #BEB6A6 in popluar color models

BE B6 A6
RGB 190 182 166
HSL 40° 15.58% 69.80%
HSB/HSV 40° 12.63% 74.51%
CMYK 0.00% 4.21% 12.63%
25.49%

Color #BEB6A6 in popluar number systems.

HEX BE B6 A6
Decimal 190 182 166
Binary 10111110 10110110 10100110
Octal 276 266 246

Shades and tints

Shades of #BEB6A6

#BEB6A6
(190,182,166)
#ADA697
(173,166,151)
#9C9688
(156,150,136)
#8B8679
(139,134,121)
#7A766A
(122,118,106)
#69665B
(105,102,91)
#58564C
(88,86,76)
#47463D
(71,70,61)
#36362E
(54,54,46)
#25261F
(37,38,31)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #BEB6A6

#BEB6A6
(190,182,166)
#C3BCAE
(195,188,174)
#C8C2B6
(200,194,182)
#CDC8BE
(205,200,190)
#D2CEC6
(210,206,198)
#D7D4CE
(215,212,206)
#DCDAD6
(220,218,214)
#E1E0DE
(225,224,222)
#E6E6E6
(230,230,230)
#EBECEE
(235,236,238)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB6A6; }

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

This text font color is #BEB6A6.

Background Color

.myBgColor { background-color: #BEB6A6; }

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

This div background color is #BEB6A6.

Border color

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

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

This div border color is #BEB6A6.

Opacity

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

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

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

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

This text has shadow with #BEB6A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB6A6.

Preview

Color preview on black background

This text has color #BEB6A6 on black background.


Color preview on white background

This text has color #BEB6A6 on white background.


Black color preview on #BEB6A6 background

This text has black color on #BEB6A6 background.


White color preview on #BEB6A6 background

This text has white color on #BEB6A6 background.


Related colors

Complementary color

Complementary color for #hex is #414959.


I love getcolorcode.com

Triadic colors

1 #A6BEB6 and #B6A6BE with #BEB6A6 are triadic colors.

2 #A6B6BE and #B6BEA6 with #BEB6A6 are triadic colors.