COLOR #BEB7C1

HEX: #BEB7C1
RGB: (190,183,193)

Color info

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

RGB color model

#BEB7C1 color RGB value is (190,183,193).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 193 of 255 = 76%

190
183
193

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

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 193 = 566 (100%)
R 190 of 566 ~ 33.57%
G 183 of 566 ~ 32.33%
B 193 of 566 ~ 34.1%

%33.57
%32.33
%34.1

CMYK color model

#BEB7C1 color CMYK value is (2,5,0,24).

  • cyan value is 1.55%
  • magenta value is 5.18%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(2,5,0,24)
C2M5Y0K24 
(2%,5%,0%,24%)
(0.02/0.05/0.00/0.24)	

CMYK percentages

%1.55
%5.18
%0
%24.31

Codes

Color #BEB7C1 in popluar color models

BEB7C1
RGB190183193
HSL282°7.46%73.73%
HSB/HSV282°5.18%75.69%
CMYK1.55%5.18%0.00%
24.31%

Color #BEB7C1 in popluar number systems.

HEXBEB7C1
Decimal190183193
Binary101111101011011111000001
Octal276267301

Shades and tints

Shades of #BEB7C1

#BEB7C1
(190,183,193)
#ADA7B0
(173,167,176)
#9C979F
(156,151,159)
#8B878E
(139,135,142)
#7A777D
(122,119,125)
#69676C
(105,103,108)
#58575B
(88,87,91)
#47474A
(71,71,74)
#363739
(54,55,57)
#252728
(37,39,40)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #BEB7C1

#BEB7C1
(190,183,193)
#C3BDC6
(195,189,198)
#C8C3CB
(200,195,203)
#CDC9D0
(205,201,208)
#D2CFD5
(210,207,213)
#D7D5DA
(215,213,218)
#DCDBDF
(220,219,223)
#E1E1E4
(225,225,228)
#E6E7E9
(230,231,233)
#EBEDEE
(235,237,238)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7C1; }

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

This text font color is #BEB7C1.


Background Color

.myBgColor { background-color: #BEB7C1; }

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

This div background color is #BEB7C1.


Border color

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

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

This div border color is #BEB7C1.


Opacity

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

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

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

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

This text has shadow with #BEB7C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7C1 on black background.


Color preview on white background

This text has color #BEB7C1 on white background.



Black color preview on #BEB7C1 background

This text has black color on #BEB7C1 background.


White color preview on #BEB7C1 background

This text has white color on #BEB7C1 background.