COLOR #BEB8B1

HEX: #BEB8B1 RGB: (190,184,177)

Color info

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

RGB color model

#BEB8B1 color RGB value is (190,184,177).

RGB: (190,184,177) (75%, 72%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 177 of 255 = 69%

190
184
177

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

Portions of RGB colors in percentages

R + G + B = 190 + 184 + 177 = 551 (100%)
R 190 of 551 ~ 34.48%
G 184 of 551 ~ 33.39%
B 177 of 551 ~ 32.12'%

%34.48
%33.39
%32.12

CMYK color model

#BEB8B1 color CMYK value is (0,3,7,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 6.84%
  • key color value is 25.49%

CMYK: (0,3,7,25)
C0M3Y7K25 (0%, 3%, 7%, 25%)
(0.00 / 0.03 / 0.07 / 0.25)

CMYK percentages

%0
%3.16
%6.84
%25.49

Codes

Color #BEB8B1 in popluar color models

BE B8 B1
RGB 190 184 177
HSL 32° 9.09% 71.96%
HSB/HSV 32° 6.84% 74.51%
CMYK 0.00% 3.16% 6.84%
25.49%

Color #BEB8B1 in popluar number systems.

HEX BE B8 B1
Decimal 190 184 177
Binary 10111110 10111000 10110001
Octal 276 270 261

Shades and tints

Shades of #BEB8B1

#BEB8B1
(190,184,177)
#ADA8A1
(173,168,161)
#9C9891
(156,152,145)
#8B8881
(139,136,129)
#7A7871
(122,120,113)
#696861
(105,104,97)
#585851
(88,88,81)
#474841
(71,72,65)
#363831
(54,56,49)
#252821
(37,40,33)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #BEB8B1

#BEB8B1
(190,184,177)
#C3BEB8
(195,190,184)
#C8C4BF
(200,196,191)
#CDCAC6
(205,202,198)
#D2D0CD
(210,208,205)
#D7D6D4
(215,214,212)
#DCDCDB
(220,220,219)
#E1E2E2
(225,226,226)
#E6E8E9
(230,232,233)
#EBEEF0
(235,238,240)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB8B1; }

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

This text font color is #BEB8B1.

Background Color

.myBgColor { background-color: #BEB8B1; }

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

This div background color is #BEB8B1.

Border color

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

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

This div border color is #BEB8B1.

Opacity

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

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

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

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

This text has shadow with #BEB8B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB8B1.

Preview

Color preview on black background

This text has color #BEB8B1 on black background.


Color preview on white background

This text has color #BEB8B1 on white background.


Black color preview on #BEB8B1 background

This text has black color on #BEB8B1 background.


White color preview on #BEB8B1 background

This text has white color on #BEB8B1 background.


Related colors

Complementary color

Complementary color for #hex is #41474E.


I love getcolorcode.com

Triadic colors

1 #B1BEB8 and #B8B1BE with #BEB8B1 are triadic colors.

2 #B1B8BE and #B8BEB1 with #BEB8B1 are triadic colors.