COLOR #B9C2A4

HEX: #B9C2A4 RGB: (185,194,164)

Color info

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

RGB color model

#B9C2A4 color RGB value is (185,194,164).

RGB: (185,194,164) (73%, 76%, 64%)

RGB channels and saturation

R 185 of 255 = 73%
G 194 of 255 = 76%
B 164 of 255 = 64%

185
194
164

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

Portions of RGB colors in percentages

R + G + B = 185 + 194 + 164 = 543 (100%)
R 185 of 543 ~ 34.07%
G 194 of 543 ~ 35.73%
B 164 of 543 ~ 30.2'%

%34.07
%35.73
%30.2

CMYK color model

#B9C2A4 color CMYK value is (5,0,15,24).

  • cyan value is 4.64%
  • magenta value is 0.00%
  • yellow value is 15.46%
  • key color value is 23.92%

CMYK: (5,0,15,24)
C5M0Y15K24 (5%, 0%, 15%, 24%)
(0.05 / 0.00 / 0.15 / 0.24)

CMYK percentages

%4.64
%0
%15.46
%23.92

Codes

Color #B9C2A4 in popluar color models

B9 C2 A4
RGB 185 194 164
HSL 78° 19.74% 70.20%
HSB/HSV 78° 15.46% 76.08%
CMYK 4.64% 0.00% 15.46%
23.92%

Color #B9C2A4 in popluar number systems.

HEX B9 C2 A4
Decimal 185 194 164
Binary 10111001 11000010 10100100
Octal 271 302 244

Shades and tints

Shades of #B9C2A4

#B9C2A4
(185,194,164)
#A9B196
(169,177,150)
#99A088
(153,160,136)
#898F7A
(137,143,122)
#797E6C
(121,126,108)
#696D5E
(105,109,94)
#595C50
(89,92,80)
#494B42
(73,75,66)
#393A34
(57,58,52)
#292926
(41,41,38)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #B9C2A4

#B9C2A4
(185,194,164)
#BFC7AC
(191,199,172)
#C5CCB4
(197,204,180)
#CBD1BC
(203,209,188)
#D1D6C4
(209,214,196)
#D7DBCC
(215,219,204)
#DDE0D4
(221,224,212)
#E3E5DC
(227,229,220)
#E9EAE4
(233,234,228)
#EFEFEC
(239,239,236)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C2A4 color. Also use rgb(185,194,164) instead hex code.

Text Font Color

.myTextColor { color: #B9C2A4; }

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

This text font color is #B9C2A4.

Background Color

.myBgColor { background-color: #B9C2A4; }

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

This div background color is #B9C2A4.

Border color

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

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

This div border color is #B9C2A4.

Opacity

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

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

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

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

This text has shadow with #B9C2A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C2A4.

Preview

Color preview on black background

This text has color #B9C2A4 on black background.


Color preview on white background

This text has color #B9C2A4 on white background.


Black color preview on #B9C2A4 background

This text has black color on #B9C2A4 background.


White color preview on #B9C2A4 background

This text has white color on #B9C2A4 background.


Related colors

Complementary color

Complementary color for #hex is #463D5B.


I love getcolorcode.com

Triadic colors

1 #A4B9C2 and #C2A4B9 with #B9C2A4 are triadic colors.

2 #A4C2B9 and #C2B9A4 with #B9C2A4 are triadic colors.