COLOR #BEBA9D

HEX: #BEBA9D
RGB: (190,186,157)

Color info

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

RGB color model

#BEBA9D color RGB value is (190,186,157).

  • red value is 190;
  • green value is 186;
  • blue value is 157.
RGB:
(190,186,157)
(75%,73%,62%)

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 157 of 255 = 62%

190
186
157

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

Portions of RGB colors in percentages

R + G + B =
190 + 186 + 157 = 533 (100%)
R 190 of 533 ~ 35.65%
G 186 of 533 ~ 34.9%
B 157 of 533 ~ 29.46%

%35.65
%34.9
%29.46

CMYK color model

#BEBA9D color CMYK value is (0,2,17,25).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(0,2,17,25)
C0M2Y17K25 
(0%,2%,17%,25%)
(0.00/0.02/0.17/0.25)	

CMYK percentages

%0
%2.11
%17.37
%25.49

Codes

Color #BEBA9D in popluar color models

BEBA9D
RGB190186157
HSL53°20.25%68.04%
HSB/HSV53°17.37%74.51%
CMYK0.00%2.11%17.37%
25.49%

Color #BEBA9D in popluar number systems.

HEXBEBA9D
Decimal190186157
Binary101111101011101010011101
Octal276272235

Shades and tints

Shades of #BEBA9D

#BEBA9D
(190,186,157)
#ADAA8F
(173,170,143)
#9C9A81
(156,154,129)
#8B8A73
(139,138,115)
#7A7A65
(122,122,101)
#696A57
(105,106,87)
#585A49
(88,90,73)
#474A3B
(71,74,59)
#363A2D
(54,58,45)
#252A1F
(37,42,31)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #BEBA9D

#BEBA9D
(190,186,157)
#C3C0A5
(195,192,165)
#C8C6AD
(200,198,173)
#CDCCB5
(205,204,181)
#D2D2BD
(210,210,189)
#D7D8C5
(215,216,197)
#DCDECD
(220,222,205)
#E1E4D5
(225,228,213)
#E6EADD
(230,234,221)
#EBF0E5
(235,240,229)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBA9D color. Also use rgb(190,186,157) instead hex code.

Text Font Color

.myTextColor { color: #BEBA9D; }

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

This text font color is #BEBA9D.


Background Color

.myBgColor { background-color: #BEBA9D; }

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

This div background color is #BEBA9D.


Border color

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

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

This div border color is #BEBA9D.


Opacity

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

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

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

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

This text has shadow with #BEBA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBA9D on black background.


Color preview on white background

This text has color #BEBA9D on white background.



Black color preview on #BEBA9D background

This text has black color on #BEBA9D background.


White color preview on #BEBA9D background

This text has white color on #BEBA9D background.