COLOR #B9BEAC

HEX: #B9BEAC
RGB: (185,190,172)

Color info

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

RGB color model

#B9BEAC color RGB value is (185,190,172).

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

RGB channels and saturation

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

185
190
172

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

Portions of RGB colors in percentages

R + G + B =
185 + 190 + 172 = 547 (100%)
R 185 of 547 ~ 33.82%
G 190 of 547 ~ 34.73%
B 172 of 547 ~ 31.44%

%33.82
%34.73
%31.44

CMYK color model

#B9BEAC color CMYK value is (3,0,9,25).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK:
(3,0,9,25)
C3M0Y9K25 
(3%,0%,9%,25%)
(0.03/0.00/0.09/0.25)	

CMYK percentages

%2.63
%0
%9.47
%25.49

Codes

Color #B9BEAC in popluar color models

B9BEAC
RGB185190172
HSL77°12.16%70.98%
HSB/HSV77°9.47%74.51%
CMYK2.63%0.00%9.47%
25.49%

Color #B9BEAC in popluar number systems.

HEXB9BEAC
Decimal185190172
Binary101110011011111010101100
Octal271276254

Shades and tints

Shades of #B9BEAC

#B9BEAC
(185,190,172)
#A9AD9D
(169,173,157)
#999C8E
(153,156,142)
#898B7F
(137,139,127)
#797A70
(121,122,112)
#696961
(105,105,97)
#595852
(89,88,82)
#494743
(73,71,67)
#393634
(57,54,52)
#292525
(41,37,37)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #B9BEAC

#B9BEAC
(185,190,172)
#BFC3B3
(191,195,179)
#C5C8BA
(197,200,186)
#CBCDC1
(203,205,193)
#D1D2C8
(209,210,200)
#D7D7CF
(215,215,207)
#DDDCD6
(221,220,214)
#E3E1DD
(227,225,221)
#E9E6E4
(233,230,228)
#EFEBEB
(239,235,235)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEAC; }

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

This text font color is #B9BEAC.


Background Color

.myBgColor { background-color: #B9BEAC; }

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

This div background color is #B9BEAC.


Border color

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

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

This div border color is #B9BEAC.


Opacity

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

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

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

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

This text has shadow with #B9BEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BEAC on black background.


Color preview on white background

This text has color #B9BEAC on white background.



Black color preview on #B9BEAC background

This text has black color on #B9BEAC background.


White color preview on #B9BEAC background

This text has white color on #B9BEAC background.