COLOR #B9CC9B

HEX: #B9CC9B RGB: (185,204,155)

Color info

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

RGB color model

#B9CC9B color RGB value is (185,204,155).

RGB: (185,204,155) (73%, 80%, 61%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 155 of 255 = 61%

185
204
155

R + G + B ~ 71%. #B9CC9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 204 + 155 = 544 (100%)
R 185 of 544 ~ 34.01%
G 204 of 544 ~ 37.5%
B 155 of 544 ~ 28.49'%

%34.01
%37.5
%28.49

CMYK color model

#B9CC9B color CMYK value is (9,0,24,20).

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

CMYK: (9,0,24,20)
C9M0Y24K20 (9%, 0%, 24%, 20%)
(0.09 / 0.00 / 0.24 / 0.20)

CMYK percentages

%9.31
%0
%24.02
%20

Codes

Color #B9CC9B in popluar color models

B9 CC 9B
RGB 185 204 155
HSL 83° 32.45% 70.39%
HSB/HSV 83° 24.02% 80.00%
CMYK 9.31% 0.00% 24.02%
20.00%

Color #B9CC9B in popluar number systems.

HEX B9 CC 9B
Decimal 185 204 155
Binary 10111001 11001100 10011011
Octal 271 314 233

Shades and tints

Shades of #B9CC9B

#B9CC9B
(185,204,155)
#A9BA8D
(169,186,141)
#99A87F
(153,168,127)
#899671
(137,150,113)
#798463
(121,132,99)
#697255
(105,114,85)
#596047
(89,96,71)
#494E39
(73,78,57)
#393C2B
(57,60,43)
#292A1D
(41,42,29)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #B9CC9B

#B9CC9B
(185,204,155)
#BFD0A4
(191,208,164)
#C5D4AD
(197,212,173)
#CBD8B6
(203,216,182)
#D1DCBF
(209,220,191)
#D7E0C8
(215,224,200)
#DDE4D1
(221,228,209)
#E3E8DA
(227,232,218)
#E9ECE3
(233,236,227)
#EFF0EC
(239,240,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CC9B; }

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

This text font color is #B9CC9B.

Background Color

.myBgColor { background-color: #B9CC9B; }

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

This div background color is #B9CC9B.

Border color

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

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

This div border color is #B9CC9B.

Opacity

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

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

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

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

This text has shadow with #B9CC9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CC9B.

Preview

Color preview on black background

This text has color #B9CC9B on black background.


Color preview on white background

This text has color #B9CC9B on white background.


Black color preview on #B9CC9B background

This text has black color on #B9CC9B background.


White color preview on #B9CC9B background

This text has white color on #B9CC9B background.


Related colors

Complementary color

Complementary color for #hex is #463364.


I love getcolorcode.com

Triadic colors

1 #9BB9CC and #CC9BB9 with #B9CC9B are triadic colors.

2 #9BCCB9 and #CCB99B with #B9CC9B are triadic colors.