COLOR #B3BE9D

HEX: #B3BE9D RGB: (179,190,157)

Color info

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

RGB color model

#B3BE9D color RGB value is (179,190,157).

RGB: (179,190,157) (70%, 75%, 62%)

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 157 of 255 = 62%

179
190
157

R + G + B ~ 69%. #B3BE9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 190 + 157 = 526 (100%)
R 179 of 526 ~ 34.03%
G 190 of 526 ~ 36.12%
B 157 of 526 ~ 29.85'%

%34.03
%36.12
%29.85

CMYK color model

#B3BE9D color CMYK value is (6,0,17,25).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK: (6,0,17,25) C6M0Y17K25 (6%,0%,17%,25%) (0.06/0.00/0.17/0.25) 

CMYK percentages

%5.79
%0
%17.37
%25.49

Codes

Color #B3BE9D in popluar color models

B3 BE 9D
RGB 179 190 157
HSL 80° 20.25% 68.04%
HSB/HSV 80° 17.37% 74.51%
CMYK 5.79% 0.00% 17.37%
25.49%

Color #B3BE9D in popluar number systems.

HEX B3 BE 9D
Decimal 179 190 157
Binary 10110011 10111110 10011101
Octal 263 276 235

Shades and tints

Shades of #B3BE9D

#B3BE9D
(179,190,157)
#A3AD8F
(163,173,143)
#939C81
(147,156,129)
#838B73
(131,139,115)
#737A65
(115,122,101)
#636957
(99,105,87)
#535849
(83,88,73)
#43473B
(67,71,59)
#33362D
(51,54,45)
#23251F
(35,37,31)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #B3BE9D

#B3BE9D
(179,190,157)
#B9C3A5
(185,195,165)
#BFC8AD
(191,200,173)
#C5CDB5
(197,205,181)
#CBD2BD
(203,210,189)
#D1D7C5
(209,215,197)
#D7DCCD
(215,220,205)
#DDE1D5
(221,225,213)
#E3E6DD
(227,230,221)
#E9EBE5
(233,235,229)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BE9D color. Also use rgb(179,190,157) instead hex code.

Text Font Color

.myTextColor { color: #B3BE9D; }

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

This text font color is #B3BE9D.

Background Color

.myBgColor { background-color: #B3BE9D; }

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

This div background color is #B3BE9D.

Border color

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

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

This div border color is #B3BE9D.

Opacity

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

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

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

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

This text has shadow with #B3BE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BE9D.

Preview

Color preview on black background

This text has color #B3BE9D on black background.


Color preview on white background

This text has color #B3BE9D on white background.


Black color preview on #B3BE9D background

This text has black color on #B3BE9D background.


White color preview on #B3BE9D background

This text has white color on #B3BE9D background.


Related colors

Complementary color

Complementary color for #hex is #4C4162.


I love getcolorcode.com

Triadic colors

1 #9DB3BE and #BE9DB3 with #B3BE9D are triadic colors.

2 #9DBEB3 and #BEB39D with #B3BE9D are triadic colors.