COLOR #B9CCA9

HEX: #B9CCA9 RGB: (185,204,169)

Color info

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

RGB color model

#B9CCA9 color RGB value is (185,204,169).

RGB: (185,204,169) (73%, 80%, 66%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 169 of 255 = 66%

185
204
169

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

Portions of RGB colors in percentages

R + G + B = 185 + 204 + 169 = 558 (100%)
R 185 of 558 ~ 33.15%
G 204 of 558 ~ 36.56%
B 169 of 558 ~ 30.29'%

%33.15
%36.56
%30.29

CMYK color model

#B9CCA9 color CMYK value is (9,0,17,20).

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

CMYK: (9,0,17,20)
C9M0Y17K20 (9%, 0%, 17%, 20%)
(0.09 / 0.00 / 0.17 / 0.20)

CMYK percentages

%9.31
%0
%17.16
%20

Codes

Color #B9CCA9 in popluar color models

B9 CC A9
RGB 185 204 169
HSL 93° 25.55% 73.14%
HSB/HSV 93° 17.16% 80.00%
CMYK 9.31% 0.00% 17.16%
20.00%

Color #B9CCA9 in popluar number systems.

HEX B9 CC A9
Decimal 185 204 169
Binary 10111001 11001100 10101001
Octal 271 314 251

Shades and tints

Shades of #B9CCA9

#B9CCA9
(185,204,169)
#A9BA9A
(169,186,154)
#99A88B
(153,168,139)
#89967C
(137,150,124)
#79846D
(121,132,109)
#69725E
(105,114,94)
#59604F
(89,96,79)
#494E40
(73,78,64)
#393C31
(57,60,49)
#292A22
(41,42,34)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #B9CCA9

#B9CCA9
(185,204,169)
#BFD0B0
(191,208,176)
#C5D4B7
(197,212,183)
#CBD8BE
(203,216,190)
#D1DCC5
(209,220,197)
#D7E0CC
(215,224,204)
#DDE4D3
(221,228,211)
#E3E8DA
(227,232,218)
#E9ECE1
(233,236,225)
#EFF0E8
(239,240,232)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CCA9; }

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

This text font color is #B9CCA9.

Background Color

.myBgColor { background-color: #B9CCA9; }

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

This div background color is #B9CCA9.

Border color

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

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

This div border color is #B9CCA9.

Opacity

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

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

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

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

This text has shadow with #B9CCA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CCA9.

Preview

Color preview on black background

This text has color #B9CCA9 on black background.


Color preview on white background

This text has color #B9CCA9 on white background.


Black color preview on #B9CCA9 background

This text has black color on #B9CCA9 background.


White color preview on #B9CCA9 background

This text has white color on #B9CCA9 background.


Related colors

Complementary color

Complementary color for #hex is #463356.


I love getcolorcode.com

Triadic colors

1 #A9B9CC and #CCA9B9 with #B9CCA9 are triadic colors.

2 #A9CCB9 and #CCB9A9 with #B9CCA9 are triadic colors.