COLOR #BEBEB7

HEX: #BEBEB7 RGB: (190,190,183)

Color info

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

RGB color model

#BEBEB7 color RGB value is (190,190,183).

RGB: (190,190,183) (75%, 75%, 72%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 183 of 255 = 72%

190
190
183

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

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 183 = 563 (100%)
R 190 of 563 ~ 33.75%
G 190 of 563 ~ 33.75%
B 183 of 563 ~ 32.5'%

%33.75
%33.75
%32.5

CMYK color model

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

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

CMYK: (0,0,4,25)
C0M0Y4K25 (0%, 0%, 4%, 25%)
(0.00 / 0.00 / 0.04 / 0.25)

CMYK percentages

%0
%0
%3.68
%25.49

Codes

Color #BEBEB7 in popluar color models

BE BE B7
RGB 190 190 183
HSL 60° 5.11% 73.14%
HSB/HSV 60° 3.68% 74.51%
CMYK 0.00% 0.00% 3.68%
25.49%

Color #BEBEB7 in popluar number systems.

HEX BE BE B7
Decimal 190 190 183
Binary 10111110 10111110 10110111
Octal 276 276 267

Shades and tints

Shades of #BEBEB7

#BEBEB7
(190,190,183)
#ADADA7
(173,173,167)
#9C9C97
(156,156,151)
#8B8B87
(139,139,135)
#7A7A77
(122,122,119)
#696967
(105,105,103)
#585857
(88,88,87)
#474747
(71,71,71)
#363637
(54,54,55)
#252527
(37,37,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BEBEB7

#BEBEB7
(190,190,183)
#C3C3BD
(195,195,189)
#C8C8C3
(200,200,195)
#CDCDC9
(205,205,201)
#D2D2CF
(210,210,207)
#D7D7D5
(215,215,213)
#DCDCDB
(220,220,219)
#E1E1E1
(225,225,225)
#E6E6E7
(230,230,231)
#EBEBED
(235,235,237)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEB7; }

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

This text font color is #BEBEB7.

Background Color

.myBgColor { background-color: #BEBEB7; }

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

This div background color is #BEBEB7.

Border color

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

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

This div border color is #BEBEB7.

Opacity

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

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

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

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

This text has shadow with #BEBEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBEB7.

Preview

Color preview on black background

This text has color #BEBEB7 on black background.


Color preview on white background

This text has color #BEBEB7 on white background.


Black color preview on #BEBEB7 background

This text has black color on #BEBEB7 background.


White color preview on #BEBEB7 background

This text has white color on #BEBEB7 background.


Related colors

Complementary color

Complementary color for #hex is #414148.


I love getcolorcode.com