COLOR #B6C49D

HEX: #B6C49D RGB: (182,196,157)

Color info

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

RGB color model

#B6C49D color RGB value is (182,196,157).

RGB: (182,196,157) (71%, 77%, 62%)

RGB channels and saturation

R 182 of 255 = 71%
G 196 of 255 = 77%
B 157 of 255 = 62%

182
196
157

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

Portions of RGB colors in percentages

R + G + B = 182 + 196 + 157 = 535 (100%)
R 182 of 535 ~ 34.02%
G 196 of 535 ~ 36.64%
B 157 of 535 ~ 29.35'%

%34.02
%36.64
%29.35

CMYK color model

#B6C49D color CMYK value is (7,0,20,23).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 23.14%

CMYK: (7,0,20,23)
C7M0Y20K23 (7%, 0%, 20%, 23%)
(0.07 / 0.00 / 0.20 / 0.23)

CMYK percentages

%7.14
%0
%19.9
%23.14

Codes

Color #B6C49D in popluar color models

B6 C4 9D
RGB 182 196 157
HSL 82° 24.84% 69.22%
HSB/HSV 82° 19.90% 76.86%
CMYK 7.14% 0.00% 19.90%
23.14%

Color #B6C49D in popluar number systems.

HEX B6 C4 9D
Decimal 182 196 157
Binary 10110110 11000100 10011101
Octal 266 304 235

Shades and tints

Shades of #B6C49D

#B6C49D
(182,196,157)
#A6B38F
(166,179,143)
#96A281
(150,162,129)
#869173
(134,145,115)
#768065
(118,128,101)
#666F57
(102,111,87)
#565E49
(86,94,73)
#464D3B
(70,77,59)
#363C2D
(54,60,45)
#262B1F
(38,43,31)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #B6C49D

#B6C49D
(182,196,157)
#BCC9A5
(188,201,165)
#C2CEAD
(194,206,173)
#C8D3B5
(200,211,181)
#CED8BD
(206,216,189)
#D4DDC5
(212,221,197)
#DAE2CD
(218,226,205)
#E0E7D5
(224,231,213)
#E6ECDD
(230,236,221)
#ECF1E5
(236,241,229)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C49D; }

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

This text font color is #B6C49D.

Background Color

.myBgColor { background-color: #B6C49D; }

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

This div background color is #B6C49D.

Border color

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

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

This div border color is #B6C49D.

Opacity

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

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

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

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

This text has shadow with #B6C49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C49D.

Preview

Color preview on black background

This text has color #B6C49D on black background.


Color preview on white background

This text has color #B6C49D on white background.


Black color preview on #B6C49D background

This text has black color on #B6C49D background.


White color preview on #B6C49D background

This text has white color on #B6C49D background.


Related colors

Complementary color

Complementary color for #hex is #493B62.


I love getcolorcode.com

Triadic colors

1 #9DB6C4 and #C49DB6 with #B6C49D are triadic colors.

2 #9DC4B6 and #C4B69D with #B6C49D are triadic colors.