COLOR #BEB0AD

HEX: #BEB0AD
RGB: (190,176,173)

Color info

#BEB0AD contains red, green and blue colors in about the same proportion. Web safe color of #BEB0AD is #CC9999 (or #C99).

RGB color model

#BEB0AD color RGB value is (190,176,173).

  • red value is 190;
  • green value is 176;
  • blue value is 173.
RGB:
(190,176,173)
(75%,69%,68%)

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 173 of 255 = 68%

190
176
173

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

Portions of RGB colors in percentages

R + G + B =
190 + 176 + 173 = 539 (100%)
R 190 of 539 ~ 35.25%
G 176 of 539 ~ 32.65%
B 173 of 539 ~ 32.1%

%35.25
%32.65
%32.1

CMYK color model

#BEB0AD color CMYK value is (0,7,9,25).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK:
(0,7,9,25)
C0M7Y9K25 
(0%,7%,9%,25%)
(0.00/0.07/0.09/0.25)	

CMYK percentages

%0
%7.37
%8.95
%25.49

Codes

Color #BEB0AD in popluar color models

BEB0AD
RGB190176173
HSL11°11.56%71.18%
HSB/HSV11°8.95%74.51%
CMYK0.00%7.37%8.95%
25.49%

Color #BEB0AD in popluar number systems.

HEXBEB0AD
Decimal190176173
Binary101111101011000010101101
Octal276260255

Shades and tints

Shades of #BEB0AD

#BEB0AD
(190,176,173)
#ADA09E
(173,160,158)
#9C908F
(156,144,143)
#8B8080
(139,128,128)
#7A7071
(122,112,113)
#696062
(105,96,98)
#585053
(88,80,83)
#474044
(71,64,68)
#363035
(54,48,53)
#252026
(37,32,38)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #BEB0AD

#BEB0AD
(190,176,173)
#C3B7B4
(195,183,180)
#C8BEBB
(200,190,187)
#CDC5C2
(205,197,194)
#D2CCC9
(210,204,201)
#D7D3D0
(215,211,208)
#DCDAD7
(220,218,215)
#E1E1DE
(225,225,222)
#E6E8E5
(230,232,229)
#EBEFEC
(235,239,236)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB0AD color. Also use rgb(190,176,173) instead hex code.

Text Font Color

.myTextColor { color: #BEB0AD; }

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

This text font color is #BEB0AD.


Background Color

.myBgColor { background-color: #BEB0AD; }

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

This div background color is #BEB0AD.


Border color

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

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

This div border color is #BEB0AD.


Opacity

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

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

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

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

This text has shadow with #BEB0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB0AD on black background.


Color preview on white background

This text has color #BEB0AD on white background.



Black color preview on #BEB0AD background

This text has black color on #BEB0AD background.


White color preview on #BEB0AD background

This text has white color on #BEB0AD background.