COLOR #B6C68B

HEX: #B6C68B
RGB: (182,198,139)

Color info

#B6C68B contains red, green and blue colors in about the same proportion. Web safe color of #B6C68B is #CCCC99 (or #CC9).

RGB color model

#B6C68B color RGB value is (182,198,139).

  • red value is 182;
  • green value is 198;
  • blue value is 139.
RGB:
(182,198,139)
(71%,78%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 198 of 255 = 78%
B 139 of 255 = 55%

182
198
139

R + G + B ~ 68%. #B6C68B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 198 + 139 = 519 (100%)
R 182 of 519 ~ 35.07%
G 198 of 519 ~ 38.15%
B 139 of 519 ~ 26.78%

%35.07
%38.15
%26.78

CMYK color model

#B6C68B color CMYK value is (8,0,30,22).

  • cyan value is 8.08%
  • magenta value is 0.00%
  • yellow value is 29.80%
  • key color value is 22.35%
CMYK:
(8,0,30,22)
C8M0Y30K22 
(8%,0%,30%,22%)
(0.08/0.00/0.30/0.22)	

CMYK percentages

%8.08
%0
%29.8
%22.35

Codes

Color #B6C68B in popluar color models

B6C68B
RGB182198139
HSL76°34.10%66.08%
HSB/HSV76°29.80%77.65%
CMYK8.08%0.00%29.80%
22.35%

Color #B6C68B in popluar number systems.

HEXB6C68B
Decimal182198139
Binary101101101100011010001011
Octal266306213

Shades and tints

Shades of #B6C68B

#B6C68B
(182,198,139)
#A6B47F
(166,180,127)
#96A273
(150,162,115)
#869067
(134,144,103)
#767E5B
(118,126,91)
#666C4F
(102,108,79)
#565A43
(86,90,67)
#464837
(70,72,55)
#36362B
(54,54,43)
#26241F
(38,36,31)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #B6C68B

#B6C68B
(182,198,139)
#BCCB95
(188,203,149)
#C2D09F
(194,208,159)
#C8D5A9
(200,213,169)
#CEDAB3
(206,218,179)
#D4DFBD
(212,223,189)
#DAE4C7
(218,228,199)
#E0E9D1
(224,233,209)
#E6EEDB
(230,238,219)
#ECF3E5
(236,243,229)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C68B color. Also use rgb(182,198,139) instead hex code.

Text Font Color

.myTextColor { color: #B6C68B; }

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

This text font color is #B6C68B.


Background Color

.myBgColor { background-color: #B6C68B; }

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

This div background color is #B6C68B.


Border color

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

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

This div border color is #B6C68B.


Opacity

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

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

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

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

This text has shadow with #B6C68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C68B on black background.


Color preview on white background

This text has color #B6C68B on white background.



Black color preview on #B6C68B background

This text has black color on #B6C68B background.


White color preview on #B6C68B background

This text has white color on #B6C68B background.