COLOR #B9CC9D

HEX: #B9CC9D RGB: (185,204,157)

Color info

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

RGB color model

#B9CC9D color RGB value is (185,204,157).

RGB: (185,204,157) (73%, 80%, 62%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 157 of 255 = 62%

185
204
157

R + G + B ~ 72%. #B9CC9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 204 + 157 = 546 (100%)
R 185 of 546 ~ 33.88%
G 204 of 546 ~ 37.36%
B 157 of 546 ~ 28.75'%

%33.88
%37.36
%28.75

CMYK color model

#B9CC9D color CMYK value is (9,0,23,20).

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

CMYK: (9,0,23,20)
C9M0Y23K20 (9%, 0%, 23%, 20%)
(0.09 / 0.00 / 0.23 / 0.20)

CMYK percentages

%9.31
%0
%23.04
%20

Codes

Color #B9CC9D in popluar color models

B9 CC 9D
RGB 185 204 157
HSL 84° 31.54% 70.78%
HSB/HSV 84° 23.04% 80.00%
CMYK 9.31% 0.00% 23.04%
20.00%

Color #B9CC9D in popluar number systems.

HEX B9 CC 9D
Decimal 185 204 157
Binary 10111001 11001100 10011101
Octal 271 314 235

Shades and tints

Shades of #B9CC9D

#B9CC9D
(185,204,157)
#A9BA8F
(169,186,143)
#99A881
(153,168,129)
#899673
(137,150,115)
#798465
(121,132,101)
#697257
(105,114,87)
#596049
(89,96,73)
#494E3B
(73,78,59)
#393C2D
(57,60,45)
#292A1F
(41,42,31)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #B9CC9D

#B9CC9D
(185,204,157)
#BFD0A5
(191,208,165)
#C5D4AD
(197,212,173)
#CBD8B5
(203,216,181)
#D1DCBD
(209,220,189)
#D7E0C5
(215,224,197)
#DDE4CD
(221,228,205)
#E3E8D5
(227,232,213)
#E9ECDD
(233,236,221)
#EFF0E5
(239,240,229)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CC9D; }

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

This text font color is #B9CC9D.

Background Color

.myBgColor { background-color: #B9CC9D; }

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

This div background color is #B9CC9D.

Border color

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

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

This div border color is #B9CC9D.

Opacity

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

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

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

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

This text has shadow with #B9CC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CC9D.

Preview

Color preview on black background

This text has color #B9CC9D on black background.


Color preview on white background

This text has color #B9CC9D on white background.


Black color preview on #B9CC9D background

This text has black color on #B9CC9D background.


White color preview on #B9CC9D background

This text has white color on #B9CC9D background.


Related colors

Complementary color

Complementary color for #hex is #463362.


I love getcolorcode.com

Triadic colors

1 #9DB9CC and #CC9DB9 with #B9CC9D are triadic colors.

2 #9DCCB9 and #CCB99D with #B9CC9D are triadic colors.