COLOR #B9C6AD

HEX: #B9C6AD
RGB: (185,198,173)

Color info

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

RGB color model

#B9C6AD color RGB value is (185,198,173).

  • red value is 185;
  • green value is 198;
  • blue value is 173.
RGB:
(185,198,173)
(73%,78%,68%)

RGB channels and saturation

R 185 of 255 = 73%
G 198 of 255 = 78%
B 173 of 255 = 68%

185
198
173

R + G + B ~ 73%. #B9C6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 198 + 173 = 556 (100%)
R 185 of 556 ~ 33.27%
G 198 of 556 ~ 35.61%
B 173 of 556 ~ 31.12%

%33.27
%35.61
%31.12

CMYK color model

#B9C6AD color CMYK value is (7,0,13,22).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(7,0,13,22)
C7M0Y13K22 
(7%,0%,13%,22%)
(0.07/0.00/0.13/0.22)	

CMYK percentages

%6.57
%0
%12.63
%22.35

Codes

Color #B9C6AD in popluar color models

B9C6AD
RGB185198173
HSL91°17.99%72.75%
HSB/HSV91°12.63%77.65%
CMYK6.57%0.00%12.63%
22.35%

Color #B9C6AD in popluar number systems.

HEXB9C6AD
Decimal185198173
Binary101110011100011010101101
Octal271306255

Shades and tints

Shades of #B9C6AD

#B9C6AD
(185,198,173)
#A9B49E
(169,180,158)
#99A28F
(153,162,143)
#899080
(137,144,128)
#797E71
(121,126,113)
#696C62
(105,108,98)
#595A53
(89,90,83)
#494844
(73,72,68)
#393635
(57,54,53)
#292426
(41,36,38)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #B9C6AD

#B9C6AD
(185,198,173)
#BFCBB4
(191,203,180)
#C5D0BB
(197,208,187)
#CBD5C2
(203,213,194)
#D1DAC9
(209,218,201)
#D7DFD0
(215,223,208)
#DDE4D7
(221,228,215)
#E3E9DE
(227,233,222)
#E9EEE5
(233,238,229)
#EFF3EC
(239,243,236)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C6AD color. Also use rgb(185,198,173) instead hex code.

Text Font Color

.myTextColor { color: #B9C6AD; }

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

This text font color is #B9C6AD.


Background Color

.myBgColor { background-color: #B9C6AD; }

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

This div background color is #B9C6AD.


Border color

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

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

This div border color is #B9C6AD.


Opacity

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

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

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

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

This text has shadow with #B9C6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C6AD on black background.


Color preview on white background

This text has color #B9C6AD on white background.



Black color preview on #B9C6AD background

This text has black color on #B9C6AD background.


White color preview on #B9C6AD background

This text has white color on #B9C6AD background.