COLOR #BEBCB9

HEX: #BEBCB9
RGB: (190,188,185)

Color info

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

RGB color model

#BEBCB9 color RGB value is (190,188,185).

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

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 185 of 255 = 73%

190
188
185

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

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 185 = 563 (100%)
R 190 of 563 ~ 33.75%
G 188 of 563 ~ 33.39%
B 185 of 563 ~ 32.86%

%33.75
%33.39
%32.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 2.63%
  • 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
%2.63
%25.49

Codes

Color #BEBCB9 in popluar color models

BEBCB9
RGB190188185
HSL36°3.70%73.53%
HSB/HSV36°2.63%74.51%
CMYK0.00%1.05%2.63%
25.49%

Color #BEBCB9 in popluar number systems.

HEXBEBCB9
Decimal190188185
Binary101111101011110010111001
Octal276274271

Shades and tints

Shades of #BEBCB9

#BEBCB9
(190,188,185)
#ADABA9
(173,171,169)
#9C9A99
(156,154,153)
#8B8989
(139,137,137)
#7A7879
(122,120,121)
#696769
(105,103,105)
#585659
(88,86,89)
#474549
(71,69,73)
#363439
(54,52,57)
#252329
(37,35,41)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #BEBCB9

#BEBCB9
(190,188,185)
#C3C2BF
(195,194,191)
#C8C8C5
(200,200,197)
#CDCECB
(205,206,203)
#D2D4D1
(210,212,209)
#D7DAD7
(215,218,215)
#DCE0DD
(220,224,221)
#E1E6E3
(225,230,227)
#E6ECE9
(230,236,233)
#EBF2EF
(235,242,239)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBCB9; }

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

This text font color is #BEBCB9.


Background Color

.myBgColor { background-color: #BEBCB9; }

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

This div background color is #BEBCB9.


Border color

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

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

This div border color is #BEBCB9.


Opacity

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

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

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

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

This text has shadow with #BEBCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBCB9 on black background.


Color preview on white background

This text has color #BEBCB9 on white background.



Black color preview on #BEBCB9 background

This text has black color on #BEBCB9 background.


White color preview on #BEBCB9 background

This text has white color on #BEBCB9 background.