COLOR #B1BD9A

HEX: #B1BD9A RGB: (177,189,154)

Color info

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

RGB color model

#B1BD9A color RGB value is (177,189,154).

RGB: (177,189,154) (69%, 74%, 60%)

RGB channels and saturation

R 177 of 255 = 69%
G 189 of 255 = 74%
B 154 of 255 = 60%

177
189
154

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

Portions of RGB colors in percentages

R + G + B = 177 + 189 + 154 = 520 (100%)
R 177 of 520 ~ 34.04%
G 189 of 520 ~ 36.35%
B 154 of 520 ~ 29.62'%

%34.04
%36.35
%29.62

CMYK color model

#B1BD9A color CMYK value is (6,0,19,26).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 25.88%

CMYK: (6,0,19,26)
C6M0Y19K26 (6%, 0%, 19%, 26%)
(0.06 / 0.00 / 0.19 / 0.26)

CMYK percentages

%6.35
%0
%18.52
%25.88

Codes

Color #B1BD9A in popluar color models

B1 BD 9A
RGB 177 189 154
HSL 81° 20.96% 67.25%
HSB/HSV 81° 18.52% 74.12%
CMYK 6.35% 0.00% 18.52%
25.88%

Color #B1BD9A in popluar number systems.

HEX B1 BD 9A
Decimal 177 189 154
Binary 10110001 10111101 10011010
Octal 261 275 232

Shades and tints

Shades of #B1BD9A

#B1BD9A
(177,189,154)
#A1AC8C
(161,172,140)
#919B7E
(145,155,126)
#818A70
(129,138,112)
#717962
(113,121,98)
#616854
(97,104,84)
#515746
(81,87,70)
#414638
(65,70,56)
#31352A
(49,53,42)
#21241C
(33,36,28)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #B1BD9A

#B1BD9A
(177,189,154)
#B8C3A3
(184,195,163)
#BFC9AC
(191,201,172)
#C6CFB5
(198,207,181)
#CDD5BE
(205,213,190)
#D4DBC7
(212,219,199)
#DBE1D0
(219,225,208)
#E2E7D9
(226,231,217)
#E9EDE2
(233,237,226)
#F0F3EB
(240,243,235)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BD9A; }

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

This text font color is #B1BD9A.

Background Color

.myBgColor { background-color: #B1BD9A; }

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

This div background color is #B1BD9A.

Border color

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

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

This div border color is #B1BD9A.

Opacity

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

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

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

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

This text has shadow with #B1BD9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BD9A.

Preview

Color preview on black background

This text has color #B1BD9A on black background.


Color preview on white background

This text has color #B1BD9A on white background.


Black color preview on #B1BD9A background

This text has black color on #B1BD9A background.


White color preview on #B1BD9A background

This text has white color on #B1BD9A background.


Related colors

Complementary color

Complementary color for #hex is #4E4265.


I love getcolorcode.com

Triadic colors

1 #9AB1BD and #BD9AB1 with #B1BD9A are triadic colors.

2 #9ABDB1 and #BDB19A with #B1BD9A are triadic colors.