COLOR #BEB2BE

HEX: #BEB2BE
RGB: (190,178,190)

Color info

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

RGB color model

#BEB2BE color RGB value is (190,178,190).

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

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 190 of 255 = 75%

190
178
190

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

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 190 = 558 (100%)
R 190 of 558 ~ 34.05%
G 178 of 558 ~ 31.9%
B 190 of 558 ~ 34.05%

%34.05
%31.9
%34.05

CMYK color model

#BEB2BE color CMYK value is (0,6,0,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(0,6,0,25)
C0M6Y0K25 
(0%,6%,0%,25%)
(0.00/0.06/0.00/0.25)	

CMYK percentages

%0
%6.32
%0
%25.49

Codes

Color #BEB2BE in popluar color models

BEB2BE
RGB190178190
HSL300°8.45%72.16%
HSB/HSV300°6.32%74.51%
CMYK0.00%6.32%0.00%
25.49%

Color #BEB2BE in popluar number systems.

HEXBEB2BE
Decimal190178190
Binary101111101011001010111110
Octal276262276

Shades and tints

Shades of #BEB2BE

#BEB2BE
(190,178,190)
#ADA2AD
(173,162,173)
#9C929C
(156,146,156)
#8B828B
(139,130,139)
#7A727A
(122,114,122)
#696269
(105,98,105)
#585258
(88,82,88)
#474247
(71,66,71)
#363236
(54,50,54)
#252225
(37,34,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #BEB2BE

#BEB2BE
(190,178,190)
#C3B9C3
(195,185,195)
#C8C0C8
(200,192,200)
#CDC7CD
(205,199,205)
#D2CED2
(210,206,210)
#D7D5D7
(215,213,215)
#DCDCDC
(220,220,220)
#E1E3E1
(225,227,225)
#E6EAE6
(230,234,230)
#EBF1EB
(235,241,235)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB2BE; }

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

This text font color is #BEB2BE.


Background Color

.myBgColor { background-color: #BEB2BE; }

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

This div background color is #BEB2BE.


Border color

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

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

This div border color is #BEB2BE.


Opacity

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

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

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

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

This text has shadow with #BEB2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB2BE on black background.


Color preview on white background

This text has color #BEB2BE on white background.



Black color preview on #BEB2BE background

This text has black color on #BEB2BE background.


White color preview on #BEB2BE background

This text has white color on #BEB2BE background.