COLOR #BEB5AB

HEX: #BEB5AB
RGB: (190,181,171)

Color info

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

RGB color model

#BEB5AB color RGB value is (190,181,171).

  • red value is 190;
  • green value is 181;
  • blue value is 171.
RGB:
(190,181,171)
(75%,71%,67%)

RGB channels and saturation

R 190 of 255 = 75%
G 181 of 255 = 71%
B 171 of 255 = 67%

190
181
171

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

Portions of RGB colors in percentages

R + G + B =
190 + 181 + 171 = 542 (100%)
R 190 of 542 ~ 35.06%
G 181 of 542 ~ 33.39%
B 171 of 542 ~ 31.55%

%35.06
%33.39
%31.55

CMYK color model

#BEB5AB color CMYK value is (0,5,10,25).

  • cyan value is 0.00%
  • magenta value is 4.74%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(0,5,10,25)
C0M5Y10K25 
(0%,5%,10%,25%)
(0.00/0.05/0.10/0.25)	

CMYK percentages

%0
%4.74
%10
%25.49

Codes

Color #BEB5AB in popluar color models

BEB5AB
RGB190181171
HSL32°12.75%70.78%
HSB/HSV32°10.00%74.51%
CMYK0.00%4.74%10.00%
25.49%

Color #BEB5AB in popluar number systems.

HEXBEB5AB
Decimal190181171
Binary101111101011010110101011
Octal276265253

Shades and tints

Shades of #BEB5AB

#BEB5AB
(190,181,171)
#ADA59C
(173,165,156)
#9C958D
(156,149,141)
#8B857E
(139,133,126)
#7A756F
(122,117,111)
#696560
(105,101,96)
#585551
(88,85,81)
#474542
(71,69,66)
#363533
(54,53,51)
#252524
(37,37,36)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BEB5AB

#BEB5AB
(190,181,171)
#C3BBB2
(195,187,178)
#C8C1B9
(200,193,185)
#CDC7C0
(205,199,192)
#D2CDC7
(210,205,199)
#D7D3CE
(215,211,206)
#DCD9D5
(220,217,213)
#E1DFDC
(225,223,220)
#E6E5E3
(230,229,227)
#EBEBEA
(235,235,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB5AB color. Also use rgb(190,181,171) instead hex code.

Text Font Color

.myTextColor { color: #BEB5AB; }

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

This text font color is #BEB5AB.


Background Color

.myBgColor { background-color: #BEB5AB; }

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

This div background color is #BEB5AB.


Border color

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

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

This div border color is #BEB5AB.


Opacity

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

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

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

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

This text has shadow with #BEB5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB5AB on black background.


Color preview on white background

This text has color #BEB5AB on white background.



Black color preview on #BEB5AB background

This text has black color on #BEB5AB background.


White color preview on #BEB5AB background

This text has white color on #BEB5AB background.