COLOR #BEBCB7

HEX: #BEBCB7
RGB: (190,188,183)

Color info

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

RGB color model

#BEBCB7 color RGB value is (190,188,183).

  • red value is 190;
  • green value is 188;
  • blue value is 183.
RGB:
(190,188,183)
(75%,74%,72%)

RGB channels and saturation

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

190
188
183

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

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 183 = 561 (100%)
R 190 of 561 ~ 33.87%
G 188 of 561 ~ 33.51%
B 183 of 561 ~ 32.62%

%33.87
%33.51
%32.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(0,1,4,25)
C0M1Y4K25 
(0%,1%,4%,25%)
(0.00/0.01/0.04/0.25)	

CMYK percentages

%0
%1.05
%3.68
%25.49

Codes

Color #BEBCB7 in popluar color models

BEBCB7
RGB190188183
HSL43°5.11%73.14%
HSB/HSV43°3.68%74.51%
CMYK0.00%1.05%3.68%
25.49%

Color #BEBCB7 in popluar number systems.

HEXBEBCB7
Decimal190188183
Binary101111101011110010110111
Octal276274267

Shades and tints

Shades of #BEBCB7

#BEBCB7
(190,188,183)
#ADABA7
(173,171,167)
#9C9A97
(156,154,151)
#8B8987
(139,137,135)
#7A7877
(122,120,119)
#696767
(105,103,103)
#585657
(88,86,87)
#474547
(71,69,71)
#363437
(54,52,55)
#252327
(37,35,39)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #BEBCB7

#BEBCB7
(190,188,183)
#C3C2BD
(195,194,189)
#C8C8C3
(200,200,195)
#CDCEC9
(205,206,201)
#D2D4CF
(210,212,207)
#D7DAD5
(215,218,213)
#DCE0DB
(220,224,219)
#E1E6E1
(225,230,225)
#E6ECE7
(230,236,231)
#EBF2ED
(235,242,237)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCB7; }

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

This text font color is #BEBCB7.


Background Color

.myBgColor { background-color: #BEBCB7; }

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

This div background color is #BEBCB7.


Border color

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

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

This div border color is #BEBCB7.


Opacity

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

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

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

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

This text has shadow with #BEBCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBCB7 on black background.


Color preview on white background

This text has color #BEBCB7 on white background.



Black color preview on #BEBCB7 background

This text has black color on #BEBCB7 background.


White color preview on #BEBCB7 background

This text has white color on #BEBCB7 background.