COLOR #B0C89E

HEX: #B0C89E
RGB: (176,200,158)

Color info

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

RGB color model

#B0C89E color RGB value is (176,200,158).

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

RGB channels and saturation

R 176 of 255 = 69%
G 200 of 255 = 78%
B 158 of 255 = 62%

176
200
158

R + G + B ~ 70%. #B0C89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 200 + 158 = 534 (100%)
R 176 of 534 ~ 32.96%
G 200 of 534 ~ 37.45%
B 158 of 534 ~ 29.59%

%32.96
%37.45
%29.59

CMYK color model

#B0C89E color CMYK value is (12,0,21,22).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 21.57%
CMYK:
(12,0,21,22)
C12M0Y21K22 
(12%,0%,21%,22%)
(0.12/0.00/0.21/0.22)	

CMYK percentages

%12
%0
%21
%21.57

Codes

Color #B0C89E in popluar color models

B0C89E
RGB176200158
HSL94°27.63%70.20%
HSB/HSV94°21.00%78.43%
CMYK12.00%0.00%21.00%
21.57%

Color #B0C89E in popluar number systems.

HEXB0C89E
Decimal176200158
Binary101100001100100010011110
Octal260310236

Shades and tints

Shades of #B0C89E

#B0C89E
(176,200,158)
#A0B690
(160,182,144)
#90A482
(144,164,130)
#809274
(128,146,116)
#708066
(112,128,102)
#606E58
(96,110,88)
#505C4A
(80,92,74)
#404A3C
(64,74,60)
#30382E
(48,56,46)
#202620
(32,38,32)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #B0C89E

#B0C89E
(176,200,158)
#B7CDA6
(183,205,166)
#BED2AE
(190,210,174)
#C5D7B6
(197,215,182)
#CCDCBE
(204,220,190)
#D3E1C6
(211,225,198)
#DAE6CE
(218,230,206)
#E1EBD6
(225,235,214)
#E8F0DE
(232,240,222)
#EFF5E6
(239,245,230)
#F6FAEE
(246,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C89E; }

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

This text font color is #B0C89E.


Background Color

.myBgColor { background-color: #B0C89E; }

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

This div background color is #B0C89E.


Border color

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

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

This div border color is #B0C89E.


Opacity

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

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

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

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

This text has shadow with #B0C89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C89E on black background.


Color preview on white background

This text has color #B0C89E on white background.



Black color preview on #B0C89E background

This text has black color on #B0C89E background.


White color preview on #B0C89E background

This text has white color on #B0C89E background.