COLOR #BEB7BD

HEX: #BEB7BD
RGB: (190,183,189)

Color info

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

RGB color model

#BEB7BD color RGB value is (190,183,189).

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

RGB channels and saturation

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

190
183
189

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

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 189 = 562 (100%)
R 190 of 562 ~ 33.81%
G 183 of 562 ~ 32.56%
B 189 of 562 ~ 33.63%

%33.81
%32.56
%33.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 0.53%
  • 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
%0.53
%25.49

Codes

Color #BEB7BD in popluar color models

BEB7BD
RGB190183189
HSL309°5.11%73.14%
HSB/HSV309°3.68%74.51%
CMYK0.00%3.68%0.53%
25.49%

Color #BEB7BD in popluar number systems.

HEXBEB7BD
Decimal190183189
Binary101111101011011110111101
Octal276267275

Shades and tints

Shades of #BEB7BD

#BEB7BD
(190,183,189)
#ADA7AC
(173,167,172)
#9C979B
(156,151,155)
#8B878A
(139,135,138)
#7A7779
(122,119,121)
#696768
(105,103,104)
#585757
(88,87,87)
#474746
(71,71,70)
#363735
(54,55,53)
#252724
(37,39,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BEB7BD

#BEB7BD
(190,183,189)
#C3BDC3
(195,189,195)
#C8C3C9
(200,195,201)
#CDC9CF
(205,201,207)
#D2CFD5
(210,207,213)
#D7D5DB
(215,213,219)
#DCDBE1
(220,219,225)
#E1E1E7
(225,225,231)
#E6E7ED
(230,231,237)
#EBEDF3
(235,237,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7BD; }

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

This text font color is #BEB7BD.


Background Color

.myBgColor { background-color: #BEB7BD; }

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

This div background color is #BEB7BD.


Border color

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

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

This div border color is #BEB7BD.


Opacity

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

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

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

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

This text has shadow with #BEB7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7BD on black background.


Color preview on white background

This text has color #BEB7BD on white background.



Black color preview on #BEB7BD background

This text has black color on #BEB7BD background.


White color preview on #BEB7BD background

This text has white color on #BEB7BD background.