COLOR #B9CD8D

HEX: #B9CD8D RGB: (185,205,141)

Color info

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

RGB color model

#B9CD8D color RGB value is (185,205,141).

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

RGB channels and saturation

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

185
205
141

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

Portions of RGB colors in percentages

R + G + B = 185 + 205 + 141 = 531 (100%)
R 185 of 531 ~ 34.84%
G 205 of 531 ~ 38.61%
B 141 of 531 ~ 26.55'%

%34.84
%38.61
%26.55

CMYK color model

#B9CD8D color CMYK value is (10,0,31,20).

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

CMYK: (10,0,31,20)
C10M0Y31K20 (10%, 0%, 31%, 20%)
(0.10 / 0.00 / 0.31 / 0.20)

CMYK percentages

%9.76
%0
%31.22
%19.61

Codes

Color #B9CD8D in popluar color models

B9 CD 8D
RGB 185 205 141
HSL 79° 39.02% 67.84%
HSB/HSV 79° 31.22% 80.39%
CMYK 9.76% 0.00% 31.22%
19.61%

Color #B9CD8D in popluar number systems.

HEX B9 CD 8D
Decimal 185 205 141
Binary 10111001 11001101 10001101
Octal 271 315 215

Shades and tints

Shades of #B9CD8D

#B9CD8D
(185,205,141)
#A9BB81
(169,187,129)
#99A975
(153,169,117)
#899769
(137,151,105)
#79855D
(121,133,93)
#697351
(105,115,81)
#596145
(89,97,69)
#494F39
(73,79,57)
#393D2D
(57,61,45)
#292B21
(41,43,33)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #B9CD8D

#B9CD8D
(185,205,141)
#BFD197
(191,209,151)
#C5D5A1
(197,213,161)
#CBD9AB
(203,217,171)
#D1DDB5
(209,221,181)
#D7E1BF
(215,225,191)
#DDE5C9
(221,229,201)
#E3E9D3
(227,233,211)
#E9EDDD
(233,237,221)
#EFF1E7
(239,241,231)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CD8D; }

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

This text font color is #B9CD8D.

Background Color

.myBgColor { background-color: #B9CD8D; }

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

This div background color is #B9CD8D.

Border color

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

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

This div border color is #B9CD8D.

Opacity

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

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

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

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

This text has shadow with #B9CD8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CD8D.

Preview

Color preview on black background

This text has color #B9CD8D on black background.


Color preview on white background

This text has color #B9CD8D on white background.


Black color preview on #B9CD8D background

This text has black color on #B9CD8D background.


White color preview on #B9CD8D background

This text has white color on #B9CD8D background.


Related colors

Complementary color

Complementary color for #hex is #463272.


I love getcolorcode.com

Triadic colors

1 #8DB9CD and #CD8DB9 with #B9CD8D are triadic colors.

2 #8DCDB9 and #CDB98D with #B9CD8D are triadic colors.