COLOR #BEB0BE

HEX: #BEB0BE
RGB: (190,176,190)

Color info

#BEB0BE contains red, green and blue colors in about the same proportion. Web safe color of #BEB0BE is #CC99CC (or #C9C).

RGB color model

#BEB0BE color RGB value is (190,176,190).

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

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 190 of 255 = 75%

190
176
190

R + G + B ~ 73%. #BEB0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 176 + 190 = 556 (100%)
R 190 of 556 ~ 34.17%
G 176 of 556 ~ 31.65%
B 190 of 556 ~ 34.17%

%34.17
%31.65
%34.17

CMYK color model

#BEB0BE color CMYK value is (0,7,0,25).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(0,7,0,25)
C0M7Y0K25 
(0%,7%,0%,25%)
(0.00/0.07/0.00/0.25)	

CMYK percentages

%0
%7.37
%0
%25.49

Codes

Color #BEB0BE in popluar color models

BEB0BE
RGB190176190
HSL300°9.72%71.76%
HSB/HSV300°7.37%74.51%
CMYK0.00%7.37%0.00%
25.49%

Color #BEB0BE in popluar number systems.

HEXBEB0BE
Decimal190176190
Binary101111101011000010111110
Octal276260276

Shades and tints

Shades of #BEB0BE

#BEB0BE
(190,176,190)
#ADA0AD
(173,160,173)
#9C909C
(156,144,156)
#8B808B
(139,128,139)
#7A707A
(122,112,122)
#696069
(105,96,105)
#585058
(88,80,88)
#474047
(71,64,71)
#363036
(54,48,54)
#252025
(37,32,37)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BEB0BE

#BEB0BE
(190,176,190)
#C3B7C3
(195,183,195)
#C8BEC8
(200,190,200)
#CDC5CD
(205,197,205)
#D2CCD2
(210,204,210)
#D7D3D7
(215,211,215)
#DCDADC
(220,218,220)
#E1E1E1
(225,225,225)
#E6E8E6
(230,232,230)
#EBEFEB
(235,239,235)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB0BE; }

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

This text font color is #BEB0BE.


Background Color

.myBgColor { background-color: #BEB0BE; }

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

This div background color is #BEB0BE.


Border color

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

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

This div border color is #BEB0BE.


Opacity

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

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

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

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

This text has shadow with #BEB0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB0BE on black background.


Color preview on white background

This text has color #BEB0BE on white background.



Black color preview on #BEB0BE background

This text has black color on #BEB0BE background.


White color preview on #BEB0BE background

This text has white color on #BEB0BE background.