COLOR #B0C889

HEX: #B0C889
RGB: (176,200,137)

Color info

#B0C889 contains mainly red and green colors. Web safe color of #B0C889 is #99CC99 (or #9C9).

RGB color model

#B0C889 color RGB value is (176,200,137).

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

RGB channels and saturation

R 176 of 255 = 69%
G 200 of 255 = 78%
B 137 of 255 = 54%

176
200
137

R + G + B ~ 67%. #B0C889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 200 + 137 = 513 (100%)
R 176 of 513 ~ 34.31%
G 200 of 513 ~ 38.99%
B 137 of 513 ~ 26.71%

%34.31
%38.99
%26.71

CMYK color model

#B0C889 color CMYK value is (12,0,32,22).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 31.50%
  • key color value is 21.57%
CMYK:
(12,0,32,22)
C12M0Y32K22 
(12%,0%,32%,22%)
(0.12/0.00/0.32/0.22)	

CMYK percentages

%12
%0
%31.5
%21.57

Codes

Color #B0C889 in popluar color models

B0C889
RGB176200137
HSL83°36.42%66.08%
HSB/HSV83°31.50%78.43%
CMYK12.00%0.00%31.50%
21.57%

Color #B0C889 in popluar number systems.

HEXB0C889
Decimal176200137
Binary101100001100100010001001
Octal260310211

Shades and tints

Shades of #B0C889

#B0C889
(176,200,137)
#A0B67D
(160,182,125)
#90A471
(144,164,113)
#809265
(128,146,101)
#708059
(112,128,89)
#606E4D
(96,110,77)
#505C41
(80,92,65)
#404A35
(64,74,53)
#303829
(48,56,41)
#20261D
(32,38,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #B0C889

#B0C889
(176,200,137)
#B7CD93
(183,205,147)
#BED29D
(190,210,157)
#C5D7A7
(197,215,167)
#CCDCB1
(204,220,177)
#D3E1BB
(211,225,187)
#DAE6C5
(218,230,197)
#E1EBCF
(225,235,207)
#E8F0D9
(232,240,217)
#EFF5E3
(239,245,227)
#F6FAED
(246,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C889; }

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

This text font color is #B0C889.


Background Color

.myBgColor { background-color: #B0C889; }

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

This div background color is #B0C889.


Border color

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

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

This div border color is #B0C889.


Opacity

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

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

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

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

This text has shadow with #B0C889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C889 on black background.


Color preview on white background

This text has color #B0C889 on white background.



Black color preview on #B0C889 background

This text has black color on #B0C889 background.


White color preview on #B0C889 background

This text has white color on #B0C889 background.