COLOR #B0C89B

HEX: #B0C89B
RGB: (176,200,155)

Color info

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

RGB color model

#B0C89B color RGB value is (176,200,155).

  • red value is 176;
  • green value is 200;
  • blue value is 155.
RGB:
(176,200,155)
(69%,78%,61%)

RGB channels and saturation

R 176 of 255 = 69%
G 200 of 255 = 78%
B 155 of 255 = 61%

176
200
155

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

Portions of RGB colors in percentages

R + G + B =
176 + 200 + 155 = 531 (100%)
R 176 of 531 ~ 33.15%
G 200 of 531 ~ 37.66%
B 155 of 531 ~ 29.19%

%33.15
%37.66
%29.19

CMYK color model

#B0C89B color CMYK value is (12,0,23,22).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 21.57%
CMYK:
(12,0,23,22)
C12M0Y23K22 
(12%,0%,23%,22%)
(0.12/0.00/0.23/0.22)	

CMYK percentages

%12
%0
%22.5
%21.57

Codes

Color #B0C89B in popluar color models

B0C89B
RGB176200155
HSL92°29.03%69.61%
HSB/HSV92°22.50%78.43%
CMYK12.00%0.00%22.50%
21.57%

Color #B0C89B in popluar number systems.

HEXB0C89B
Decimal176200155
Binary101100001100100010011011
Octal260310233

Shades and tints

Shades of #B0C89B

#B0C89B
(176,200,155)
#A0B68D
(160,182,141)
#90A47F
(144,164,127)
#809271
(128,146,113)
#708063
(112,128,99)
#606E55
(96,110,85)
#505C47
(80,92,71)
#404A39
(64,74,57)
#30382B
(48,56,43)
#20261D
(32,38,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #B0C89B

#B0C89B
(176,200,155)
#B7CDA4
(183,205,164)
#BED2AD
(190,210,173)
#C5D7B6
(197,215,182)
#CCDCBF
(204,220,191)
#D3E1C8
(211,225,200)
#DAE6D1
(218,230,209)
#E1EBDA
(225,235,218)
#E8F0E3
(232,240,227)
#EFF5EC
(239,245,236)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C89B color. Also use rgb(176,200,155) instead hex code.

Text Font Color

.myTextColor { color: #B0C89B; }

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

This text font color is #B0C89B.


Background Color

.myBgColor { background-color: #B0C89B; }

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

This div background color is #B0C89B.


Border color

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

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

This div border color is #B0C89B.


Opacity

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

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

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

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

This text has shadow with #B0C89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C89B on black background.


Color preview on white background

This text has color #B0C89B on white background.



Black color preview on #B0C89B background

This text has black color on #B0C89B background.


White color preview on #B0C89B background

This text has white color on #B0C89B background.