COLOR #B1B894

HEX: #B1B894
RGB: (177,184,148)

Color info

#B1B894 contains red, green and blue colors in about the same proportion. Web safe color of #B1B894 is #99CC99 (or #9C9).

RGB color model

#B1B894 color RGB value is (177,184,148).

  • red value is 177;
  • green value is 184;
  • blue value is 148.
RGB:
(177,184,148)
(69%,72%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 184 of 255 = 72%
B 148 of 255 = 58%

177
184
148

R + G + B ~ 66%. #B1B894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 184 + 148 = 509 (100%)
R 177 of 509 ~ 34.77%
G 184 of 509 ~ 36.15%
B 148 of 509 ~ 29.08%

%34.77
%36.15
%29.08

CMYK color model

#B1B894 color CMYK value is (4,0,20,28).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 27.84%
CMYK:
(4,0,20,28)
C4M0Y20K28 
(4%,0%,20%,28%)
(0.04/0.00/0.20/0.28)	

CMYK percentages

%3.8
%0
%19.57
%27.84

Codes

Color #B1B894 in popluar color models

B1B894
RGB177184148
HSL72°20.22%65.10%
HSB/HSV72°19.57%72.16%
CMYK3.80%0.00%19.57%
27.84%

Color #B1B894 in popluar number systems.

HEXB1B894
Decimal177184148
Binary101100011011100010010100
Octal261270224

Shades and tints

Shades of #B1B894

#B1B894
(177,184,148)
#A1A887
(161,168,135)
#91987A
(145,152,122)
#81886D
(129,136,109)
#717860
(113,120,96)
#616853
(97,104,83)
#515846
(81,88,70)
#414839
(65,72,57)
#31382C
(49,56,44)
#21281F
(33,40,31)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #B1B894

#B1B894
(177,184,148)
#B8BE9D
(184,190,157)
#BFC4A6
(191,196,166)
#C6CAAF
(198,202,175)
#CDD0B8
(205,208,184)
#D4D6C1
(212,214,193)
#DBDCCA
(219,220,202)
#E2E2D3
(226,226,211)
#E9E8DC
(233,232,220)
#F0EEE5
(240,238,229)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B894 color. Also use rgb(177,184,148) instead hex code.

Text Font Color

.myTextColor { color: #B1B894; }

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

This text font color is #B1B894.


Background Color

.myBgColor { background-color: #B1B894; }

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

This div background color is #B1B894.


Border color

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

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

This div border color is #B1B894.


Opacity

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

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

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

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

This text has shadow with #B1B894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1B894 on black background.


Color preview on white background

This text has color #B1B894 on white background.



Black color preview on #B1B894 background

This text has black color on #B1B894 background.


White color preview on #B1B894 background

This text has white color on #B1B894 background.