COLOR #BEB7AB

HEX: #BEB7AB
RGB: (190,183,171)

Color info

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

RGB color model

#BEB7AB color RGB value is (190,183,171).

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

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 171 of 255 = 67%

190
183
171

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

Portions of RGB colors in percentages

R + G + B =
190 + 183 + 171 = 544 (100%)
R 190 of 544 ~ 34.93%
G 183 of 544 ~ 33.64%
B 171 of 544 ~ 31.43%

%34.93
%33.64
%31.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.68%
  • 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
%3.68
%10
%25.49

Codes

Color #BEB7AB in popluar color models

BEB7AB
RGB190183171
HSL38°12.75%70.78%
HSB/HSV38°10.00%74.51%
CMYK0.00%3.68%10.00%
25.49%

Color #BEB7AB in popluar number systems.

HEXBEB7AB
Decimal190183171
Binary101111101011011110101011
Octal276267253

Shades and tints

Shades of #BEB7AB

#BEB7AB
(190,183,171)
#ADA79C
(173,167,156)
#9C978D
(156,151,141)
#8B877E
(139,135,126)
#7A776F
(122,119,111)
#696760
(105,103,96)
#585751
(88,87,81)
#474742
(71,71,66)
#363733
(54,55,51)
#252724
(37,39,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEB7AB

#BEB7AB
(190,183,171)
#C3BDB2
(195,189,178)
#C8C3B9
(200,195,185)
#CDC9C0
(205,201,192)
#D2CFC7
(210,207,199)
#D7D5CE
(215,213,206)
#DCDBD5
(220,219,213)
#E1E1DC
(225,225,220)
#E6E7E3
(230,231,227)
#EBEDEA
(235,237,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7AB; }

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

This text font color is #BEB7AB.


Background Color

.myBgColor { background-color: #BEB7AB; }

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

This div background color is #BEB7AB.


Border color

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

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

This div border color is #BEB7AB.


Opacity

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

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

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

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

This text has shadow with #BEB7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB7AB on black background.


Color preview on white background

This text has color #BEB7AB on white background.



Black color preview on #BEB7AB background

This text has black color on #BEB7AB background.


White color preview on #BEB7AB background

This text has white color on #BEB7AB background.