COLOR #BEB6B3

HEX: #BEB6B3 RGB: (190,182,179)

Color info

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

RGB color model

#BEB6B3 color RGB value is (190,182,179).

RGB: (190,182,179) (75%, 71%, 70%)

RGB channels and saturation

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

190
182
179

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

Portions of RGB colors in percentages

R + G + B = 190 + 182 + 179 = 551 (100%)
R 190 of 551 ~ 34.48%
G 182 of 551 ~ 33.03%
B 179 of 551 ~ 32.49'%

%34.48
%33.03
%32.49

CMYK color model

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

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

CMYK: (0,4,6,25)
C0M4Y6K25 (0%, 4%, 6%, 25%)
(0.00 / 0.04 / 0.06 / 0.25)

CMYK percentages

%0
%4.21
%5.79
%25.49

Codes

Color #BEB6B3 in popluar color models

BE B6 B3
RGB 190 182 179
HSL 16° 7.80% 72.35%
HSB/HSV 16° 5.79% 74.51%
CMYK 0.00% 4.21% 5.79%
25.49%

Color #BEB6B3 in popluar number systems.

HEX BE B6 B3
Decimal 190 182 179
Binary 10111110 10110110 10110011
Octal 276 266 263

Shades and tints

Shades of #BEB6B3

#BEB6B3
(190,182,179)
#ADA6A3
(173,166,163)
#9C9693
(156,150,147)
#8B8683
(139,134,131)
#7A7673
(122,118,115)
#696663
(105,102,99)
#585653
(88,86,83)
#474643
(71,70,67)
#363633
(54,54,51)
#252623
(37,38,35)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #BEB6B3

#BEB6B3
(190,182,179)
#C3BCB9
(195,188,185)
#C8C2BF
(200,194,191)
#CDC8C5
(205,200,197)
#D2CECB
(210,206,203)
#D7D4D1
(215,212,209)
#DCDAD7
(220,218,215)
#E1E0DD
(225,224,221)
#E6E6E3
(230,230,227)
#EBECE9
(235,236,233)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB6B3; }

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

This text font color is #BEB6B3.

Background Color

.myBgColor { background-color: #BEB6B3; }

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

This div background color is #BEB6B3.

Border color

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

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

This div border color is #BEB6B3.

Opacity

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

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

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

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

This text has shadow with #BEB6B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB6B3.

Preview

Color preview on black background

This text has color #BEB6B3 on black background.


Color preview on white background

This text has color #BEB6B3 on white background.


Black color preview on #BEB6B3 background

This text has black color on #BEB6B3 background.


White color preview on #BEB6B3 background

This text has white color on #BEB6B3 background.


Related colors

Complementary color

Complementary color for #hex is #41494C.


I love getcolorcode.com

Triadic colors

1 #B3BEB6 and #B6B3BE with #BEB6B3 are triadic colors.

2 #B3B6BE and #B6BEB3 with #BEB6B3 are triadic colors.