COLOR #B9CCAF

HEX: #B9CCAF RGB: (185,204,175)

Color info

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

RGB color model

#B9CCAF color RGB value is (185,204,175).

RGB: (185,204,175) (73%, 80%, 69%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 175 of 255 = 69%

185
204
175

R + G + B ~ 74%. #B9CCAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 204 + 175 = 564 (100%)
R 185 of 564 ~ 32.8%
G 204 of 564 ~ 36.17%
B 175 of 564 ~ 31.03'%

%32.8
%36.17
%31.03

CMYK color model

#B9CCAF color CMYK value is (9,0,14,20).

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 20.00%

CMYK: (9,0,14,20)
C9M0Y14K20 (9%, 0%, 14%, 20%)
(0.09 / 0.00 / 0.14 / 0.20)

CMYK percentages

%9.31
%0
%14.22
%20

Codes

Color #B9CCAF in popluar color models

B9 CC AF
RGB 185 204 175
HSL 99° 22.14% 74.31%
HSB/HSV 99° 14.22% 80.00%
CMYK 9.31% 0.00% 14.22%
20.00%

Color #B9CCAF in popluar number systems.

HEX B9 CC AF
Decimal 185 204 175
Binary 10111001 11001100 10101111
Octal 271 314 257

Shades and tints

Shades of #B9CCAF

#B9CCAF
(185,204,175)
#A9BAA0
(169,186,160)
#99A891
(153,168,145)
#899682
(137,150,130)
#798473
(121,132,115)
#697264
(105,114,100)
#596055
(89,96,85)
#494E46
(73,78,70)
#393C37
(57,60,55)
#292A28
(41,42,40)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #B9CCAF

#B9CCAF
(185,204,175)
#BFD0B6
(191,208,182)
#C5D4BD
(197,212,189)
#CBD8C4
(203,216,196)
#D1DCCB
(209,220,203)
#D7E0D2
(215,224,210)
#DDE4D9
(221,228,217)
#E3E8E0
(227,232,224)
#E9ECE7
(233,236,231)
#EFF0EE
(239,240,238)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CCAF; }

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

This text font color is #B9CCAF.

Background Color

.myBgColor { background-color: #B9CCAF; }

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

This div background color is #B9CCAF.

Border color

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

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

This div border color is #B9CCAF.

Opacity

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

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

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

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

This text has shadow with #B9CCAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CCAF.

Preview

Color preview on black background

This text has color #B9CCAF on black background.


Color preview on white background

This text has color #B9CCAF on white background.


Black color preview on #B9CCAF background

This text has black color on #B9CCAF background.


White color preview on #B9CCAF background

This text has white color on #B9CCAF background.


Related colors

Complementary color

Complementary color for #hex is #463350.


I love getcolorcode.com

Triadic colors

1 #AFB9CC and #CCAFB9 with #B9CCAF are triadic colors.

2 #AFCCB9 and #CCB9AF with #B9CCAF are triadic colors.