COLOR #B6CC7F

HEX: #B6CC7F
RGB: (182,204,127)

Color info

#B6CC7F contains mainly red and green colors. Web safe color of #B6CC7F is #CCCC66 (or #CC6).

RGB color model

#B6CC7F color RGB value is (182,204,127).

  • red value is 182;
  • green value is 204;
  • blue value is 127.
RGB:
(182,204,127)
(71%,80%,50%)

RGB channels and saturation

R 182 of 255 = 71%
G 204 of 255 = 80%
B 127 of 255 = 50%

182
204
127

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

Portions of RGB colors in percentages

R + G + B =
182 + 204 + 127 = 513 (100%)
R 182 of 513 ~ 35.48%
G 204 of 513 ~ 39.77%
B 127 of 513 ~ 24.76%

%35.48
%39.77
%24.76

CMYK color model

#B6CC7F color CMYK value is (11,0,38,20).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 37.75%
  • key color value is 20.00%
CMYK:
(11,0,38,20)
C11M0Y38K20 
(11%,0%,38%,20%)
(0.11/0.00/0.38/0.20)	

CMYK percentages

%10.78
%0
%37.75
%20

Codes

Color #B6CC7F in popluar color models

B6CC7F
RGB182204127
HSL77°43.02%64.90%
HSB/HSV77°37.75%80.00%
CMYK10.78%0.00%37.75%
20.00%

Color #B6CC7F in popluar number systems.

HEXB6CC7F
Decimal182204127
Binary10110110110011001111111
Octal266314177

Shades and tints

Shades of #B6CC7F

#B6CC7F
(182,204,127)
#A6BA74
(166,186,116)
#96A869
(150,168,105)
#86965E
(134,150,94)
#768453
(118,132,83)
#667248
(102,114,72)
#56603D
(86,96,61)
#464E32
(70,78,50)
#363C27
(54,60,39)
#262A1C
(38,42,28)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #B6CC7F

#B6CC7F
(182,204,127)
#BCD08A
(188,208,138)
#C2D495
(194,212,149)
#C8D8A0
(200,216,160)
#CEDCAB
(206,220,171)
#D4E0B6
(212,224,182)
#DAE4C1
(218,228,193)
#E0E8CC
(224,232,204)
#E6ECD7
(230,236,215)
#ECF0E2
(236,240,226)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6CC7F color. Also use rgb(182,204,127) instead hex code.

Text Font Color

.myTextColor { color: #B6CC7F; }

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

This text font color is #B6CC7F.


Background Color

.myBgColor { background-color: #B6CC7F; }

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

This div background color is #B6CC7F.


Border color

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

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

This div border color is #B6CC7F.


Opacity

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

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

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

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

This text has shadow with #B6CC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6CC7F on black background.


Color preview on white background

This text has color #B6CC7F on white background.



Black color preview on #B6CC7F background

This text has black color on #B6CC7F background.


White color preview on #B6CC7F background

This text has white color on #B6CC7F background.