COLOR #B6C68F

HEX: #B6C68F RGB: (182,198,143)

Color info

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

RGB color model

#B6C68F color RGB value is (182,198,143).

RGB: (182,198,143) (71%, 78%, 56%)

RGB channels and saturation

R 182 of 255 = 71%
G 198 of 255 = 78%
B 143 of 255 = 56%

182
198
143

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

Portions of RGB colors in percentages

R + G + B = 182 + 198 + 143 = 523 (100%)
R 182 of 523 ~ 34.8%
G 198 of 523 ~ 37.86%
B 143 of 523 ~ 27.34'%

%34.8
%37.86
%27.34

CMYK color model

#B6C68F color CMYK value is (8,0,28,22).

  • cyan value is 8.08%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 22.35%

CMYK: (8,0,28,22)
C8M0Y28K22 (8%, 0%, 28%, 22%)
(0.08 / 0.00 / 0.28 / 0.22)

CMYK percentages

%8.08
%0
%27.78
%22.35

Codes

Color #B6C68F in popluar color models

B6 C6 8F
RGB 182 198 143
HSL 77° 32.54% 66.86%
HSB/HSV 77° 27.78% 77.65%
CMYK 8.08% 0.00% 27.78%
22.35%

Color #B6C68F in popluar number systems.

HEX B6 C6 8F
Decimal 182 198 143
Binary 10110110 11000110 10001111
Octal 266 306 217

Shades and tints

Shades of #B6C68F

#B6C68F
(182,198,143)
#A6B482
(166,180,130)
#96A275
(150,162,117)
#869068
(134,144,104)
#767E5B
(118,126,91)
#666C4E
(102,108,78)
#565A41
(86,90,65)
#464834
(70,72,52)
#363627
(54,54,39)
#26241A
(38,36,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #B6C68F

#B6C68F
(182,198,143)
#BCCB99
(188,203,153)
#C2D0A3
(194,208,163)
#C8D5AD
(200,213,173)
#CEDAB7
(206,218,183)
#D4DFC1
(212,223,193)
#DAE4CB
(218,228,203)
#E0E9D5
(224,233,213)
#E6EEDF
(230,238,223)
#ECF3E9
(236,243,233)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C68F; }

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

This text font color is #B6C68F.

Background Color

.myBgColor { background-color: #B6C68F; }

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

This div background color is #B6C68F.

Border color

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

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

This div border color is #B6C68F.

Opacity

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

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

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

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

This text has shadow with #B6C68F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C68F.

Preview

Color preview on black background

This text has color #B6C68F on black background.


Color preview on white background

This text has color #B6C68F on white background.


Black color preview on #B6C68F background

This text has black color on #B6C68F background.


White color preview on #B6C68F background

This text has white color on #B6C68F background.


Related colors

Complementary color

Complementary color for #hex is #493970.


I love getcolorcode.com

Triadic colors

1 #8FB6C6 and #C68FB6 with #B6C68F are triadic colors.

2 #8FC6B6 and #C6B68F with #B6C68F are triadic colors.