COLOR #B6C085

HEX: #B6C085
RGB: (182,192,133)

Color info

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

RGB color model

#B6C085 color RGB value is (182,192,133).

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

RGB channels and saturation

R 182 of 255 = 71%
G 192 of 255 = 75%
B 133 of 255 = 52%

182
192
133

R + G + B ~ 66%. #B6C085 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 192 + 133 = 507 (100%)
R 182 of 507 ~ 35.9%
G 192 of 507 ~ 37.87%
B 133 of 507 ~ 26.23%

%35.9
%37.87
%26.23

CMYK color model

#B6C085 color CMYK value is (5,0,31,25).

  • cyan value is 5.21%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 24.71%
CMYK:
(5,0,31,25)
C5M0Y31K25 
(5%,0%,31%,25%)
(0.05/0.00/0.31/0.25)	

CMYK percentages

%5.21
%0
%30.73
%24.71

Codes

Color #B6C085 in popluar color models

B6C085
RGB182192133
HSL70°31.89%63.73%
HSB/HSV70°30.73%75.29%
CMYK5.21%0.00%30.73%
24.71%

Color #B6C085 in popluar number systems.

HEXB6C085
Decimal182192133
Binary101101101100000010000101
Octal266300205

Shades and tints

Shades of #B6C085

#B6C085
(182,192,133)
#A6AF79
(166,175,121)
#969E6D
(150,158,109)
#868D61
(134,141,97)
#767C55
(118,124,85)
#666B49
(102,107,73)
#565A3D
(86,90,61)
#464931
(70,73,49)
#363825
(54,56,37)
#262719
(38,39,25)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #B6C085

#B6C085
(182,192,133)
#BCC590
(188,197,144)
#C2CA9B
(194,202,155)
#C8CFA6
(200,207,166)
#CED4B1
(206,212,177)
#D4D9BC
(212,217,188)
#DADEC7
(218,222,199)
#E0E3D2
(224,227,210)
#E6E8DD
(230,232,221)
#ECEDE8
(236,237,232)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C085; }

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

This text font color is #B6C085.


Background Color

.myBgColor { background-color: #B6C085; }

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

This div background color is #B6C085.


Border color

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

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

This div border color is #B6C085.


Opacity

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

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

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

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

This text has shadow with #B6C085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C085 on black background.


Color preview on white background

This text has color #B6C085 on white background.



Black color preview on #B6C085 background

This text has black color on #B6C085 background.


White color preview on #B6C085 background

This text has white color on #B6C085 background.