COLOR #B9DD93

HEX: #B9DD93
RGB: (185,221,147)

Color info

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

RGB color model

#B9DD93 color RGB value is (185,221,147).

  • red value is 185;
  • green value is 221;
  • blue value is 147.
RGB:
(185,221,147)
(73%,87%,58%)

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 147 of 255 = 58%

185
221
147

R + G + B ~ 73%. #B9DD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 147 = 553 (100%)
R 185 of 553 ~ 33.45%
G 221 of 553 ~ 39.96%
B 147 of 553 ~ 26.58%

%33.45
%39.96
%26.58

CMYK color model

#B9DD93 color CMYK value is (16,0,33,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(16,0,33,13)
C16M0Y33K13 
(16%,0%,33%,13%)
(0.16/0.00/0.33/0.13)	

CMYK percentages

%16.29
%0
%33.48
%13.33

Codes

Color #B9DD93 in popluar color models

B9DD93
RGB185221147
HSL89°52.11%72.16%
HSB/HSV89°33.48%86.67%
CMYK16.29%0.00%33.48%
13.33%

Color #B9DD93 in popluar number systems.

HEXB9DD93
Decimal185221147
Binary101110011101110110010011
Octal271335223

Shades and tints

Shades of #B9DD93

#B9DD93
(185,221,147)
#A9C986
(169,201,134)
#99B579
(153,181,121)
#89A16C
(137,161,108)
#798D5F
(121,141,95)
#697952
(105,121,82)
#596545
(89,101,69)
#495138
(73,81,56)
#393D2B
(57,61,43)
#29291E
(41,41,30)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #B9DD93

#B9DD93
(185,221,147)
#BFE09C
(191,224,156)
#C5E3A5
(197,227,165)
#CBE6AE
(203,230,174)
#D1E9B7
(209,233,183)
#D7ECC0
(215,236,192)
#DDEFC9
(221,239,201)
#E3F2D2
(227,242,210)
#E9F5DB
(233,245,219)
#EFF8E4
(239,248,228)
#F5FBED
(245,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DD93; }

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

This text font color is #B9DD93.


Background Color

.myBgColor { background-color: #B9DD93; }

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

This div background color is #B9DD93.


Border color

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

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

This div border color is #B9DD93.


Opacity

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

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

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

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

This text has shadow with #B9DD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DD93 on black background.


Color preview on white background

This text has color #B9DD93 on white background.



Black color preview on #B9DD93 background

This text has black color on #B9DD93 background.


White color preview on #B9DD93 background

This text has white color on #B9DD93 background.