COLOR #B1B798

HEX: #B1B798 RGB: (177,183,152)

Color info

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

RGB color model

#B1B798 color RGB value is (177,183,152).

RGB: (177,183,152) (69%, 72%, 60%)

RGB channels and saturation

R 177 of 255 = 69%
G 183 of 255 = 72%
B 152 of 255 = 60%

177
183
152

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

Portions of RGB colors in percentages

R + G + B = 177 + 183 + 152 = 512 (100%)
R 177 of 512 ~ 34.57%
G 183 of 512 ~ 35.74%
B 152 of 512 ~ 29.69'%

%34.57
%35.74
%29.69

CMYK color model

#B1B798 color CMYK value is (3,0,17,28).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 28.24%
CMYK: (3,0,17,28) C3M0Y17K28 (3%,0%,17%,28%) (0.03/0.00/0.17/0.28) 

CMYK percentages

%3.28
%0
%16.94
%28.24

Codes

Color #B1B798 in popluar color models

B1 B7 98
RGB 177 183 152
HSL 72° 17.71% 65.69%
HSB/HSV 72° 16.94% 71.76%
CMYK 3.28% 0.00% 16.94%
28.24%

Color #B1B798 in popluar number systems.

HEX B1 B7 98
Decimal 177 183 152
Binary 10110001 10110111 10011000
Octal 261 267 230

Shades and tints

Shades of #B1B798

#B1B798
(177,183,152)
#A1A78B
(161,167,139)
#91977E
(145,151,126)
#818771
(129,135,113)
#717764
(113,119,100)
#616757
(97,103,87)
#51574A
(81,87,74)
#41473D
(65,71,61)
#313730
(49,55,48)
#212723
(33,39,35)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #B1B798

#B1B798
(177,183,152)
#B8BDA1
(184,189,161)
#BFC3AA
(191,195,170)
#C6C9B3
(198,201,179)
#CDCFBC
(205,207,188)
#D4D5C5
(212,213,197)
#DBDBCE
(219,219,206)
#E2E1D7
(226,225,215)
#E9E7E0
(233,231,224)
#F0EDE9
(240,237,233)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B798 color. Also use rgb(177,183,152) instead hex code.

Text Font Color

.myTextColor { color: #B1B798; }

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

This text font color is #B1B798.

Background Color

.myBgColor { background-color: #B1B798; }

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

This div background color is #B1B798.

Border color

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

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

This div border color is #B1B798.

Opacity

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

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

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

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

This text has shadow with #B1B798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B798.

Preview

Color preview on black background

This text has color #B1B798 on black background.


Color preview on white background

This text has color #B1B798 on white background.


Black color preview on #B1B798 background

This text has black color on #B1B798 background.


White color preview on #B1B798 background

This text has white color on #B1B798 background.


Related colors

Complementary color

Complementary color for #hex is #4E4867.


I love getcolorcode.com

Triadic colors

1 #98B1B7 and #B798B1 with #B1B798 are triadic colors.

2 #98B7B1 and #B7B198 with #B1B798 are triadic colors.