COLOR #BEB7BB

HEX: #BEB7BB
RGB: (190,183,187)

Color info

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

RGB color model

#BEB7BB color RGB value is (190,183,187).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 187 of 255 = 73%

190
183
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 187 = 560 (100%)
R 190 of 560 ~ 33.93%
G 183 of 560 ~ 32.68%
B 187 of 560 ~ 33.39%

%33.93
%32.68
%33.39

CMYK color model

#BEB7BB color CMYK value is (0,4,2,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(0,4,2,25)
C0M4Y2K25 
(0%,4%,2%,25%)
(0.00/0.04/0.02/0.25)	

CMYK percentages

%0
%3.68
%1.58
%25.49

Codes

Color #BEB7BB in popluar color models

BEB7BB
RGB190183187
HSL326°5.11%73.14%
HSB/HSV326°3.68%74.51%
CMYK0.00%3.68%1.58%
25.49%

Color #BEB7BB in popluar number systems.

HEXBEB7BB
Decimal190183187
Binary101111101011011110111011
Octal276267273

Shades and tints

Shades of #BEB7BB

#BEB7BB
(190,183,187)
#ADA7AA
(173,167,170)
#9C9799
(156,151,153)
#8B8788
(139,135,136)
#7A7777
(122,119,119)
#696766
(105,103,102)
#585755
(88,87,85)
#474744
(71,71,68)
#363733
(54,55,51)
#252722
(37,39,34)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #BEB7BB

#BEB7BB
(190,183,187)
#C3BDC1
(195,189,193)
#C8C3C7
(200,195,199)
#CDC9CD
(205,201,205)
#D2CFD3
(210,207,211)
#D7D5D9
(215,213,217)
#DCDBDF
(220,219,223)
#E1E1E5
(225,225,229)
#E6E7EB
(230,231,235)
#EBEDF1
(235,237,241)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7BB; }

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

This text font color is #BEB7BB.


Background Color

.myBgColor { background-color: #BEB7BB; }

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

This div background color is #BEB7BB.


Border color

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

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

This div border color is #BEB7BB.


Opacity

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

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

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

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

This text has shadow with #BEB7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7BB on black background.


Color preview on white background

This text has color #BEB7BB on white background.



Black color preview on #BEB7BB background

This text has black color on #BEB7BB background.


White color preview on #BEB7BB background

This text has white color on #BEB7BB background.