COLOR #B9DD9B

HEX: #B9DD9B
RGB: (185,221,155)

Color info

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

RGB color model

#B9DD9B color RGB value is (185,221,155).

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

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 155 of 255 = 61%

185
221
155

R + G + B ~ 74%. #B9DD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 221 + 155 = 561 (100%)
R 185 of 561 ~ 32.98%
G 221 of 561 ~ 39.39%
B 155 of 561 ~ 27.63%

%32.98
%39.39
%27.63

CMYK color model

#B9DD9B color CMYK value is (16,0,30,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 29.86%
  • key color value is 13.33%
CMYK:
(16,0,30,13)
C16M0Y30K13 
(16%,0%,30%,13%)
(0.16/0.00/0.30/0.13)	

CMYK percentages

%16.29
%0
%29.86
%13.33

Codes

Color #B9DD9B in popluar color models

B9DD9B
RGB185221155
HSL93°49.25%73.73%
HSB/HSV93°29.86%86.67%
CMYK16.29%0.00%29.86%
13.33%

Color #B9DD9B in popluar number systems.

HEXB9DD9B
Decimal185221155
Binary101110011101110110011011
Octal271335233

Shades and tints

Shades of #B9DD9B

#B9DD9B
(185,221,155)
#A9C98D
(169,201,141)
#99B57F
(153,181,127)
#89A171
(137,161,113)
#798D63
(121,141,99)
#697955
(105,121,85)
#596547
(89,101,71)
#495139
(73,81,57)
#393D2B
(57,61,43)
#29291D
(41,41,29)
#19150F
(25,21,15)
#000000
(0,0,0)

Tints of #B9DD9B

#B9DD9B
(185,221,155)
#BFE0A4
(191,224,164)
#C5E3AD
(197,227,173)
#CBE6B6
(203,230,182)
#D1E9BF
(209,233,191)
#D7ECC8
(215,236,200)
#DDEFD1
(221,239,209)
#E3F2DA
(227,242,218)
#E9F5E3
(233,245,227)
#EFF8EC
(239,248,236)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DD9B; }

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

This text font color is #B9DD9B.


Background Color

.myBgColor { background-color: #B9DD9B; }

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

This div background color is #B9DD9B.


Border color

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

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

This div border color is #B9DD9B.


Opacity

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

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

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

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

This text has shadow with #B9DD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DD9B on black background.


Color preview on white background

This text has color #B9DD9B on white background.



Black color preview on #B9DD9B background

This text has black color on #B9DD9B background.


White color preview on #B9DD9B background

This text has white color on #B9DD9B background.