COLOR #B6C17C

HEX: #B6C17C
RGB: (182,193,124)

Color info

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

RGB color model

#B6C17C color RGB value is (182,193,124).

  • red value is 182;
  • green value is 193;
  • blue value is 124.
RGB:
(182,193,124)
(71%,76%,49%)

RGB channels and saturation

R 182 of 255 = 71%
G 193 of 255 = 76%
B 124 of 255 = 49%

182
193
124

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

Portions of RGB colors in percentages

R + G + B =
182 + 193 + 124 = 499 (100%)
R 182 of 499 ~ 36.47%
G 193 of 499 ~ 38.68%
B 124 of 499 ~ 24.85%

%36.47
%38.68
%24.85

CMYK color model

#B6C17C color CMYK value is (6,0,36,24).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 24.31%
CMYK:
(6,0,36,24)
C6M0Y36K24 
(6%,0%,36%,24%)
(0.06/0.00/0.36/0.24)	

CMYK percentages

%5.7
%0
%35.75
%24.31

Codes

Color #B6C17C in popluar color models

B6C17C
RGB182193124
HSL70°35.75%62.16%
HSB/HSV70°35.75%75.69%
CMYK5.70%0.00%35.75%
24.31%

Color #B6C17C in popluar number systems.

HEXB6C17C
Decimal182193124
Binary10110110110000011111100
Octal266301174

Shades and tints

Shades of #B6C17C

#B6C17C
(182,193,124)
#A6B071
(166,176,113)
#969F66
(150,159,102)
#868E5B
(134,142,91)
#767D50
(118,125,80)
#666C45
(102,108,69)
#565B3A
(86,91,58)
#464A2F
(70,74,47)
#363924
(54,57,36)
#262819
(38,40,25)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #B6C17C

#B6C17C
(182,193,124)
#BCC687
(188,198,135)
#C2CB92
(194,203,146)
#C8D09D
(200,208,157)
#CED5A8
(206,213,168)
#D4DAB3
(212,218,179)
#DADFBE
(218,223,190)
#E0E4C9
(224,228,201)
#E6E9D4
(230,233,212)
#ECEEDF
(236,238,223)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C17C color. Also use rgb(182,193,124) instead hex code.

Text Font Color

.myTextColor { color: #B6C17C; }

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

This text font color is #B6C17C.


Background Color

.myBgColor { background-color: #B6C17C; }

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

This div background color is #B6C17C.


Border color

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

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

This div border color is #B6C17C.


Opacity

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

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

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

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

This text has shadow with #B6C17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C17C on black background.


Color preview on white background

This text has color #B6C17C on white background.



Black color preview on #B6C17C background

This text has black color on #B6C17C background.


White color preview on #B6C17C background

This text has white color on #B6C17C background.