COLOR #BEB4B8

HEX: #BEB4B8
RGB: (190,180,184)

Color info

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

RGB color model

#BEB4B8 color RGB value is (190,180,184).

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

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 184 of 255 = 72%

190
180
184

R + G + B ~ 73%. #BEB4B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 180 + 184 = 554 (100%)
R 190 of 554 ~ 34.3%
G 180 of 554 ~ 32.49%
B 184 of 554 ~ 33.21%

%34.3
%32.49
%33.21

CMYK color model

#BEB4B8 color CMYK value is (0,5,3,25).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(0,5,3,25)
C0M5Y3K25 
(0%,5%,3%,25%)
(0.00/0.05/0.03/0.25)	

CMYK percentages

%0
%5.26
%3.16
%25.49

Codes

Color #BEB4B8 in popluar color models

BEB4B8
RGB190180184
HSL336°7.14%72.55%
HSB/HSV336°5.26%74.51%
CMYK0.00%5.26%3.16%
25.49%

Color #BEB4B8 in popluar number systems.

HEXBEB4B8
Decimal190180184
Binary101111101011010010111000
Octal276264270

Shades and tints

Shades of #BEB4B8

#BEB4B8
(190,180,184)
#ADA4A8
(173,164,168)
#9C9498
(156,148,152)
#8B8488
(139,132,136)
#7A7478
(122,116,120)
#696468
(105,100,104)
#585458
(88,84,88)
#474448
(71,68,72)
#363438
(54,52,56)
#252428
(37,36,40)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEB4B8

#BEB4B8
(190,180,184)
#C3BABE
(195,186,190)
#C8C0C4
(200,192,196)
#CDC6CA
(205,198,202)
#D2CCD0
(210,204,208)
#D7D2D6
(215,210,214)
#DCD8DC
(220,216,220)
#E1DEE2
(225,222,226)
#E6E4E8
(230,228,232)
#EBEAEE
(235,234,238)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB4B8; }

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

This text font color is #BEB4B8.


Background Color

.myBgColor { background-color: #BEB4B8; }

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

This div background color is #BEB4B8.


Border color

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

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

This div border color is #BEB4B8.


Opacity

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

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

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

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

This text has shadow with #BEB4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4B8 on black background.


Color preview on white background

This text has color #BEB4B8 on white background.



Black color preview on #BEB4B8 background

This text has black color on #BEB4B8 background.


White color preview on #BEB4B8 background

This text has white color on #BEB4B8 background.