COLOR #BEBCB8

HEX: #BEBCB8
RGB: (190,188,184)

Color info

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

RGB color model

#BEBCB8 color RGB value is (190,188,184).

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

RGB channels and saturation

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

190
188
184

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

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 184 = 562 (100%)
R 190 of 562 ~ 33.81%
G 188 of 562 ~ 33.45%
B 184 of 562 ~ 32.74%

%33.81
%33.45
%32.74

CMYK color model

#BEBCB8 color CMYK value is (0,1,3,25).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(0,1,3,25)
C0M1Y3K25 
(0%,1%,3%,25%)
(0.00/0.01/0.03/0.25)	

CMYK percentages

%0
%1.05
%3.16
%25.49

Codes

Color #BEBCB8 in popluar color models

BEBCB8
RGB190188184
HSL40°4.41%73.33%
HSB/HSV40°3.16%74.51%
CMYK0.00%1.05%3.16%
25.49%

Color #BEBCB8 in popluar number systems.

HEXBEBCB8
Decimal190188184
Binary101111101011110010111000
Octal276274270

Shades and tints

Shades of #BEBCB8

#BEBCB8
(190,188,184)
#ADABA8
(173,171,168)
#9C9A98
(156,154,152)
#8B8988
(139,137,136)
#7A7878
(122,120,120)
#696768
(105,103,104)
#585658
(88,86,88)
#474548
(71,69,72)
#363438
(54,52,56)
#252328
(37,35,40)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #BEBCB8

#BEBCB8
(190,188,184)
#C3C2BE
(195,194,190)
#C8C8C4
(200,200,196)
#CDCECA
(205,206,202)
#D2D4D0
(210,212,208)
#D7DAD6
(215,218,214)
#DCE0DC
(220,224,220)
#E1E6E2
(225,230,226)
#E6ECE8
(230,236,232)
#EBF2EE
(235,242,238)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCB8; }

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

This text font color is #BEBCB8.


Background Color

.myBgColor { background-color: #BEBCB8; }

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

This div background color is #BEBCB8.


Border color

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

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

This div border color is #BEBCB8.


Opacity

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

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

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

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

This text has shadow with #BEBCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBCB8 on black background.


Color preview on white background

This text has color #BEBCB8 on white background.



Black color preview on #BEBCB8 background

This text has black color on #BEBCB8 background.


White color preview on #BEBCB8 background

This text has white color on #BEBCB8 background.