COLOR #B1BD97

HEX: #B1BD97
RGB: (177,189,151)

Color info

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

RGB color model

#B1BD97 color RGB value is (177,189,151).

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

RGB channels and saturation

R 177 of 255 = 69%
G 189 of 255 = 74%
B 151 of 255 = 59%

177
189
151

R + G + B ~ 67%. #B1BD97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 189 + 151 = 517 (100%)
R 177 of 517 ~ 34.24%
G 189 of 517 ~ 36.56%
B 151 of 517 ~ 29.21%

%34.24
%36.56
%29.21

CMYK color model

#B1BD97 color CMYK value is (6,0,20,26).

  • cyan value is 6.35%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 25.88%
CMYK:
(6,0,20,26)
C6M0Y20K26 
(6%,0%,20%,26%)
(0.06/0.00/0.20/0.26)	

CMYK percentages

%6.35
%0
%20.11
%25.88

Codes

Color #B1BD97 in popluar color models

B1BD97
RGB177189151
HSL79°22.35%66.67%
HSB/HSV79°20.11%74.12%
CMYK6.35%0.00%20.11%
25.88%

Color #B1BD97 in popluar number systems.

HEXB1BD97
Decimal177189151
Binary101100011011110110010111
Octal261275227

Shades and tints

Shades of #B1BD97

#B1BD97
(177,189,151)
#A1AC8A
(161,172,138)
#919B7D
(145,155,125)
#818A70
(129,138,112)
#717963
(113,121,99)
#616856
(97,104,86)
#515749
(81,87,73)
#41463C
(65,70,60)
#31352F
(49,53,47)
#212422
(33,36,34)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #B1BD97

#B1BD97
(177,189,151)
#B8C3A0
(184,195,160)
#BFC9A9
(191,201,169)
#C6CFB2
(198,207,178)
#CDD5BB
(205,213,187)
#D4DBC4
(212,219,196)
#DBE1CD
(219,225,205)
#E2E7D6
(226,231,214)
#E9EDDF
(233,237,223)
#F0F3E8
(240,243,232)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1BD97; }

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

This text font color is #B1BD97.


Background Color

.myBgColor { background-color: #B1BD97; }

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

This div background color is #B1BD97.


Border color

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

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

This div border color is #B1BD97.


Opacity

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

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

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

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

This text has shadow with #B1BD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1BD97 on black background.


Color preview on white background

This text has color #B1BD97 on white background.



Black color preview on #B1BD97 background

This text has black color on #B1BD97 background.


White color preview on #B1BD97 background

This text has white color on #B1BD97 background.