COLOR #BEB8A9

HEX: #BEB8A9
RGB: (190,184,169)

Color info

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

RGB color model

#BEB8A9 color RGB value is (190,184,169).

  • red value is 190;
  • green value is 184;
  • blue value is 169.
RGB:
(190,184,169)
(75%,72%,66%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 169 of 255 = 66%

190
184
169

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

Portions of RGB colors in percentages

R + G + B =
190 + 184 + 169 = 543 (100%)
R 190 of 543 ~ 34.99%
G 184 of 543 ~ 33.89%
B 169 of 543 ~ 31.12%

%34.99
%33.89
%31.12

CMYK color model

#BEB8A9 color CMYK value is (0,3,11,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 11.05%
  • key color value is 25.49%
CMYK:
(0,3,11,25)
C0M3Y11K25 
(0%,3%,11%,25%)
(0.00/0.03/0.11/0.25)	

CMYK percentages

%0
%3.16
%11.05
%25.49

Codes

Color #BEB8A9 in popluar color models

BEB8A9
RGB190184169
HSL43°13.91%70.39%
HSB/HSV43°11.05%74.51%
CMYK0.00%3.16%11.05%
25.49%

Color #BEB8A9 in popluar number systems.

HEXBEB8A9
Decimal190184169
Binary101111101011100010101001
Octal276270251

Shades and tints

Shades of #BEB8A9

#BEB8A9
(190,184,169)
#ADA89A
(173,168,154)
#9C988B
(156,152,139)
#8B887C
(139,136,124)
#7A786D
(122,120,109)
#69685E
(105,104,94)
#58584F
(88,88,79)
#474840
(71,72,64)
#363831
(54,56,49)
#252822
(37,40,34)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #BEB8A9

#BEB8A9
(190,184,169)
#C3BEB0
(195,190,176)
#C8C4B7
(200,196,183)
#CDCABE
(205,202,190)
#D2D0C5
(210,208,197)
#D7D6CC
(215,214,204)
#DCDCD3
(220,220,211)
#E1E2DA
(225,226,218)
#E6E8E1
(230,232,225)
#EBEEE8
(235,238,232)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB8A9 color. Also use rgb(190,184,169) instead hex code.

Text Font Color

.myTextColor { color: #BEB8A9; }

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

This text font color is #BEB8A9.


Background Color

.myBgColor { background-color: #BEB8A9; }

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

This div background color is #BEB8A9.


Border color

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

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

This div border color is #BEB8A9.


Opacity

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

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

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

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

This text has shadow with #BEB8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB8A9 on black background.


Color preview on white background

This text has color #BEB8A9 on white background.



Black color preview on #BEB8A9 background

This text has black color on #BEB8A9 background.


White color preview on #BEB8A9 background

This text has white color on #BEB8A9 background.