COLOR #BEB3B6

HEX: #BEB3B6
RGB: (190,179,182)

Color info

#BEB3B6 contains red, green and blue colors in about the same proportion. Web safe color of #BEB3B6 is #CC99CC (or #C9C).

RGB color model

#BEB3B6 color RGB value is (190,179,182).

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

RGB channels and saturation

R 190 of 255 = 75%
G 179 of 255 = 70%
B 182 of 255 = 71%

190
179
182

R + G + B ~ 72%. #BEB3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 179 + 182 = 551 (100%)
R 190 of 551 ~ 34.48%
G 179 of 551 ~ 32.49%
B 182 of 551 ~ 33.03%

%34.48
%32.49
%33.03

CMYK color model

#BEB3B6 color CMYK value is (0,6,4,25).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 4.21%
  • key color value is 25.49%
CMYK:
(0,6,4,25)
C0M6Y4K25 
(0%,6%,4%,25%)
(0.00/0.06/0.04/0.25)	

CMYK percentages

%0
%5.79
%4.21
%25.49

Codes

Color #BEB3B6 in popluar color models

BEB3B6
RGB190179182
HSL344°7.80%72.35%
HSB/HSV344°5.79%74.51%
CMYK0.00%5.79%4.21%
25.49%

Color #BEB3B6 in popluar number systems.

HEXBEB3B6
Decimal190179182
Binary101111101011001110110110
Octal276263266

Shades and tints

Shades of #BEB3B6

#BEB3B6
(190,179,182)
#ADA3A6
(173,163,166)
#9C9396
(156,147,150)
#8B8386
(139,131,134)
#7A7376
(122,115,118)
#696366
(105,99,102)
#585356
(88,83,86)
#474346
(71,67,70)
#363336
(54,51,54)
#252326
(37,35,38)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #BEB3B6

#BEB3B6
(190,179,182)
#C3B9BC
(195,185,188)
#C8BFC2
(200,191,194)
#CDC5C8
(205,197,200)
#D2CBCE
(210,203,206)
#D7D1D4
(215,209,212)
#DCD7DA
(220,215,218)
#E1DDE0
(225,221,224)
#E6E3E6
(230,227,230)
#EBE9EC
(235,233,236)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB3B6; }

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

This text font color is #BEB3B6.


Background Color

.myBgColor { background-color: #BEB3B6; }

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

This div background color is #BEB3B6.


Border color

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

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

This div border color is #BEB3B6.


Opacity

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

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

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

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

This text has shadow with #BEB3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB3B6 on black background.


Color preview on white background

This text has color #BEB3B6 on white background.



Black color preview on #BEB3B6 background

This text has black color on #BEB3B6 background.


White color preview on #BEB3B6 background

This text has white color on #BEB3B6 background.