COLOR #B9CB93

HEX: #B9CB93 RGB: (185,203,147)

Color info

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

RGB color model

#B9CB93 color RGB value is (185,203,147).

RGB: (185,203,147) (73%, 80%, 58%)

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 147 of 255 = 58%

185
203
147

R + G + B ~ 70%. #B9CB93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 203 + 147 = 535 (100%)
R 185 of 535 ~ 34.58%
G 203 of 535 ~ 37.94%
B 147 of 535 ~ 27.48'%

%34.58
%37.94
%27.48

CMYK color model

#B9CB93 color CMYK value is (9,0,28,20).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 20.39%

CMYK: (9,0,28,20)
C9M0Y28K20 (9%, 0%, 28%, 20%)
(0.09 / 0.00 / 0.28 / 0.20)

CMYK percentages

%8.87
%0
%27.59
%20.39

Codes

Color #B9CB93 in popluar color models

B9 CB 93
RGB 185 203 147
HSL 79° 35.00% 68.63%
HSB/HSV 79° 27.59% 79.61%
CMYK 8.87% 0.00% 27.59%
20.39%

Color #B9CB93 in popluar number systems.

HEX B9 CB 93
Decimal 185 203 147
Binary 10111001 11001011 10010011
Octal 271 313 223

Shades and tints

Shades of #B9CB93

#B9CB93
(185,203,147)
#A9B986
(169,185,134)
#99A779
(153,167,121)
#89956C
(137,149,108)
#79835F
(121,131,95)
#697152
(105,113,82)
#595F45
(89,95,69)
#494D38
(73,77,56)
#393B2B
(57,59,43)
#29291E
(41,41,30)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #B9CB93

#B9CB93
(185,203,147)
#BFCF9C
(191,207,156)
#C5D3A5
(197,211,165)
#CBD7AE
(203,215,174)
#D1DBB7
(209,219,183)
#D7DFC0
(215,223,192)
#DDE3C9
(221,227,201)
#E3E7D2
(227,231,210)
#E9EBDB
(233,235,219)
#EFEFE4
(239,239,228)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CB93 color. Also use rgb(185,203,147) instead hex code.

Text Font Color

.myTextColor { color: #B9CB93; }

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

This text font color is #B9CB93.

Background Color

.myBgColor { background-color: #B9CB93; }

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

This div background color is #B9CB93.

Border color

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

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

This div border color is #B9CB93.

Opacity

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

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

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

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

This text has shadow with #B9CB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CB93.

Preview

Color preview on black background

This text has color #B9CB93 on black background.


Color preview on white background

This text has color #B9CB93 on white background.


Black color preview on #B9CB93 background

This text has black color on #B9CB93 background.


White color preview on #B9CB93 background

This text has white color on #B9CB93 background.


Related colors

Complementary color

Complementary color for #hex is #46346C.


I love getcolorcode.com

Triadic colors

1 #93B9CB and #CB93B9 with #B9CB93 are triadic colors.

2 #93CBB9 and #CBB993 with #B9CB93 are triadic colors.