COLOR #B9CD8C

HEX: #B9CD8C RGB: (185,205,140)

Color info

#B9CD8C contains mainly red and green colors. Web safe color of #B9CD8C is #CCCC99 (or #CC9).

RGB color model

#B9CD8C color RGB value is (185,205,140).

RGB: (185,205,140) (73%, 80%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 140 of 255 = 55%

185
205
140

R + G + B ~ 69%. #B9CD8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 205 + 140 = 530 (100%)
R 185 of 530 ~ 34.91%
G 205 of 530 ~ 38.68%
B 140 of 530 ~ 26.42'%

%34.91
%38.68
%26.42

CMYK color model

#B9CD8C color CMYK value is (10,0,32,20).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 19.61%

CMYK: (10,0,32,20)
C10M0Y32K20 (10%, 0%, 32%, 20%)
(0.10 / 0.00 / 0.32 / 0.20)

CMYK percentages

%9.76
%0
%31.71
%19.61

Codes

Color #B9CD8C in popluar color models

B9 CD 8C
RGB 185 205 140
HSL 78° 39.39% 67.65%
HSB/HSV 78° 31.71% 80.39%
CMYK 9.76% 0.00% 31.71%
19.61%

Color #B9CD8C in popluar number systems.

HEX B9 CD 8C
Decimal 185 205 140
Binary 10111001 11001101 10001100
Octal 271 315 214

Shades and tints

Shades of #B9CD8C

#B9CD8C
(185,205,140)
#A9BB80
(169,187,128)
#99A974
(153,169,116)
#899768
(137,151,104)
#79855C
(121,133,92)
#697350
(105,115,80)
#596144
(89,97,68)
#494F38
(73,79,56)
#393D2C
(57,61,44)
#292B20
(41,43,32)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #B9CD8C

#B9CD8C
(185,205,140)
#BFD196
(191,209,150)
#C5D5A0
(197,213,160)
#CBD9AA
(203,217,170)
#D1DDB4
(209,221,180)
#D7E1BE
(215,225,190)
#DDE5C8
(221,229,200)
#E3E9D2
(227,233,210)
#E9EDDC
(233,237,220)
#EFF1E6
(239,241,230)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CD8C color. Also use rgb(185,205,140) instead hex code.

Text Font Color

.myTextColor { color: #B9CD8C; }

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

This text font color is #B9CD8C.

Background Color

.myBgColor { background-color: #B9CD8C; }

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

This div background color is #B9CD8C.

Border color

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

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

This div border color is #B9CD8C.

Opacity

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

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

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

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

This text has shadow with #B9CD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CD8C.

Preview

Color preview on black background

This text has color #B9CD8C on black background.


Color preview on white background

This text has color #B9CD8C on white background.


Black color preview on #B9CD8C background

This text has black color on #B9CD8C background.


White color preview on #B9CD8C background

This text has white color on #B9CD8C background.


Related colors

Complementary color

Complementary color for #hex is #463273.


I love getcolorcode.com

Triadic colors

1 #8CB9CD and #CD8CB9 with #B9CD8C are triadic colors.

2 #8CCDB9 and #CDB98C with #B9CD8C are triadic colors.