COLOR #B9CD83

HEX: #B9CD83
RGB: (185,205,131)

Color info

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

RGB color model

#B9CD83 color RGB value is (185,205,131).

  • red value is 185;
  • green value is 205;
  • blue value is 131.
RGB:
(185,205,131)
(73%,80%,51%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 131 of 255 = 51%

185
205
131

R + G + B ~ 68%. #B9CD83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 205 + 131 = 521 (100%)
R 185 of 521 ~ 35.51%
G 205 of 521 ~ 39.35%
B 131 of 521 ~ 25.14%

%35.51
%39.35
%25.14

CMYK color model

#B9CD83 color CMYK value is (10,0,36,20).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 36.10%
  • key color value is 19.61%
CMYK:
(10,0,36,20)
C10M0Y36K20 
(10%,0%,36%,20%)
(0.10/0.00/0.36/0.20)	

CMYK percentages

%9.76
%0
%36.1
%19.61

Codes

Color #B9CD83 in popluar color models

B9CD83
RGB185205131
HSL76°42.53%65.88%
HSB/HSV76°36.10%80.39%
CMYK9.76%0.00%36.10%
19.61%

Color #B9CD83 in popluar number systems.

HEXB9CD83
Decimal185205131
Binary101110011100110110000011
Octal271315203

Shades and tints

Shades of #B9CD83

#B9CD83
(185,205,131)
#A9BB78
(169,187,120)
#99A96D
(153,169,109)
#899762
(137,151,98)
#798557
(121,133,87)
#69734C
(105,115,76)
#596141
(89,97,65)
#494F36
(73,79,54)
#393D2B
(57,61,43)
#292B20
(41,43,32)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #B9CD83

#B9CD83
(185,205,131)
#BFD18E
(191,209,142)
#C5D599
(197,213,153)
#CBD9A4
(203,217,164)
#D1DDAF
(209,221,175)
#D7E1BA
(215,225,186)
#DDE5C5
(221,229,197)
#E3E9D0
(227,233,208)
#E9EDDB
(233,237,219)
#EFF1E6
(239,241,230)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CD83; }

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

This text font color is #B9CD83.


Background Color

.myBgColor { background-color: #B9CD83; }

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

This div background color is #B9CD83.


Border color

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

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

This div border color is #B9CD83.


Opacity

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

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

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

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

This text has shadow with #B9CD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CD83 on black background.


Color preview on white background

This text has color #B9CD83 on white background.



Black color preview on #B9CD83 background

This text has black color on #B9CD83 background.


White color preview on #B9CD83 background

This text has white color on #B9CD83 background.