COLOR #BEBFB7

HEX: #BEBFB7
RGB: (190,191,183)

Color info

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

RGB color model

#BEBFB7 color RGB value is (190,191,183).

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

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 183 of 255 = 72%

190
191
183

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

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 183 = 564 (100%)
R 190 of 564 ~ 33.69%
G 191 of 564 ~ 33.87%
B 183 of 564 ~ 32.45%

%33.69
%33.87
%32.45

CMYK color model

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

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 4.19%
  • key color value is 25.10%
CMYK:
(1,0,4,25)
C1M0Y4K25 
(1%,0%,4%,25%)
(0.01/0.00/0.04/0.25)	

CMYK percentages

%0.52
%0
%4.19
%25.1

Codes

Color #BEBFB7 in popluar color models

BEBFB7
RGB190191183
HSL68°5.88%73.33%
HSB/HSV68°4.19%74.90%
CMYK0.52%0.00%4.19%
25.10%

Color #BEBFB7 in popluar number systems.

HEXBEBFB7
Decimal190191183
Binary101111101011111110110111
Octal276277267

Shades and tints

Shades of #BEBFB7

#BEBFB7
(190,191,183)
#ADAEA7
(173,174,167)
#9C9D97
(156,157,151)
#8B8C87
(139,140,135)
#7A7B77
(122,123,119)
#696A67
(105,106,103)
#585957
(88,89,87)
#474847
(71,72,71)
#363737
(54,55,55)
#252627
(37,38,39)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEBFB7

#BEBFB7
(190,191,183)
#C3C4BD
(195,196,189)
#C8C9C3
(200,201,195)
#CDCEC9
(205,206,201)
#D2D3CF
(210,211,207)
#D7D8D5
(215,216,213)
#DCDDDB
(220,221,219)
#E1E2E1
(225,226,225)
#E6E7E7
(230,231,231)
#EBECED
(235,236,237)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFB7; }

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

This text font color is #BEBFB7.


Background Color

.myBgColor { background-color: #BEBFB7; }

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

This div background color is #BEBFB7.


Border color

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

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

This div border color is #BEBFB7.


Opacity

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

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

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

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

This text has shadow with #BEBFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBFB7 on black background.


Color preview on white background

This text has color #BEBFB7 on white background.



Black color preview on #BEBFB7 background

This text has black color on #BEBFB7 background.


White color preview on #BEBFB7 background

This text has white color on #BEBFB7 background.