COLOR #B9C5AC

HEX: #B9C5AC RGB: (185,197,172)

Color info

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

RGB color model

#B9C5AC color RGB value is (185,197,172).

RGB: (185,197,172) (73%, 77%, 67%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 172 of 255 = 67%

185
197
172

R + G + B ~ 72%. #B9C5AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 197 + 172 = 554 (100%)
R 185 of 554 ~ 33.39%
G 197 of 554 ~ 35.56%
B 172 of 554 ~ 31.05'%

%33.39
%35.56
%31.05

CMYK color model

#B9C5AC color CMYK value is (6,0,13,23).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 12.69%
  • key color value is 22.75%

CMYK: (6,0,13,23)
C6M0Y13K23 (6%, 0%, 13%, 23%)
(0.06 / 0.00 / 0.13 / 0.23)

CMYK percentages

%6.09
%0
%12.69
%22.75

Codes

Color #B9C5AC in popluar color models

B9 C5 AC
RGB 185 197 172
HSL 89° 17.73% 72.35%
HSB/HSV 89° 12.69% 77.25%
CMYK 6.09% 0.00% 12.69%
22.75%

Color #B9C5AC in popluar number systems.

HEX B9 C5 AC
Decimal 185 197 172
Binary 10111001 11000101 10101100
Octal 271 305 254

Shades and tints

Shades of #B9C5AC

#B9C5AC
(185,197,172)
#A9B49D
(169,180,157)
#99A38E
(153,163,142)
#89927F
(137,146,127)
#798170
(121,129,112)
#697061
(105,112,97)
#595F52
(89,95,82)
#494E43
(73,78,67)
#393D34
(57,61,52)
#292C25
(41,44,37)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #B9C5AC

#B9C5AC
(185,197,172)
#BFCAB3
(191,202,179)
#C5CFBA
(197,207,186)
#CBD4C1
(203,212,193)
#D1D9C8
(209,217,200)
#D7DECF
(215,222,207)
#DDE3D6
(221,227,214)
#E3E8DD
(227,232,221)
#E9EDE4
(233,237,228)
#EFF2EB
(239,242,235)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C5AC color. Also use rgb(185,197,172) instead hex code.

Text Font Color

.myTextColor { color: #B9C5AC; }

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

This text font color is #B9C5AC.

Background Color

.myBgColor { background-color: #B9C5AC; }

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

This div background color is #B9C5AC.

Border color

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

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

This div border color is #B9C5AC.

Opacity

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

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

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

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

This text has shadow with #B9C5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C5AC.

Preview

Color preview on black background

This text has color #B9C5AC on black background.


Color preview on white background

This text has color #B9C5AC on white background.


Black color preview on #B9C5AC background

This text has black color on #B9C5AC background.


White color preview on #B9C5AC background

This text has white color on #B9C5AC background.


Related colors

Complementary color

Complementary color for #hex is #463A53.


I love getcolorcode.com

Triadic colors

1 #ACB9C5 and #C5ACB9 with #B9C5AC are triadic colors.

2 #ACC5B9 and #C5B9AC with #B9C5AC are triadic colors.