COLOR #B3BEA1

HEX: #B3BEA1
RGB: (179,190,161)

Color info

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

RGB color model

#B3BEA1 color RGB value is (179,190,161).

  • red value is 179;
  • green value is 190;
  • blue value is 161.
RGB:
(179,190,161)
(70%,75%,63%)

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 161 of 255 = 63%

179
190
161

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

Portions of RGB colors in percentages

R + G + B =
179 + 190 + 161 = 530 (100%)
R 179 of 530 ~ 33.77%
G 190 of 530 ~ 35.85%
B 161 of 530 ~ 30.38%

%33.77
%35.85
%30.38

CMYK color model

#B3BEA1 color CMYK value is (6,0,15,25).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 15.26%
  • key color value is 25.49%
CMYK:
(6,0,15,25)
C6M0Y15K25 
(6%,0%,15%,25%)
(0.06/0.00/0.15/0.25)	

CMYK percentages

%5.79
%0
%15.26
%25.49

Codes

Color #B3BEA1 in popluar color models

B3BEA1
RGB179190161
HSL83°18.24%68.82%
HSB/HSV83°15.26%74.51%
CMYK5.79%0.00%15.26%
25.49%

Color #B3BEA1 in popluar number systems.

HEXB3BEA1
Decimal179190161
Binary101100111011111010100001
Octal263276241

Shades and tints

Shades of #B3BEA1

#B3BEA1
(179,190,161)
#A3AD93
(163,173,147)
#939C85
(147,156,133)
#838B77
(131,139,119)
#737A69
(115,122,105)
#63695B
(99,105,91)
#53584D
(83,88,77)
#43473F
(67,71,63)
#333631
(51,54,49)
#232523
(35,37,35)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #B3BEA1

#B3BEA1
(179,190,161)
#B9C3A9
(185,195,169)
#BFC8B1
(191,200,177)
#C5CDB9
(197,205,185)
#CBD2C1
(203,210,193)
#D1D7C9
(209,215,201)
#D7DCD1
(215,220,209)
#DDE1D9
(221,225,217)
#E3E6E1
(227,230,225)
#E9EBE9
(233,235,233)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BEA1; }

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

This text font color is #B3BEA1.


Background Color

.myBgColor { background-color: #B3BEA1; }

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

This div background color is #B3BEA1.


Border color

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

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

This div border color is #B3BEA1.


Opacity

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

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

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

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

This text has shadow with #B3BEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BEA1 on black background.


Color preview on white background

This text has color #B3BEA1 on white background.



Black color preview on #B3BEA1 background

This text has black color on #B3BEA1 background.


White color preview on #B3BEA1 background

This text has white color on #B3BEA1 background.