COLOR #B0CF6F

HEX: #B0CF6F
RGB: (176,207,111)

Color info

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

RGB color model

#B0CF6F color RGB value is (176,207,111).

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

RGB channels and saturation

R 176 of 255 = 69%
G 207 of 255 = 81%
B 111 of 255 = 44%

176
207
111

R + G + B ~ 65%. #B0CF6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 207 + 111 = 494 (100%)
R 176 of 494 ~ 35.63%
G 207 of 494 ~ 41.9%
B 111 of 494 ~ 22.47%

%35.63
%41.9
%22.47

CMYK color model

#B0CF6F color CMYK value is (15,0,46,19).

  • cyan value is 14.98%
  • magenta value is 0.00%
  • yellow value is 46.38%
  • key color value is 18.82%
CMYK:
(15,0,46,19)
C15M0Y46K19 
(15%,0%,46%,19%)
(0.15/0.00/0.46/0.19)	

CMYK percentages

%14.98
%0
%46.38
%18.82

Codes

Color #B0CF6F in popluar color models

B0CF6F
RGB176207111
HSL79°50.00%62.35%
HSB/HSV79°46.38%81.18%
CMYK14.98%0.00%46.38%
18.82%

Color #B0CF6F in popluar number systems.

HEXB0CF6F
Decimal176207111
Binary10110000110011111101111
Octal260317157

Shades and tints

Shades of #B0CF6F

#B0CF6F
(176,207,111)
#A0BD65
(160,189,101)
#90AB5B
(144,171,91)
#809951
(128,153,81)
#708747
(112,135,71)
#60753D
(96,117,61)
#506333
(80,99,51)
#405129
(64,81,41)
#303F1F
(48,63,31)
#202D15
(32,45,21)
#101B0B
(16,27,11)
#000000
(0,0,0)

Tints of #B0CF6F

#B0CF6F
(176,207,111)
#B7D37C
(183,211,124)
#BED789
(190,215,137)
#C5DB96
(197,219,150)
#CCDFA3
(204,223,163)
#D3E3B0
(211,227,176)
#DAE7BD
(218,231,189)
#E1EBCA
(225,235,202)
#E8EFD7
(232,239,215)
#EFF3E4
(239,243,228)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CF6F; }

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

This text font color is #B0CF6F.


Background Color

.myBgColor { background-color: #B0CF6F; }

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

This div background color is #B0CF6F.


Border color

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

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

This div border color is #B0CF6F.


Opacity

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

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

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

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

This text has shadow with #B0CF6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CF6F on black background.


Color preview on white background

This text has color #B0CF6F on white background.



Black color preview on #B0CF6F background

This text has black color on #B0CF6F background.


White color preview on #B0CF6F background

This text has white color on #B0CF6F background.