COLOR #BEBEB4

HEX: #BEBEB4 RGB: (190,190,180)

Color info

#BEBEB4 contains red, green and blue colors in about the same proportion. Web safe color of #BEBEB4 is #CCCCCC (or #CCC).

RGB color model

#BEBEB4 color RGB value is (190,190,180).

RGB: (190,190,180) (75%, 75%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 180 of 255 = 71%

190
190
180

R + G + B ~ 74%. #BEBEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 180 = 560 (100%)
R 190 of 560 ~ 33.93%
G 190 of 560 ~ 33.93%
B 180 of 560 ~ 32.14'%

%33.93
%33.93
%32.14

CMYK color model

#BEBEB4 color CMYK value is (0,0,5,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 25.49%

CMYK: (0,0,5,25)
C0M0Y5K25 (0%, 0%, 5%, 25%)
(0.00 / 0.00 / 0.05 / 0.25)

CMYK percentages

%0
%0
%5.26
%25.49

Codes

Color #BEBEB4 in popluar color models

BE BE B4
RGB 190 190 180
HSL 60° 7.14% 72.55%
HSB/HSV 60° 5.26% 74.51%
CMYK 0.00% 0.00% 5.26%
25.49%

Color #BEBEB4 in popluar number systems.

HEX BE BE B4
Decimal 190 190 180
Binary 10111110 10111110 10110100
Octal 276 276 264

Shades and tints

Shades of #BEBEB4

#BEBEB4
(190,190,180)
#ADADA4
(173,173,164)
#9C9C94
(156,156,148)
#8B8B84
(139,139,132)
#7A7A74
(122,122,116)
#696964
(105,105,100)
#585854
(88,88,84)
#474744
(71,71,68)
#363634
(54,54,52)
#252524
(37,37,36)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEBEB4

#BEBEB4
(190,190,180)
#C3C3BA
(195,195,186)
#C8C8C0
(200,200,192)
#CDCDC6
(205,205,198)
#D2D2CC
(210,210,204)
#D7D7D2
(215,215,210)
#DCDCD8
(220,220,216)
#E1E1DE
(225,225,222)
#E6E6E4
(230,230,228)
#EBEBEA
(235,235,234)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEB4; }

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

This text font color is #BEBEB4.

Background Color

.myBgColor { background-color: #BEBEB4; }

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

This div background color is #BEBEB4.

Border color

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

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

This div border color is #BEBEB4.

Opacity

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

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

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

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

This text has shadow with #BEBEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBEB4.

Preview

Color preview on black background

This text has color #BEBEB4 on black background.


Color preview on white background

This text has color #BEBEB4 on white background.


Black color preview on #BEBEB4 background

This text has black color on #BEBEB4 background.


White color preview on #BEBEB4 background

This text has white color on #BEBEB4 background.


Related colors

Complementary color

Complementary color for #hex is #41414B.


I love getcolorcode.com