COLOR #B1BD9B

HEX: #B1BD9B
RGB: (177,189,155)

Color info

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

RGB color model

#B1BD9B color RGB value is (177,189,155).

  • red value is 177;
  • green value is 189;
  • blue value is 155.
RGB:
(177,189,155)
(69%,74%,61%)

RGB channels and saturation

R 177 of 255 = 69%
G 189 of 255 = 74%
B 155 of 255 = 61%

177
189
155

R + G + B ~ 68%. #B1BD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 189 + 155 = 521 (100%)
R 177 of 521 ~ 33.97%
G 189 of 521 ~ 36.28%
B 155 of 521 ~ 29.75%

%33.97
%36.28
%29.75

CMYK color model

#B1BD9B color CMYK value is (6,0,18,26).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(6,0,18,26)
C6M0Y18K26 
(6%,0%,18%,26%)
(0.06/0.00/0.18/0.26)	

CMYK percentages

%6.35
%0
%17.99
%25.88

Codes

Color #B1BD9B in popluar color models

B1BD9B
RGB177189155
HSL81°20.48%67.45%
HSB/HSV81°17.99%74.12%
CMYK6.35%0.00%17.99%
25.88%

Color #B1BD9B in popluar number systems.

HEXB1BD9B
Decimal177189155
Binary101100011011110110011011
Octal261275233

Shades and tints

Shades of #B1BD9B

#B1BD9B
(177,189,155)
#A1AC8D
(161,172,141)
#919B7F
(145,155,127)
#818A71
(129,138,113)
#717963
(113,121,99)
#616855
(97,104,85)
#515747
(81,87,71)
#414639
(65,70,57)
#31352B
(49,53,43)
#21241D
(33,36,29)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #B1BD9B

#B1BD9B
(177,189,155)
#B8C3A4
(184,195,164)
#BFC9AD
(191,201,173)
#C6CFB6
(198,207,182)
#CDD5BF
(205,213,191)
#D4DBC8
(212,219,200)
#DBE1D1
(219,225,209)
#E2E7DA
(226,231,218)
#E9EDE3
(233,237,227)
#F0F3EC
(240,243,236)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BD9B color. Also use rgb(177,189,155) instead hex code.

Text Font Color

.myTextColor { color: #B1BD9B; }

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

This text font color is #B1BD9B.


Background Color

.myBgColor { background-color: #B1BD9B; }

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

This div background color is #B1BD9B.


Border color

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

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

This div border color is #B1BD9B.


Opacity

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

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

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

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

This text has shadow with #B1BD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BD9B on black background.


Color preview on white background

This text has color #B1BD9B on white background.



Black color preview on #B1BD9B background

This text has black color on #B1BD9B background.


White color preview on #B1BD9B background

This text has white color on #B1BD9B background.