COLOR #B0C386

HEX: #B0C386
RGB: (176,195,134)

Color info

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

RGB color model

#B0C386 color RGB value is (176,195,134).

  • red value is 176;
  • green value is 195;
  • blue value is 134.
RGB:
(176,195,134)
(69%,76%,53%)

RGB channels and saturation

R 176 of 255 = 69%
G 195 of 255 = 76%
B 134 of 255 = 53%

176
195
134

R + G + B ~ 66%. #B0C386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 195 + 134 = 505 (100%)
R 176 of 505 ~ 34.85%
G 195 of 505 ~ 38.61%
B 134 of 505 ~ 26.53%

%34.85
%38.61
%26.53

CMYK color model

#B0C386 color CMYK value is (10,0,31,24).

  • cyan value is 9.74%
  • magenta value is 0.00%
  • yellow value is 31.28%
  • key color value is 23.53%
CMYK:
(10,0,31,24)
C10M0Y31K24 
(10%,0%,31%,24%)
(0.10/0.00/0.31/0.24)	

CMYK percentages

%9.74
%0
%31.28
%23.53

Codes

Color #B0C386 in popluar color models

B0C386
RGB176195134
HSL79°33.70%64.51%
HSB/HSV79°31.28%76.47%
CMYK9.74%0.00%31.28%
23.53%

Color #B0C386 in popluar number systems.

HEXB0C386
Decimal176195134
Binary101100001100001110000110
Octal260303206

Shades and tints

Shades of #B0C386

#B0C386
(176,195,134)
#A0B27A
(160,178,122)
#90A16E
(144,161,110)
#809062
(128,144,98)
#707F56
(112,127,86)
#606E4A
(96,110,74)
#505D3E
(80,93,62)
#404C32
(64,76,50)
#303B26
(48,59,38)
#202A1A
(32,42,26)
#10190E
(16,25,14)
#000000
(0,0,0)

Tints of #B0C386

#B0C386
(176,195,134)
#B7C891
(183,200,145)
#BECD9C
(190,205,156)
#C5D2A7
(197,210,167)
#CCD7B2
(204,215,178)
#D3DCBD
(211,220,189)
#DAE1C8
(218,225,200)
#E1E6D3
(225,230,211)
#E8EBDE
(232,235,222)
#EFF0E9
(239,240,233)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C386 color. Also use rgb(176,195,134) instead hex code.

Text Font Color

.myTextColor { color: #B0C386; }

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

This text font color is #B0C386.


Background Color

.myBgColor { background-color: #B0C386; }

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

This div background color is #B0C386.


Border color

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

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

This div border color is #B0C386.


Opacity

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

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

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

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

This text has shadow with #B0C386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C386 on black background.


Color preview on white background

This text has color #B0C386 on white background.



Black color preview on #B0C386 background

This text has black color on #B0C386 background.


White color preview on #B0C386 background

This text has white color on #B0C386 background.