COLOR #BEB9AB

HEX: #BEB9AB
RGB: (190,185,171)

Color info

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

RGB color model

#BEB9AB color RGB value is (190,185,171).

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

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 171 of 255 = 67%

190
185
171

R + G + B ~ 72%. #BEB9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 185 + 171 = 546 (100%)
R 190 of 546 ~ 34.8%
G 185 of 546 ~ 33.88%
B 171 of 546 ~ 31.32%

%34.8
%33.88
%31.32

CMYK color model

#BEB9AB color CMYK value is (0,3,10,25).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(0,3,10,25)
C0M3Y10K25 
(0%,3%,10%,25%)
(0.00/0.03/0.10/0.25)	

CMYK percentages

%0
%2.63
%10
%25.49

Codes

Color #BEB9AB in popluar color models

BEB9AB
RGB190185171
HSL44°12.75%70.78%
HSB/HSV44°10.00%74.51%
CMYK0.00%2.63%10.00%
25.49%

Color #BEB9AB in popluar number systems.

HEXBEB9AB
Decimal190185171
Binary101111101011100110101011
Octal276271253

Shades and tints

Shades of #BEB9AB

#BEB9AB
(190,185,171)
#ADA99C
(173,169,156)
#9C998D
(156,153,141)
#8B897E
(139,137,126)
#7A796F
(122,121,111)
#696960
(105,105,96)
#585951
(88,89,81)
#474942
(71,73,66)
#363933
(54,57,51)
#252924
(37,41,36)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEB9AB

#BEB9AB
(190,185,171)
#C3BFB2
(195,191,178)
#C8C5B9
(200,197,185)
#CDCBC0
(205,203,192)
#D2D1C7
(210,209,199)
#D7D7CE
(215,215,206)
#DCDDD5
(220,221,213)
#E1E3DC
(225,227,220)
#E6E9E3
(230,233,227)
#EBEFEA
(235,239,234)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9AB; }

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

This text font color is #BEB9AB.


Background Color

.myBgColor { background-color: #BEB9AB; }

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

This div background color is #BEB9AB.


Border color

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

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

This div border color is #BEB9AB.


Opacity

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

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

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

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

This text has shadow with #BEB9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB9AB on black background.


Color preview on white background

This text has color #BEB9AB on white background.



Black color preview on #BEB9AB background

This text has black color on #BEB9AB background.


White color preview on #BEB9AB background

This text has white color on #BEB9AB background.