COLOR #BEB2B5

HEX: #BEB2B5
RGB: (190,178,181)

Color info

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

RGB color model

#BEB2B5 color RGB value is (190,178,181).

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

RGB channels and saturation

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

190
178
181

R + G + B ~ 72%. #BEB2B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 181 = 549 (100%)
R 190 of 549 ~ 34.61%
G 178 of 549 ~ 32.42%
B 181 of 549 ~ 32.97%

%34.61
%32.42
%32.97

CMYK color model

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

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

CMYK percentages

%0
%6.32
%4.74
%25.49

Codes

Color #BEB2B5 in popluar color models

BEB2B5
RGB190178181
HSL345°8.45%72.16%
HSB/HSV345°6.32%74.51%
CMYK0.00%6.32%4.74%
25.49%

Color #BEB2B5 in popluar number systems.

HEXBEB2B5
Decimal190178181
Binary101111101011001010110101
Octal276262265

Shades and tints

Shades of #BEB2B5

#BEB2B5
(190,178,181)
#ADA2A5
(173,162,165)
#9C9295
(156,146,149)
#8B8285
(139,130,133)
#7A7275
(122,114,117)
#696265
(105,98,101)
#585255
(88,82,85)
#474245
(71,66,69)
#363235
(54,50,53)
#252225
(37,34,37)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #BEB2B5

#BEB2B5
(190,178,181)
#C3B9BB
(195,185,187)
#C8C0C1
(200,192,193)
#CDC7C7
(205,199,199)
#D2CECD
(210,206,205)
#D7D5D3
(215,213,211)
#DCDCD9
(220,220,217)
#E1E3DF
(225,227,223)
#E6EAE5
(230,234,229)
#EBF1EB
(235,241,235)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB2B5; }

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

This text font color is #BEB2B5.


Background Color

.myBgColor { background-color: #BEB2B5; }

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

This div background color is #BEB2B5.


Border color

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

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

This div border color is #BEB2B5.


Opacity

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

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

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

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

This text has shadow with #BEB2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB2B5 on black background.


Color preview on white background

This text has color #BEB2B5 on white background.



Black color preview on #BEB2B5 background

This text has black color on #BEB2B5 background.


White color preview on #BEB2B5 background

This text has white color on #BEB2B5 background.