COLOR #BEB5BE

HEX: #BEB5BE
RGB: (190,181,190)

Color info

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

RGB color model

#BEB5BE color RGB value is (190,181,190).

  • red value is 190;
  • green value is 181;
  • blue value is 190.
RGB:
(190,181,190)
(75%,71%,75%)

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 190 of 255 = 75%

190
181
190

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

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 190 = 561 (100%)
R 190 of 561 ~ 33.87%
G 181 of 561 ~ 32.26%
B 190 of 561 ~ 33.87%

%33.87
%32.26
%33.87

CMYK color model

#BEB5BE color CMYK value is (0,5,0,25).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(0,5,0,25)
C0M5Y0K25 
(0%,5%,0%,25%)
(0.00/0.05/0.00/0.25)	

CMYK percentages

%0
%4.74
%0
%25.49

Codes

Color #BEB5BE in popluar color models

BEB5BE
RGB190181190
HSL300°6.47%72.75%
HSB/HSV300°4.74%74.51%
CMYK0.00%4.74%0.00%
25.49%

Color #BEB5BE in popluar number systems.

HEXBEB5BE
Decimal190181190
Binary101111101011010110111110
Octal276265276

Shades and tints

Shades of #BEB5BE

#BEB5BE
(190,181,190)
#ADA5AD
(173,165,173)
#9C959C
(156,149,156)
#8B858B
(139,133,139)
#7A757A
(122,117,122)
#696569
(105,101,105)
#585558
(88,85,88)
#474547
(71,69,71)
#363536
(54,53,54)
#252525
(37,37,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BEB5BE

#BEB5BE
(190,181,190)
#C3BBC3
(195,187,195)
#C8C1C8
(200,193,200)
#CDC7CD
(205,199,205)
#D2CDD2
(210,205,210)
#D7D3D7
(215,211,215)
#DCD9DC
(220,217,220)
#E1DFE1
(225,223,225)
#E6E5E6
(230,229,230)
#EBEBEB
(235,235,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB5BE; }

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

This text font color is #BEB5BE.


Background Color

.myBgColor { background-color: #BEB5BE; }

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

This div background color is #BEB5BE.


Border color

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

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

This div border color is #BEB5BE.


Opacity

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

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

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

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

This text has shadow with #BEB5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5BE on black background.


Color preview on white background

This text has color #BEB5BE on white background.



Black color preview on #BEB5BE background

This text has black color on #BEB5BE background.


White color preview on #BEB5BE background

This text has white color on #BEB5BE background.