COLOR #BEB6AB

HEX: #BEB6AB
RGB: (190,182,171)

Color info

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

RGB color model

#BEB6AB color RGB value is (190,182,171).

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

RGB channels and saturation

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

190
182
171

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

Portions of RGB colors in percentages

R + G + B =
190 + 182 + 171 = 543 (100%)
R 190 of 543 ~ 34.99%
G 182 of 543 ~ 33.52%
B 171 of 543 ~ 31.49%

%34.99
%33.52
%31.49

CMYK color model

#BEB6AB color CMYK value is (0,4,10,25).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(0,4,10,25)
C0M4Y10K25 
(0%,4%,10%,25%)
(0.00/0.04/0.10/0.25)	

CMYK percentages

%0
%4.21
%10
%25.49

Codes

Color #BEB6AB in popluar color models

BEB6AB
RGB190182171
HSL35°12.75%70.78%
HSB/HSV35°10.00%74.51%
CMYK0.00%4.21%10.00%
25.49%

Color #BEB6AB in popluar number systems.

HEXBEB6AB
Decimal190182171
Binary101111101011011010101011
Octal276266253

Shades and tints

Shades of #BEB6AB

#BEB6AB
(190,182,171)
#ADA69C
(173,166,156)
#9C968D
(156,150,141)
#8B867E
(139,134,126)
#7A766F
(122,118,111)
#696660
(105,102,96)
#585651
(88,86,81)
#474642
(71,70,66)
#363633
(54,54,51)
#252624
(37,38,36)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEB6AB

#BEB6AB
(190,182,171)
#C3BCB2
(195,188,178)
#C8C2B9
(200,194,185)
#CDC8C0
(205,200,192)
#D2CEC7
(210,206,199)
#D7D4CE
(215,212,206)
#DCDAD5
(220,218,213)
#E1E0DC
(225,224,220)
#E6E6E3
(230,230,227)
#EBECEA
(235,236,234)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB6AB; }

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

This text font color is #BEB6AB.


Background Color

.myBgColor { background-color: #BEB6AB; }

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

This div background color is #BEB6AB.


Border color

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

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

This div border color is #BEB6AB.


Opacity

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

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

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

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

This text has shadow with #BEB6AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB6AB on black background.


Color preview on white background

This text has color #BEB6AB on white background.



Black color preview on #BEB6AB background

This text has black color on #BEB6AB background.


White color preview on #BEB6AB background

This text has white color on #BEB6AB background.