COLOR #B9C7AF

HEX: #B9C7AF RGB: (185,199,175)

Color info

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

RGB color model

#B9C7AF color RGB value is (185,199,175).

RGB: (185,199,175) (73%, 78%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 199 of 255 = 78%
B 175 of 255 = 69%

185
199
175

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

Portions of RGB colors in percentages

R + G + B = 185 + 199 + 175 = 559 (100%)
R 185 of 559 ~ 33.09%
G 199 of 559 ~ 35.6%
B 175 of 559 ~ 31.31'%

%33.09
%35.6
%31.31

CMYK color model

#B9C7AF color CMYK value is (7,0,12,22).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 21.96%

CMYK: (7,0,12,22)
C7M0Y12K22 (7%, 0%, 12%, 22%)
(0.07 / 0.00 / 0.12 / 0.22)

CMYK percentages

%7.04
%0
%12.06
%21.96

Codes

Color #B9C7AF in popluar color models

B9 C7 AF
RGB 185 199 175
HSL 95° 17.65% 73.33%
HSB/HSV 95° 12.06% 78.04%
CMYK 7.04% 0.00% 12.06%
21.96%

Color #B9C7AF in popluar number systems.

HEX B9 C7 AF
Decimal 185 199 175
Binary 10111001 11000111 10101111
Octal 271 307 257

Shades and tints

Shades of #B9C7AF

#B9C7AF
(185,199,175)
#A9B5A0
(169,181,160)
#99A391
(153,163,145)
#899182
(137,145,130)
#797F73
(121,127,115)
#696D64
(105,109,100)
#595B55
(89,91,85)
#494946
(73,73,70)
#393737
(57,55,55)
#292528
(41,37,40)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #B9C7AF

#B9C7AF
(185,199,175)
#BFCCB6
(191,204,182)
#C5D1BD
(197,209,189)
#CBD6C4
(203,214,196)
#D1DBCB
(209,219,203)
#D7E0D2
(215,224,210)
#DDE5D9
(221,229,217)
#E3EAE0
(227,234,224)
#E9EFE7
(233,239,231)
#EFF4EE
(239,244,238)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C7AF color. Also use rgb(185,199,175) instead hex code.

Text Font Color

.myTextColor { color: #B9C7AF; }

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

This text font color is #B9C7AF.

Background Color

.myBgColor { background-color: #B9C7AF; }

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

This div background color is #B9C7AF.

Border color

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

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

This div border color is #B9C7AF.

Opacity

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

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

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

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

This text has shadow with #B9C7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C7AF.

Preview

Color preview on black background

This text has color #B9C7AF on black background.


Color preview on white background

This text has color #B9C7AF on white background.


Black color preview on #B9C7AF background

This text has black color on #B9C7AF background.


White color preview on #B9C7AF background

This text has white color on #B9C7AF background.


Related colors

Complementary color

Complementary color for #hex is #463850.


I love getcolorcode.com

Triadic colors

1 #AFB9C7 and #C7AFB9 with #B9C7AF are triadic colors.

2 #AFC7B9 and #C7B9AF with #B9C7AF are triadic colors.