COLOR #BEB8B4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

190
184
180

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

Portions of RGB colors in percentages

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

%34.3
%33.21
%32.49

CMYK color model

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

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

CMYK percentages

%0
%3.16
%5.26
%25.49

Codes

Color #BEB8B4 in popluar color models

BEB8B4
RGB190184180
HSL24°7.14%72.55%
HSB/HSV24°5.26%74.51%
CMYK0.00%3.16%5.26%
25.49%

Color #BEB8B4 in popluar number systems.

HEXBEB8B4
Decimal190184180
Binary101111101011100010110100
Octal276270264

Shades and tints

Shades of #BEB8B4

#BEB8B4
(190,184,180)
#ADA8A4
(173,168,164)
#9C9894
(156,152,148)
#8B8884
(139,136,132)
#7A7874
(122,120,116)
#696864
(105,104,100)
#585854
(88,88,84)
#474844
(71,72,68)
#363834
(54,56,52)
#252824
(37,40,36)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #BEB8B4

#BEB8B4
(190,184,180)
#C3BEBA
(195,190,186)
#C8C4C0
(200,196,192)
#CDCAC6
(205,202,198)
#D2D0CC
(210,208,204)
#D7D6D2
(215,214,210)
#DCDCD8
(220,220,216)
#E1E2DE
(225,226,222)
#E6E8E4
(230,232,228)
#EBEEEA
(235,238,234)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB8B4; }

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

This text font color is #BEB8B4.


Background Color

.myBgColor { background-color: #BEB8B4; }

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

This div background color is #BEB8B4.


Border color

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

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

This div border color is #BEB8B4.


Opacity

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

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

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

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

This text has shadow with #BEB8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB8B4 on black background.


Color preview on white background

This text has color #BEB8B4 on white background.



Black color preview on #BEB8B4 background

This text has black color on #BEB8B4 background.


White color preview on #BEB8B4 background

This text has white color on #BEB8B4 background.