COLOR #B3CF6E

HEX: #B3CF6E
RGB: (179,207,110)

Color info

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

RGB color model

#B3CF6E color RGB value is (179,207,110).

  • red value is 179;
  • green value is 207;
  • blue value is 110.
RGB:
(179,207,110)
(70%,81%,43%)

RGB channels and saturation

R 179 of 255 = 70%
G 207 of 255 = 81%
B 110 of 255 = 43%

179
207
110

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

Portions of RGB colors in percentages

R + G + B =
179 + 207 + 110 = 496 (100%)
R 179 of 496 ~ 36.09%
G 207 of 496 ~ 41.73%
B 110 of 496 ~ 22.18%

%36.09
%41.73
%22.18

CMYK color model

#B3CF6E color CMYK value is (14,0,47,19).

  • cyan value is 13.53%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 18.82%
CMYK:
(14,0,47,19)
C14M0Y47K19 
(14%,0%,47%,19%)
(0.14/0.00/0.47/0.19)	

CMYK percentages

%13.53
%0
%46.86
%18.82

Codes

Color #B3CF6E in popluar color models

B3CF6E
RGB179207110
HSL77°50.26%62.16%
HSB/HSV77°46.86%81.18%
CMYK13.53%0.00%46.86%
18.82%

Color #B3CF6E in popluar number systems.

HEXB3CF6E
Decimal179207110
Binary10110011110011111101110
Octal263317156

Shades and tints

Shades of #B3CF6E

#B3CF6E
(179,207,110)
#A3BD64
(163,189,100)
#93AB5A
(147,171,90)
#839950
(131,153,80)
#738746
(115,135,70)
#63753C
(99,117,60)
#536332
(83,99,50)
#435128
(67,81,40)
#333F1E
(51,63,30)
#232D14
(35,45,20)
#131B0A
(19,27,10)
#000000
(0,0,0)

Tints of #B3CF6E

#B3CF6E
(179,207,110)
#B9D37B
(185,211,123)
#BFD788
(191,215,136)
#C5DB95
(197,219,149)
#CBDFA2
(203,223,162)
#D1E3AF
(209,227,175)
#D7E7BC
(215,231,188)
#DDEBC9
(221,235,201)
#E3EFD6
(227,239,214)
#E9F3E3
(233,243,227)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CF6E color. Also use rgb(179,207,110) instead hex code.

Text Font Color

.myTextColor { color: #B3CF6E; }

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

This text font color is #B3CF6E.


Background Color

.myBgColor { background-color: #B3CF6E; }

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

This div background color is #B3CF6E.


Border color

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

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

This div border color is #B3CF6E.


Opacity

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

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

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

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

This text has shadow with #B3CF6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3CF6E on black background.


Color preview on white background

This text has color #B3CF6E on white background.



Black color preview on #B3CF6E background

This text has black color on #B3CF6E background.


White color preview on #B3CF6E background

This text has white color on #B3CF6E background.