COLOR #B0CD6F

HEX: #B0CD6F
RGB: (176,205,111)

Color info

#B0CD6F contains mainly red and green colors. Web safe color of #B0CD6F is #99CC66 (or #9C6).

RGB color model

#B0CD6F color RGB value is (176,205,111).

  • red value is 176;
  • green value is 205;
  • blue value is 111.
RGB:
(176,205,111)
(69%,80%,44%)

RGB channels and saturation

R 176 of 255 = 69%
G 205 of 255 = 80%
B 111 of 255 = 44%

176
205
111

R + G + B ~ 64%. #B0CD6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 205 + 111 = 492 (100%)
R 176 of 492 ~ 35.77%
G 205 of 492 ~ 41.67%
B 111 of 492 ~ 22.56%

%35.77
%41.67
%22.56

CMYK color model

#B0CD6F color CMYK value is (14,0,46,20).

  • cyan value is 14.15%
  • magenta value is 0.00%
  • yellow value is 45.85%
  • key color value is 19.61%
CMYK:
(14,0,46,20)
C14M0Y46K20 
(14%,0%,46%,20%)
(0.14/0.00/0.46/0.20)	

CMYK percentages

%14.15
%0
%45.85
%19.61

Codes

Color #B0CD6F in popluar color models

B0CD6F
RGB176205111
HSL79°48.45%61.96%
HSB/HSV79°45.85%80.39%
CMYK14.15%0.00%45.85%
19.61%

Color #B0CD6F in popluar number systems.

HEXB0CD6F
Decimal176205111
Binary10110000110011011101111
Octal260315157

Shades and tints

Shades of #B0CD6F

#B0CD6F
(176,205,111)
#A0BB65
(160,187,101)
#90A95B
(144,169,91)
#809751
(128,151,81)
#708547
(112,133,71)
#60733D
(96,115,61)
#506133
(80,97,51)
#404F29
(64,79,41)
#303D1F
(48,61,31)
#202B15
(32,43,21)
#10190B
(16,25,11)
#000000
(0,0,0)

Tints of #B0CD6F

#B0CD6F
(176,205,111)
#B7D17C
(183,209,124)
#BED589
(190,213,137)
#C5D996
(197,217,150)
#CCDDA3
(204,221,163)
#D3E1B0
(211,225,176)
#DAE5BD
(218,229,189)
#E1E9CA
(225,233,202)
#E8EDD7
(232,237,215)
#EFF1E4
(239,241,228)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CD6F color. Also use rgb(176,205,111) instead hex code.

Text Font Color

.myTextColor { color: #B0CD6F; }

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

This text font color is #B0CD6F.


Background Color

.myBgColor { background-color: #B0CD6F; }

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

This div background color is #B0CD6F.


Border color

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

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

This div border color is #B0CD6F.


Opacity

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

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

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

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

This text has shadow with #B0CD6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CD6F on black background.


Color preview on white background

This text has color #B0CD6F on white background.



Black color preview on #B0CD6F background

This text has black color on #B0CD6F background.


White color preview on #B0CD6F background

This text has white color on #B0CD6F background.