COLOR #BEBDB7

HEX: #BEBDB7
RGB: (190,189,183)

Color info

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

RGB color model

#BEBDB7 color RGB value is (190,189,183).

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

RGB channels and saturation

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

190
189
183

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

Portions of RGB colors in percentages

R + G + B =
190 + 189 + 183 = 562 (100%)
R 190 of 562 ~ 33.81%
G 189 of 562 ~ 33.63%
B 183 of 562 ~ 32.56%

%33.81
%33.63
%32.56

CMYK color model

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

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

Codes

Color #BEBDB7 in popluar color models

BEBDB7
RGB190189183
HSL51°5.11%73.14%
HSB/HSV51°3.68%74.51%
CMYK0.00%0.53%3.68%
25.49%

Color #BEBDB7 in popluar number systems.

HEXBEBDB7
Decimal190189183
Binary101111101011110110110111
Octal276275267

Shades and tints

Shades of #BEBDB7

#BEBDB7
(190,189,183)
#ADACA7
(173,172,167)
#9C9B97
(156,155,151)
#8B8A87
(139,138,135)
#7A7977
(122,121,119)
#696867
(105,104,103)
#585757
(88,87,87)
#474647
(71,70,71)
#363537
(54,53,55)
#252427
(37,36,39)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BEBDB7

#BEBDB7
(190,189,183)
#C3C3BD
(195,195,189)
#C8C9C3
(200,201,195)
#CDCFC9
(205,207,201)
#D2D5CF
(210,213,207)
#D7DBD5
(215,219,213)
#DCE1DB
(220,225,219)
#E1E7E1
(225,231,225)
#E6EDE7
(230,237,231)
#EBF3ED
(235,243,237)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDB7; }

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

This text font color is #BEBDB7.


Background Color

.myBgColor { background-color: #BEBDB7; }

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

This div background color is #BEBDB7.


Border color

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

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

This div border color is #BEBDB7.


Opacity

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

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

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

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

This text has shadow with #BEBDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBDB7 on black background.


Color preview on white background

This text has color #BEBDB7 on white background.



Black color preview on #BEBDB7 background

This text has black color on #BEBDB7 background.


White color preview on #BEBDB7 background

This text has white color on #BEBDB7 background.