COLOR #BEB4B3

HEX: #BEB4B3
RGB: (190,180,179)

Color info

#BEB4B3 contains red, green and blue colors in about the same proportion. Web safe color of #BEB4B3 is #CCCC99 (or #CC9).

RGB color model

#BEB4B3 color RGB value is (190,180,179).

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

RGB channels and saturation

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

190
180
179

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

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 179 = 549 (100%)
R 190 of 549 ~ 34.61%
G 180 of 549 ~ 32.79%
B 179 of 549 ~ 32.6%

%34.61
%32.79
%32.6

CMYK color model

#BEB4B3 color CMYK value is (0,5,6,25).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(0,5,6,25)
C0M5Y6K25 
(0%,5%,6%,25%)
(0.00/0.05/0.06/0.25)	

CMYK percentages

%0
%5.26
%5.79
%25.49

Codes

Color #BEB4B3 in popluar color models

BEB4B3
RGB190180179
HSL7.80%72.35%
HSB/HSV5.79%74.51%
CMYK0.00%5.26%5.79%
25.49%

Color #BEB4B3 in popluar number systems.

HEXBEB4B3
Decimal190180179
Binary101111101011010010110011
Octal276264263

Shades and tints

Shades of #BEB4B3

#BEB4B3
(190,180,179)
#ADA4A3
(173,164,163)
#9C9493
(156,148,147)
#8B8483
(139,132,131)
#7A7473
(122,116,115)
#696463
(105,100,99)
#585453
(88,84,83)
#474443
(71,68,67)
#363433
(54,52,51)
#252423
(37,36,35)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #BEB4B3

#BEB4B3
(190,180,179)
#C3BAB9
(195,186,185)
#C8C0BF
(200,192,191)
#CDC6C5
(205,198,197)
#D2CCCB
(210,204,203)
#D7D2D1
(215,210,209)
#DCD8D7
(220,216,215)
#E1DEDD
(225,222,221)
#E6E4E3
(230,228,227)
#EBEAE9
(235,234,233)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB4B3; }

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

This text font color is #BEB4B3.


Background Color

.myBgColor { background-color: #BEB4B3; }

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

This div background color is #BEB4B3.


Border color

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

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

This div border color is #BEB4B3.


Opacity

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

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

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

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

This text has shadow with #BEB4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4B3 on black background.


Color preview on white background

This text has color #BEB4B3 on white background.



Black color preview on #BEB4B3 background

This text has black color on #BEB4B3 background.


White color preview on #BEB4B3 background

This text has white color on #BEB4B3 background.