COLOR #BEB7BC

HEX: #BEB7BC
RGB: (190,183,188)

Color info

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

RGB color model

#BEB7BC color RGB value is (190,183,188).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 188 of 255 = 74%

190
183
188

R + G + B ~ 74%. #BEB7BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 188 = 561 (100%)
R 190 of 561 ~ 33.87%
G 183 of 561 ~ 32.62%
B 188 of 561 ~ 33.51%

%33.87
%32.62
%33.51

CMYK color model

#BEB7BC color CMYK value is (0,4,1,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(0,4,1,25)
C0M4Y1K25 
(0%,4%,1%,25%)
(0.00/0.04/0.01/0.25)	

CMYK percentages

%0
%3.68
%1.05
%25.49

Codes

Color #BEB7BC in popluar color models

BEB7BC
RGB190183188
HSL317°5.11%73.14%
HSB/HSV317°3.68%74.51%
CMYK0.00%3.68%1.05%
25.49%

Color #BEB7BC in popluar number systems.

HEXBEB7BC
Decimal190183188
Binary101111101011011110111100
Octal276267274

Shades and tints

Shades of #BEB7BC

#BEB7BC
(190,183,188)
#ADA7AB
(173,167,171)
#9C979A
(156,151,154)
#8B8789
(139,135,137)
#7A7778
(122,119,120)
#696767
(105,103,103)
#585756
(88,87,86)
#474745
(71,71,69)
#363734
(54,55,52)
#252723
(37,39,35)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #BEB7BC

#BEB7BC
(190,183,188)
#C3BDC2
(195,189,194)
#C8C3C8
(200,195,200)
#CDC9CE
(205,201,206)
#D2CFD4
(210,207,212)
#D7D5DA
(215,213,218)
#DCDBE0
(220,219,224)
#E1E1E6
(225,225,230)
#E6E7EC
(230,231,236)
#EBEDF2
(235,237,242)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7BC; }

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

This text font color is #BEB7BC.


Background Color

.myBgColor { background-color: #BEB7BC; }

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

This div background color is #BEB7BC.


Border color

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

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

This div border color is #BEB7BC.


Opacity

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

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

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

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

This text has shadow with #BEB7BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7BC on black background.


Color preview on white background

This text has color #BEB7BC on white background.



Black color preview on #BEB7BC background

This text has black color on #BEB7BC background.


White color preview on #BEB7BC background

This text has white color on #BEB7BC background.