COLOR #B9BEAB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

185
190
171

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

Portions of RGB colors in percentages

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

%33.88
%34.8
%31.32

CMYK color model

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

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

CMYK percentages

%2.63
%0
%10
%25.49

Codes

Color #B9BEAB in popluar color models

B9BEAB
RGB185190171
HSL76°12.75%70.78%
HSB/HSV76°10.00%74.51%
CMYK2.63%0.00%10.00%
25.49%

Color #B9BEAB in popluar number systems.

HEXB9BEAB
Decimal185190171
Binary101110011011111010101011
Octal271276253

Shades and tints

Shades of #B9BEAB

#B9BEAB
(185,190,171)
#A9AD9C
(169,173,156)
#999C8D
(153,156,141)
#898B7E
(137,139,126)
#797A6F
(121,122,111)
#696960
(105,105,96)
#595851
(89,88,81)
#494742
(73,71,66)
#393633
(57,54,51)
#292524
(41,37,36)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B9BEAB

#B9BEAB
(185,190,171)
#BFC3B2
(191,195,178)
#C5C8B9
(197,200,185)
#CBCDC0
(203,205,192)
#D1D2C7
(209,210,199)
#D7D7CE
(215,215,206)
#DDDCD5
(221,220,213)
#E3E1DC
(227,225,220)
#E9E6E3
(233,230,227)
#EFEBEA
(239,235,234)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEAB; }

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

This text font color is #B9BEAB.


Background Color

.myBgColor { background-color: #B9BEAB; }

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

This div background color is #B9BEAB.


Border color

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

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

This div border color is #B9BEAB.


Opacity

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

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

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

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

This text has shadow with #B9BEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BEAB on black background.


Color preview on white background

This text has color #B9BEAB on white background.



Black color preview on #B9BEAB background

This text has black color on #B9BEAB background.


White color preview on #B9BEAB background

This text has white color on #B9BEAB background.