COLOR #B6C69D

HEX: #B6C69D
RGB: (182,198,157)

Color info

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

RGB color model

#B6C69D color RGB value is (182,198,157).

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

RGB channels and saturation

R 182 of 255 = 71%
G 198 of 255 = 78%
B 157 of 255 = 62%

182
198
157

R + G + B ~ 70%. #B6C69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 198 + 157 = 537 (100%)
R 182 of 537 ~ 33.89%
G 198 of 537 ~ 36.87%
B 157 of 537 ~ 29.24%

%33.89
%36.87
%29.24

CMYK color model

#B6C69D color CMYK value is (8,0,21,22).

  • cyan value is 8.08%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK:
(8,0,21,22)
C8M0Y21K22 
(8%,0%,21%,22%)
(0.08/0.00/0.21/0.22)	

CMYK percentages

%8.08
%0
%20.71
%22.35

Codes

Color #B6C69D in popluar color models

B6C69D
RGB182198157
HSL83°26.45%69.61%
HSB/HSV83°20.71%77.65%
CMYK8.08%0.00%20.71%
22.35%

Color #B6C69D in popluar number systems.

HEXB6C69D
Decimal182198157
Binary101101101100011010011101
Octal266306235

Shades and tints

Shades of #B6C69D

#B6C69D
(182,198,157)
#A6B48F
(166,180,143)
#96A281
(150,162,129)
#869073
(134,144,115)
#767E65
(118,126,101)
#666C57
(102,108,87)
#565A49
(86,90,73)
#46483B
(70,72,59)
#36362D
(54,54,45)
#26241F
(38,36,31)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #B6C69D

#B6C69D
(182,198,157)
#BCCBA5
(188,203,165)
#C2D0AD
(194,208,173)
#C8D5B5
(200,213,181)
#CEDABD
(206,218,189)
#D4DFC5
(212,223,197)
#DAE4CD
(218,228,205)
#E0E9D5
(224,233,213)
#E6EEDD
(230,238,221)
#ECF3E5
(236,243,229)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C69D; }

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

This text font color is #B6C69D.


Background Color

.myBgColor { background-color: #B6C69D; }

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

This div background color is #B6C69D.


Border color

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

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

This div border color is #B6C69D.


Opacity

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

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

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

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

This text has shadow with #B6C69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C69D on black background.


Color preview on white background

This text has color #B6C69D on white background.



Black color preview on #B6C69D background

This text has black color on #B6C69D background.


White color preview on #B6C69D background

This text has white color on #B6C69D background.