COLOR #BEB6C0

HEX: #BEB6C0
RGB: (190,182,192)

Color info

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

RGB color model

#BEB6C0 color RGB value is (190,182,192).

  • red value is 190;
  • green value is 182;
  • blue value is 192.
RGB:
(190,182,192)
(75%,71%,75%)

RGB channels and saturation

R 190 of 255 = 75%
G 182 of 255 = 71%
B 192 of 255 = 75%

190
182
192

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

Portions of RGB colors in percentages

R + G + B =
190 + 182 + 192 = 564 (100%)
R 190 of 564 ~ 33.69%
G 182 of 564 ~ 32.27%
B 192 of 564 ~ 34.04%

%33.69
%32.27
%34.04

CMYK color model

#BEB6C0 color CMYK value is (1,5,0,25).

  • cyan value is 1.04%
  • magenta value is 5.21%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(1,5,0,25)
C1M5Y0K25 
(1%,5%,0%,25%)
(0.01/0.05/0.00/0.25)	

CMYK percentages

%1.04
%5.21
%0
%24.71

Codes

Color #BEB6C0 in popluar color models

BEB6C0
RGB190182192
HSL288°7.35%73.33%
HSB/HSV288°5.21%75.29%
CMYK1.04%5.21%0.00%
24.71%

Color #BEB6C0 in popluar number systems.

HEXBEB6C0
Decimal190182192
Binary101111101011011011000000
Octal276266300

Shades and tints

Shades of #BEB6C0

#BEB6C0
(190,182,192)
#ADA6AF
(173,166,175)
#9C969E
(156,150,158)
#8B868D
(139,134,141)
#7A767C
(122,118,124)
#69666B
(105,102,107)
#58565A
(88,86,90)
#474649
(71,70,73)
#363638
(54,54,56)
#252627
(37,38,39)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BEB6C0

#BEB6C0
(190,182,192)
#C3BCC5
(195,188,197)
#C8C2CA
(200,194,202)
#CDC8CF
(205,200,207)
#D2CED4
(210,206,212)
#D7D4D9
(215,212,217)
#DCDADE
(220,218,222)
#E1E0E3
(225,224,227)
#E6E6E8
(230,230,232)
#EBECED
(235,236,237)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB6C0 color. Also use rgb(190,182,192) instead hex code.

Text Font Color

.myTextColor { color: #BEB6C0; }

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

This text font color is #BEB6C0.


Background Color

.myBgColor { background-color: #BEB6C0; }

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

This div background color is #BEB6C0.


Border color

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

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

This div border color is #BEB6C0.


Opacity

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

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

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

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

This text has shadow with #BEB6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB6C0 on black background.


Color preview on white background

This text has color #BEB6C0 on white background.



Black color preview on #BEB6C0 background

This text has black color on #BEB6C0 background.


White color preview on #BEB6C0 background

This text has white color on #BEB6C0 background.