COLOR #BEB5BB

HEX: #BEB5BB
RGB: (190,181,187)

Color info

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

RGB color model

#BEB5BB color RGB value is (190,181,187).

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

RGB channels and saturation

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

190
181
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 187 = 558 (100%)
R 190 of 558 ~ 34.05%
G 181 of 558 ~ 32.44%
B 187 of 558 ~ 33.51%

%34.05
%32.44
%33.51

CMYK color model

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

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

CMYK percentages

%0
%4.74
%1.58
%25.49

Codes

Color #BEB5BB in popluar color models

BEB5BB
RGB190181187
HSL320°6.47%72.75%
HSB/HSV320°4.74%74.51%
CMYK0.00%4.74%1.58%
25.49%

Color #BEB5BB in popluar number systems.

HEXBEB5BB
Decimal190181187
Binary101111101011010110111011
Octal276265273

Shades and tints

Shades of #BEB5BB

#BEB5BB
(190,181,187)
#ADA5AA
(173,165,170)
#9C9599
(156,149,153)
#8B8588
(139,133,136)
#7A7577
(122,117,119)
#696566
(105,101,102)
#585555
(88,85,85)
#474544
(71,69,68)
#363533
(54,53,51)
#252522
(37,37,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BEB5BB

#BEB5BB
(190,181,187)
#C3BBC1
(195,187,193)
#C8C1C7
(200,193,199)
#CDC7CD
(205,199,205)
#D2CDD3
(210,205,211)
#D7D3D9
(215,211,217)
#DCD9DF
(220,217,223)
#E1DFE5
(225,223,229)
#E6E5EB
(230,229,235)
#EBEBF1
(235,235,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB5BB; }

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

This text font color is #BEB5BB.


Background Color

.myBgColor { background-color: #BEB5BB; }

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

This div background color is #BEB5BB.


Border color

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

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

This div border color is #BEB5BB.


Opacity

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

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

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

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

This text has shadow with #BEB5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5BB on black background.


Color preview on white background

This text has color #BEB5BB on white background.



Black color preview on #BEB5BB background

This text has black color on #BEB5BB background.


White color preview on #BEB5BB background

This text has white color on #BEB5BB background.