COLOR #B0BEA1

HEX: #B0BEA1
RGB: (176,190,161)

Color info

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

RGB color model

#B0BEA1 color RGB value is (176,190,161).

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

RGB channels and saturation

R 176 of 255 = 69%
G 190 of 255 = 75%
B 161 of 255 = 63%

176
190
161

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

Portions of RGB colors in percentages

R + G + B =
176 + 190 + 161 = 527 (100%)
R 176 of 527 ~ 33.4%
G 190 of 527 ~ 36.05%
B 161 of 527 ~ 30.55%

%33.4
%36.05
%30.55

CMYK color model

#B0BEA1 color CMYK value is (7,0,15,25).

  • cyan value is 7.37%
  • magenta value is 0.00%
  • yellow value is 15.26%
  • key color value is 25.49%
CMYK:
(7,0,15,25)
C7M0Y15K25 
(7%,0%,15%,25%)
(0.07/0.00/0.15/0.25)	

CMYK percentages

%7.37
%0
%15.26
%25.49

Codes

Color #B0BEA1 in popluar color models

B0BEA1
RGB176190161
HSL89°18.24%68.82%
HSB/HSV89°15.26%74.51%
CMYK7.37%0.00%15.26%
25.49%

Color #B0BEA1 in popluar number systems.

HEXB0BEA1
Decimal176190161
Binary101100001011111010100001
Octal260276241

Shades and tints

Shades of #B0BEA1

#B0BEA1
(176,190,161)
#A0AD93
(160,173,147)
#909C85
(144,156,133)
#808B77
(128,139,119)
#707A69
(112,122,105)
#60695B
(96,105,91)
#50584D
(80,88,77)
#40473F
(64,71,63)
#303631
(48,54,49)
#202523
(32,37,35)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #B0BEA1

#B0BEA1
(176,190,161)
#B7C3A9
(183,195,169)
#BEC8B1
(190,200,177)
#C5CDB9
(197,205,185)
#CCD2C1
(204,210,193)
#D3D7C9
(211,215,201)
#DADCD1
(218,220,209)
#E1E1D9
(225,225,217)
#E8E6E1
(232,230,225)
#EFEBE9
(239,235,233)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BEA1; }

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

This text font color is #B0BEA1.


Background Color

.myBgColor { background-color: #B0BEA1; }

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

This div background color is #B0BEA1.


Border color

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

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

This div border color is #B0BEA1.


Opacity

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

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

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

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

This text has shadow with #B0BEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BEA1 on black background.


Color preview on white background

This text has color #B0BEA1 on white background.



Black color preview on #B0BEA1 background

This text has black color on #B0BEA1 background.


White color preview on #B0BEA1 background

This text has white color on #B0BEA1 background.