COLOR #B1B993

HEX: #B1B993 RGB: (177,185,147)

Color info

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

RGB color model

#B1B993 color RGB value is (177,185,147).

RGB: (177,185,147) (69%, 73%, 58%)

RGB channels and saturation

R 177 of 255 = 69%
G 185 of 255 = 73%
B 147 of 255 = 58%

177
185
147

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

Portions of RGB colors in percentages

R + G + B = 177 + 185 + 147 = 509 (100%)
R 177 of 509 ~ 34.77%
G 185 of 509 ~ 36.35%
B 147 of 509 ~ 28.88'%

%34.77
%36.35
%28.88

CMYK color model

#B1B993 color CMYK value is (4,0,21,27).

  • cyan value is 4.32%
  • magenta value is 0.00%
  • yellow value is 20.54%
  • key color value is 27.45%

CMYK: (4,0,21,27)
C4M0Y21K27 (4%, 0%, 21%, 27%)
(0.04 / 0.00 / 0.21 / 0.27)

CMYK percentages

%4.32
%0
%20.54
%27.45

Codes

Color #B1B993 in popluar color models

B1 B9 93
RGB 177 185 147
HSL 73° 21.35% 65.10%
HSB/HSV 73° 20.54% 72.55%
CMYK 4.32% 0.00% 20.54%
27.45%

Color #B1B993 in popluar number systems.

HEX B1 B9 93
Decimal 177 185 147
Binary 10110001 10111001 10010011
Octal 261 271 223

Shades and tints

Shades of #B1B993

#B1B993
(177,185,147)
#A1A986
(161,169,134)
#919979
(145,153,121)
#81896C
(129,137,108)
#71795F
(113,121,95)
#616952
(97,105,82)
#515945
(81,89,69)
#414938
(65,73,56)
#31392B
(49,57,43)
#21291E
(33,41,30)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #B1B993

#B1B993
(177,185,147)
#B8BF9C
(184,191,156)
#BFC5A5
(191,197,165)
#C6CBAE
(198,203,174)
#CDD1B7
(205,209,183)
#D4D7C0
(212,215,192)
#DBDDC9
(219,221,201)
#E2E3D2
(226,227,210)
#E9E9DB
(233,233,219)
#F0EFE4
(240,239,228)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1B993 color. Also use rgb(177,185,147) instead hex code.

Text Font Color

.myTextColor { color: #B1B993; }

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

This text font color is #B1B993.

Background Color

.myBgColor { background-color: #B1B993; }

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

This div background color is #B1B993.

Border color

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

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

This div border color is #B1B993.

Opacity

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

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

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

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

This text has shadow with #B1B993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1B993.

Preview

Color preview on black background

This text has color #B1B993 on black background.


Color preview on white background

This text has color #B1B993 on white background.


Black color preview on #B1B993 background

This text has black color on #B1B993 background.


White color preview on #B1B993 background

This text has white color on #B1B993 background.


Related colors

Complementary color

Complementary color for #hex is #4E466C.


I love getcolorcode.com

Triadic colors

1 #93B1B9 and #B993B1 with #B1B993 are triadic colors.

2 #93B9B1 and #B9B193 with #B1B993 are triadic colors.