COLOR #B6C094

HEX: #B6C094
RGB: (182,192,148)

Color info

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

RGB color model

#B6C094 color RGB value is (182,192,148).

  • red value is 182;
  • green value is 192;
  • blue value is 148.
RGB:
(182,192,148)
(71%,75%,58%)

RGB channels and saturation

R 182 of 255 = 71%
G 192 of 255 = 75%
B 148 of 255 = 58%

182
192
148

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

Portions of RGB colors in percentages

R + G + B =
182 + 192 + 148 = 522 (100%)
R 182 of 522 ~ 34.87%
G 192 of 522 ~ 36.78%
B 148 of 522 ~ 28.35%

%34.87
%36.78
%28.35

CMYK color model

#B6C094 color CMYK value is (5,0,23,25).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 24.71%
CMYK:
(5,0,23,25)
C5M0Y23K25 
(5%,0%,23%,25%)
(0.05/0.00/0.23/0.25)	

CMYK percentages

%5.21
%0
%22.92
%24.71

Codes

Color #B6C094 in popluar color models

B6C094
RGB182192148
HSL74°25.88%66.67%
HSB/HSV74°22.92%75.29%
CMYK5.21%0.00%22.92%
24.71%

Color #B6C094 in popluar number systems.

HEXB6C094
Decimal182192148
Binary101101101100000010010100
Octal266300224

Shades and tints

Shades of #B6C094

#B6C094
(182,192,148)
#A6AF87
(166,175,135)
#969E7A
(150,158,122)
#868D6D
(134,141,109)
#767C60
(118,124,96)
#666B53
(102,107,83)
#565A46
(86,90,70)
#464939
(70,73,57)
#36382C
(54,56,44)
#26271F
(38,39,31)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #B6C094

#B6C094
(182,192,148)
#BCC59D
(188,197,157)
#C2CAA6
(194,202,166)
#C8CFAF
(200,207,175)
#CED4B8
(206,212,184)
#D4D9C1
(212,217,193)
#DADECA
(218,222,202)
#E0E3D3
(224,227,211)
#E6E8DC
(230,232,220)
#ECEDE5
(236,237,229)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C094 color. Also use rgb(182,192,148) instead hex code.

Text Font Color

.myTextColor { color: #B6C094; }

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

This text font color is #B6C094.


Background Color

.myBgColor { background-color: #B6C094; }

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

This div background color is #B6C094.


Border color

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

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

This div border color is #B6C094.


Opacity

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

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

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

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

This text has shadow with #B6C094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C094 on black background.


Color preview on white background

This text has color #B6C094 on white background.



Black color preview on #B6C094 background

This text has black color on #B6C094 background.


White color preview on #B6C094 background

This text has white color on #B6C094 background.