COLOR #BEB9C3

HEX: #BEB9C3
RGB: (190,185,195)

Color info

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

RGB color model

#BEB9C3 color RGB value is (190,185,195).

  • red value is 190;
  • green value is 185;
  • blue value is 195.
RGB:
(190,185,195)
(75%,73%,76%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 195 of 255 = 76%

190
185
195

R + G + B ~ 75%. #BEB9C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 195 = 570 (100%)
R 190 of 570 ~ 33.33%
G 185 of 570 ~ 32.46%
B 195 of 570 ~ 34.21%

%33.33
%32.46
%34.21

CMYK color model

#BEB9C3 color CMYK value is (3,5,0,24).

  • cyan value is 2.56%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(3,5,0,24)
C3M5Y0K24 
(3%,5%,0%,24%)
(0.03/0.05/0.00/0.24)	

CMYK percentages

%2.56
%5.13
%0
%23.53

Codes

Color #BEB9C3 in popluar color models

BEB9C3
RGB190185195
HSL270°7.69%74.51%
HSB/HSV270°5.13%76.47%
CMYK2.56%5.13%0.00%
23.53%

Color #BEB9C3 in popluar number systems.

HEXBEB9C3
Decimal190185195
Binary101111101011100111000011
Octal276271303

Shades and tints

Shades of #BEB9C3

#BEB9C3
(190,185,195)
#ADA9B2
(173,169,178)
#9C99A1
(156,153,161)
#8B8990
(139,137,144)
#7A797F
(122,121,127)
#69696E
(105,105,110)
#58595D
(88,89,93)
#47494C
(71,73,76)
#36393B
(54,57,59)
#25292A
(37,41,42)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BEB9C3

#BEB9C3
(190,185,195)
#C3BFC8
(195,191,200)
#C8C5CD
(200,197,205)
#CDCBD2
(205,203,210)
#D2D1D7
(210,209,215)
#D7D7DC
(215,215,220)
#DCDDE1
(220,221,225)
#E1E3E6
(225,227,230)
#E6E9EB
(230,233,235)
#EBEFF0
(235,239,240)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB9C3 color. Also use rgb(190,185,195) instead hex code.

Text Font Color

.myTextColor { color: #BEB9C3; }

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

This text font color is #BEB9C3.


Background Color

.myBgColor { background-color: #BEB9C3; }

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

This div background color is #BEB9C3.


Border color

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

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

This div border color is #BEB9C3.


Opacity

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

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

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

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

This text has shadow with #BEB9C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9C3 on black background.


Color preview on white background

This text has color #BEB9C3 on white background.



Black color preview on #BEB9C3 background

This text has black color on #BEB9C3 background.


White color preview on #BEB9C3 background

This text has white color on #BEB9C3 background.