COLOR #B9BEA2

HEX: #B9BEA2
RGB: (185,190,162)

Color info

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

RGB color model

#B9BEA2 color RGB value is (185,190,162).

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

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 162 of 255 = 64%

185
190
162

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

Portions of RGB colors in percentages

R + G + B =
185 + 190 + 162 = 537 (100%)
R 185 of 537 ~ 34.45%
G 190 of 537 ~ 35.38%
B 162 of 537 ~ 30.17%

%34.45
%35.38
%30.17

CMYK color model

#B9BEA2 color CMYK value is (3,0,15,25).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 25.49%
CMYK:
(3,0,15,25)
C3M0Y15K25 
(3%,0%,15%,25%)
(0.03/0.00/0.15/0.25)	

CMYK percentages

%2.63
%0
%14.74
%25.49

Codes

Color #B9BEA2 in popluar color models

B9BEA2
RGB185190162
HSL71°17.72%69.02%
HSB/HSV71°14.74%74.51%
CMYK2.63%0.00%14.74%
25.49%

Color #B9BEA2 in popluar number systems.

HEXB9BEA2
Decimal185190162
Binary101110011011111010100010
Octal271276242

Shades and tints

Shades of #B9BEA2

#B9BEA2
(185,190,162)
#A9AD94
(169,173,148)
#999C86
(153,156,134)
#898B78
(137,139,120)
#797A6A
(121,122,106)
#69695C
(105,105,92)
#59584E
(89,88,78)
#494740
(73,71,64)
#393632
(57,54,50)
#292524
(41,37,36)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #B9BEA2

#B9BEA2
(185,190,162)
#BFC3AA
(191,195,170)
#C5C8B2
(197,200,178)
#CBCDBA
(203,205,186)
#D1D2C2
(209,210,194)
#D7D7CA
(215,215,202)
#DDDCD2
(221,220,210)
#E3E1DA
(227,225,218)
#E9E6E2
(233,230,226)
#EFEBEA
(239,235,234)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEA2; }

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

This text font color is #B9BEA2.


Background Color

.myBgColor { background-color: #B9BEA2; }

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

This div background color is #B9BEA2.


Border color

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

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

This div border color is #B9BEA2.


Opacity

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

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

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

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

This text has shadow with #B9BEA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BEA2 on black background.


Color preview on white background

This text has color #B9BEA2 on white background.



Black color preview on #B9BEA2 background

This text has black color on #B9BEA2 background.


White color preview on #B9BEA2 background

This text has white color on #B9BEA2 background.