COLOR #B1BE8D

HEX: #B1BE8D RGB: (177,190,141)

Color info

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

RGB color model

#B1BE8D color RGB value is (177,190,141).

RGB: (177,190,141) (69%, 75%, 55%)

RGB channels and saturation

R 177 of 255 = 69%
G 190 of 255 = 75%
B 141 of 255 = 55%

177
190
141

R + G + B ~ 66%. #B1BE8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 190 + 141 = 508 (100%)
R 177 of 508 ~ 34.84%
G 190 of 508 ~ 37.4%
B 141 of 508 ~ 27.76'%

%34.84
%37.4
%27.76

CMYK color model

#B1BE8D color CMYK value is (7,0,26,25).

  • cyan value is 6.84%
  • magenta value is 0.00%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK: (7,0,26,25) C7M0Y26K25 (7%,0%,26%,25%) (0.07/0.00/0.26/0.25) 

CMYK percentages

%6.84
%0
%25.79
%25.49

Codes

Color #B1BE8D in popluar color models

B1 BE 8D
RGB 177 190 141
HSL 76° 27.37% 64.90%
HSB/HSV 76° 25.79% 74.51%
CMYK 6.84% 0.00% 25.79%
25.49%

Color #B1BE8D in popluar number systems.

HEX B1 BE 8D
Decimal 177 190 141
Binary 10110001 10111110 10001101
Octal 261 276 215

Shades and tints

Shades of #B1BE8D

#B1BE8D
(177,190,141)
#A1AD81
(161,173,129)
#919C75
(145,156,117)
#818B69
(129,139,105)
#717A5D
(113,122,93)
#616951
(97,105,81)
#515845
(81,88,69)
#414739
(65,71,57)
#31362D
(49,54,45)
#212521
(33,37,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1BE8D

#B1BE8D
(177,190,141)
#B8C397
(184,195,151)
#BFC8A1
(191,200,161)
#C6CDAB
(198,205,171)
#CDD2B5
(205,210,181)
#D4D7BF
(212,215,191)
#DBDCC9
(219,220,201)
#E2E1D3
(226,225,211)
#E9E6DD
(233,230,221)
#F0EBE7
(240,235,231)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BE8D color. Also use rgb(177,190,141) instead hex code.

Text Font Color

.myTextColor { color: #B1BE8D; }

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

This text font color is #B1BE8D.

Background Color

.myBgColor { background-color: #B1BE8D; }

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

This div background color is #B1BE8D.

Border color

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

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

This div border color is #B1BE8D.

Opacity

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

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

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

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

This text has shadow with #B1BE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BE8D.

Preview

Color preview on black background

This text has color #B1BE8D on black background.


Color preview on white background

This text has color #B1BE8D on white background.


Black color preview on #B1BE8D background

This text has black color on #B1BE8D background.


White color preview on #B1BE8D background

This text has white color on #B1BE8D background.


Related colors

Complementary color

Complementary color for #hex is #4E4172.


I love getcolorcode.com

Triadic colors

1 #8DB1BE and #BE8DB1 with #B1BE8D are triadic colors.

2 #8DBEB1 and #BEB18D with #B1BE8D are triadic colors.