COLOR #B0C49F

HEX: #B0C49F
RGB: (176,196,159)

Color info

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

RGB color model

#B0C49F color RGB value is (176,196,159).

  • red value is 176;
  • green value is 196;
  • blue value is 159.
RGB:
(176,196,159)
(69%,77%,62%)

RGB channels and saturation

R 176 of 255 = 69%
G 196 of 255 = 77%
B 159 of 255 = 62%

176
196
159

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

Portions of RGB colors in percentages

R + G + B =
176 + 196 + 159 = 531 (100%)
R 176 of 531 ~ 33.15%
G 196 of 531 ~ 36.91%
B 159 of 531 ~ 29.94%

%33.15
%36.91
%29.94

CMYK color model

#B0C49F color CMYK value is (10,0,19,23).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 23.14%
CMYK:
(10,0,19,23)
C10M0Y19K23 
(10%,0%,19%,23%)
(0.10/0.00/0.19/0.23)	

CMYK percentages

%10.2
%0
%18.88
%23.14

Codes

Color #B0C49F in popluar color models

B0C49F
RGB176196159
HSL92°23.87%69.61%
HSB/HSV92°18.88%76.86%
CMYK10.20%0.00%18.88%
23.14%

Color #B0C49F in popluar number systems.

HEXB0C49F
Decimal176196159
Binary101100001100010010011111
Octal260304237

Shades and tints

Shades of #B0C49F

#B0C49F
(176,196,159)
#A0B391
(160,179,145)
#90A283
(144,162,131)
#809175
(128,145,117)
#708067
(112,128,103)
#606F59
(96,111,89)
#505E4B
(80,94,75)
#404D3D
(64,77,61)
#303C2F
(48,60,47)
#202B21
(32,43,33)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #B0C49F

#B0C49F
(176,196,159)
#B7C9A7
(183,201,167)
#BECEAF
(190,206,175)
#C5D3B7
(197,211,183)
#CCD8BF
(204,216,191)
#D3DDC7
(211,221,199)
#DAE2CF
(218,226,207)
#E1E7D7
(225,231,215)
#E8ECDF
(232,236,223)
#EFF1E7
(239,241,231)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C49F color. Also use rgb(176,196,159) instead hex code.

Text Font Color

.myTextColor { color: #B0C49F; }

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

This text font color is #B0C49F.


Background Color

.myBgColor { background-color: #B0C49F; }

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

This div background color is #B0C49F.


Border color

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

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

This div border color is #B0C49F.


Opacity

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

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

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

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

This text has shadow with #B0C49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C49F on black background.


Color preview on white background

This text has color #B0C49F on white background.



Black color preview on #B0C49F background

This text has black color on #B0C49F background.


White color preview on #B0C49F background

This text has white color on #B0C49F background.