COLOR #BEB6A8

HEX: #BEB6A8
RGB: (190,182,168)

Color info

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

RGB color model

#BEB6A8 color RGB value is (190,182,168).

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

RGB channels and saturation

R 190 of 255 = 75%
G 182 of 255 = 71%
B 168 of 255 = 66%

190
182
168

R + G + B ~ 71%. #BEB6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 182 + 168 = 540 (100%)
R 190 of 540 ~ 35.19%
G 182 of 540 ~ 33.7%
B 168 of 540 ~ 31.11%

%35.19
%33.7
%31.11

CMYK color model

#BEB6A8 color CMYK value is (0,4,12,25).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK:
(0,4,12,25)
C0M4Y12K25 
(0%,4%,12%,25%)
(0.00/0.04/0.12/0.25)	

CMYK percentages

%0
%4.21
%11.58
%25.49

Codes

Color #BEB6A8 in popluar color models

BEB6A8
RGB190182168
HSL38°14.47%70.20%
HSB/HSV38°11.58%74.51%
CMYK0.00%4.21%11.58%
25.49%

Color #BEB6A8 in popluar number systems.

HEXBEB6A8
Decimal190182168
Binary101111101011011010101000
Octal276266250

Shades and tints

Shades of #BEB6A8

#BEB6A8
(190,182,168)
#ADA699
(173,166,153)
#9C968A
(156,150,138)
#8B867B
(139,134,123)
#7A766C
(122,118,108)
#69665D
(105,102,93)
#58564E
(88,86,78)
#47463F
(71,70,63)
#363630
(54,54,48)
#252621
(37,38,33)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #BEB6A8

#BEB6A8
(190,182,168)
#C3BCAF
(195,188,175)
#C8C2B6
(200,194,182)
#CDC8BD
(205,200,189)
#D2CEC4
(210,206,196)
#D7D4CB
(215,212,203)
#DCDAD2
(220,218,210)
#E1E0D9
(225,224,217)
#E6E6E0
(230,230,224)
#EBECE7
(235,236,231)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB6A8; }

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

This text font color is #BEB6A8.


Background Color

.myBgColor { background-color: #BEB6A8; }

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

This div background color is #BEB6A8.


Border color

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

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

This div border color is #BEB6A8.


Opacity

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

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

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

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

This text has shadow with #BEB6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB6A8 on black background.


Color preview on white background

This text has color #BEB6A8 on white background.



Black color preview on #BEB6A8 background

This text has black color on #BEB6A8 background.


White color preview on #BEB6A8 background

This text has white color on #BEB6A8 background.