COLOR #BEB6A3

HEX: #BEB6A3
RGB: (190,182,163)

Color info

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

RGB color model

#BEB6A3 color RGB value is (190,182,163).

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

RGB channels and saturation

R 190 of 255 = 75%
G 182 of 255 = 71%
B 163 of 255 = 64%

190
182
163

R + G + B ~ 70%. #BEB6A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 182 + 163 = 535 (100%)
R 190 of 535 ~ 35.51%
G 182 of 535 ~ 34.02%
B 163 of 535 ~ 30.47%

%35.51
%34.02
%30.47

CMYK color model

#BEB6A3 color CMYK value is (0,4,14,25).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 14.21%
  • key color value is 25.49%
CMYK:
(0,4,14,25)
C0M4Y14K25 
(0%,4%,14%,25%)
(0.00/0.04/0.14/0.25)	

CMYK percentages

%0
%4.21
%14.21
%25.49

Codes

Color #BEB6A3 in popluar color models

BEB6A3
RGB190182163
HSL42°17.20%69.22%
HSB/HSV42°14.21%74.51%
CMYK0.00%4.21%14.21%
25.49%

Color #BEB6A3 in popluar number systems.

HEXBEB6A3
Decimal190182163
Binary101111101011011010100011
Octal276266243

Shades and tints

Shades of #BEB6A3

#BEB6A3
(190,182,163)
#ADA695
(173,166,149)
#9C9687
(156,150,135)
#8B8679
(139,134,121)
#7A766B
(122,118,107)
#69665D
(105,102,93)
#58564F
(88,86,79)
#474641
(71,70,65)
#363633
(54,54,51)
#252625
(37,38,37)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #BEB6A3

#BEB6A3
(190,182,163)
#C3BCAB
(195,188,171)
#C8C2B3
(200,194,179)
#CDC8BB
(205,200,187)
#D2CEC3
(210,206,195)
#D7D4CB
(215,212,203)
#DCDAD3
(220,218,211)
#E1E0DB
(225,224,219)
#E6E6E3
(230,230,227)
#EBECEB
(235,236,235)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB6A3; }

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

This text font color is #BEB6A3.


Background Color

.myBgColor { background-color: #BEB6A3; }

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

This div background color is #BEB6A3.


Border color

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

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

This div border color is #BEB6A3.


Opacity

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

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

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

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

This text has shadow with #BEB6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB6A3 on black background.


Color preview on white background

This text has color #BEB6A3 on white background.



Black color preview on #BEB6A3 background

This text has black color on #BEB6A3 background.


White color preview on #BEB6A3 background

This text has white color on #BEB6A3 background.