COLOR #B0C78D

HEX: #B0C78D
RGB: (176,199,141)

Color info

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

RGB color model

#B0C78D color RGB value is (176,199,141).

  • red value is 176;
  • green value is 199;
  • blue value is 141.
RGB:
(176,199,141)
(69%,78%,55%)

RGB channels and saturation

R 176 of 255 = 69%
G 199 of 255 = 78%
B 141 of 255 = 55%

176
199
141

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

Portions of RGB colors in percentages

R + G + B =
176 + 199 + 141 = 516 (100%)
R 176 of 516 ~ 34.11%
G 199 of 516 ~ 38.57%
B 141 of 516 ~ 27.33%

%34.11
%38.57
%27.33

CMYK color model

#B0C78D color CMYK value is (12,0,29,22).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 21.96%
CMYK:
(12,0,29,22)
C12M0Y29K22 
(12%,0%,29%,22%)
(0.12/0.00/0.29/0.22)	

CMYK percentages

%11.56
%0
%29.15
%21.96

Codes

Color #B0C78D in popluar color models

B0C78D
RGB176199141
HSL84°34.12%66.67%
HSB/HSV84°29.15%78.04%
CMYK11.56%0.00%29.15%
21.96%

Color #B0C78D in popluar number systems.

HEXB0C78D
Decimal176199141
Binary101100001100011110001101
Octal260307215

Shades and tints

Shades of #B0C78D

#B0C78D
(176,199,141)
#A0B581
(160,181,129)
#90A375
(144,163,117)
#809169
(128,145,105)
#707F5D
(112,127,93)
#606D51
(96,109,81)
#505B45
(80,91,69)
#404939
(64,73,57)
#30372D
(48,55,45)
#202521
(32,37,33)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B0C78D

#B0C78D
(176,199,141)
#B7CC97
(183,204,151)
#BED1A1
(190,209,161)
#C5D6AB
(197,214,171)
#CCDBB5
(204,219,181)
#D3E0BF
(211,224,191)
#DAE5C9
(218,229,201)
#E1EAD3
(225,234,211)
#E8EFDD
(232,239,221)
#EFF4E7
(239,244,231)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C78D color. Also use rgb(176,199,141) instead hex code.

Text Font Color

.myTextColor { color: #B0C78D; }

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

This text font color is #B0C78D.


Background Color

.myBgColor { background-color: #B0C78D; }

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

This div background color is #B0C78D.


Border color

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

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

This div border color is #B0C78D.


Opacity

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

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

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

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

This text has shadow with #B0C78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C78D on black background.


Color preview on white background

This text has color #B0C78D on white background.



Black color preview on #B0C78D background

This text has black color on #B0C78D background.


White color preview on #B0C78D background

This text has white color on #B0C78D background.