COLOR #BEBDB9

HEX: #BEBDB9
RGB: (190,189,185)

Color info

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

RGB color model

#BEBDB9 color RGB value is (190,189,185).

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

RGB channels and saturation

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

190
189
185

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

Portions of RGB colors in percentages

R + G + B =
190 + 189 + 185 = 564 (100%)
R 190 of 564 ~ 33.69%
G 189 of 564 ~ 33.51%
B 185 of 564 ~ 32.8%

%33.69
%33.51
%32.8

CMYK color model

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

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

Codes

Color #BEBDB9 in popluar color models

BEBDB9
RGB190189185
HSL48°3.70%73.53%
HSB/HSV48°2.63%74.51%
CMYK0.00%0.53%2.63%
25.49%

Color #BEBDB9 in popluar number systems.

HEXBEBDB9
Decimal190189185
Binary101111101011110110111001
Octal276275271

Shades and tints

Shades of #BEBDB9

#BEBDB9
(190,189,185)
#ADACA9
(173,172,169)
#9C9B99
(156,155,153)
#8B8A89
(139,138,137)
#7A7979
(122,121,121)
#696869
(105,104,105)
#585759
(88,87,89)
#474649
(71,70,73)
#363539
(54,53,57)
#252429
(37,36,41)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #BEBDB9

#BEBDB9
(190,189,185)
#C3C3BF
(195,195,191)
#C8C9C5
(200,201,197)
#CDCFCB
(205,207,203)
#D2D5D1
(210,213,209)
#D7DBD7
(215,219,215)
#DCE1DD
(220,225,221)
#E1E7E3
(225,231,227)
#E6EDE9
(230,237,233)
#EBF3EF
(235,243,239)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDB9; }

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

This text font color is #BEBDB9.


Background Color

.myBgColor { background-color: #BEBDB9; }

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

This div background color is #BEBDB9.


Border color

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

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

This div border color is #BEBDB9.


Opacity

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

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

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

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

This text has shadow with #BEBDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBDB9 on black background.


Color preview on white background

This text has color #BEBDB9 on white background.



Black color preview on #BEBDB9 background

This text has black color on #BEBDB9 background.


White color preview on #BEBDB9 background

This text has white color on #BEBDB9 background.