COLOR #B6C4A4

HEX: #B6C4A4 RGB: (182,196,164)

Color info

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

RGB color model

#B6C4A4 color RGB value is (182,196,164).

RGB: (182,196,164) (71%, 77%, 64%)

RGB channels and saturation

R 182 of 255 = 71%
G 196 of 255 = 77%
B 164 of 255 = 64%

182
196
164

R + G + B ~ 71%. #B6C4A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 196 + 164 = 542 (100%)
R 182 of 542 ~ 33.58%
G 196 of 542 ~ 36.16%
B 164 of 542 ~ 30.26'%

%33.58
%36.16
%30.26

CMYK color model

#B6C4A4 color CMYK value is (7,0,16,23).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 23.14%
CMYK: (7,0,16,23) C7M0Y16K23 (7%,0%,16%,23%) (0.07/0.00/0.16/0.23) 

CMYK percentages

%7.14
%0
%16.33
%23.14

Codes

Color #B6C4A4 in popluar color models

B6 C4 A4
RGB 182 196 164
HSL 86° 21.33% 70.59%
HSB/HSV 86° 16.33% 76.86%
CMYK 7.14% 0.00% 16.33%
23.14%

Color #B6C4A4 in popluar number systems.

HEX B6 C4 A4
Decimal 182 196 164
Binary 10110110 11000100 10100100
Octal 266 304 244

Shades and tints

Shades of #B6C4A4

#B6C4A4
(182,196,164)
#A6B396
(166,179,150)
#96A288
(150,162,136)
#86917A
(134,145,122)
#76806C
(118,128,108)
#666F5E
(102,111,94)
#565E50
(86,94,80)
#464D42
(70,77,66)
#363C34
(54,60,52)
#262B26
(38,43,38)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #B6C4A4

#B6C4A4
(182,196,164)
#BCC9AC
(188,201,172)
#C2CEB4
(194,206,180)
#C8D3BC
(200,211,188)
#CED8C4
(206,216,196)
#D4DDCC
(212,221,204)
#DAE2D4
(218,226,212)
#E0E7DC
(224,231,220)
#E6ECE4
(230,236,228)
#ECF1EC
(236,241,236)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6C4A4; }

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

This text font color is #B6C4A4.

Background Color

.myBgColor { background-color: #B6C4A4; }

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

This div background color is #B6C4A4.

Border color

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

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

This div border color is #B6C4A4.

Opacity

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

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

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

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

This text has shadow with #B6C4A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6C4A4.

Preview

Color preview on black background

This text has color #B6C4A4 on black background.


Color preview on white background

This text has color #B6C4A4 on white background.


Black color preview on #B6C4A4 background

This text has black color on #B6C4A4 background.


White color preview on #B6C4A4 background

This text has white color on #B6C4A4 background.


Related colors

Complementary color

Complementary color for #hex is #493B5B.


I love getcolorcode.com

Triadic colors

1 #A4B6C4 and #C4A4B6 with #B6C4A4 are triadic colors.

2 #A4C4B6 and #C4B6A4 with #B6C4A4 are triadic colors.