COLOR #B9DD7B

HEX: #B9DD7B RGB: (185,221,123)

Color info

#B9DD7B contains mainly red and green colors. Web safe color of #B9DD7B is #CCCC66 (or #CC6).

RGB color model

#B9DD7B color RGB value is (185,221,123).

RGB: (185,221,123) (73%, 87%, 48%)

RGB channels and saturation

R 185 of 255 = 73%
G 221 of 255 = 87%
B 123 of 255 = 48%

185
221
123

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

Portions of RGB colors in percentages

R + G + B = 185 + 221 + 123 = 529 (100%)
R 185 of 529 ~ 34.97%
G 221 of 529 ~ 41.78%
B 123 of 529 ~ 23.25'%

%34.97
%41.78
%23.25

CMYK color model

#B9DD7B color CMYK value is (16,0,44,13).

  • cyan value is 16.29%
  • magenta value is 0.00%
  • yellow value is 44.34%
  • key color value is 13.33%

CMYK: (16,0,44,13)
C16M0Y44K13 (16%, 0%, 44%, 13%)
(0.16 / 0.00 / 0.44 / 0.13)

CMYK percentages

%16.29
%0
%44.34
%13.33

Codes

Color #B9DD7B in popluar color models

B9 DD 7B
RGB 185 221 123
HSL 82° 59.04% 67.45%
HSB/HSV 82° 44.34% 86.67%
CMYK 16.29% 0.00% 44.34%
13.33%

Color #B9DD7B in popluar number systems.

HEX B9 DD 7B
Decimal 185 221 123
Binary 10111001 11011101 1111011
Octal 271 335 173

Shades and tints

Shades of #B9DD7B

#B9DD7B
(185,221,123)
#A9C970
(169,201,112)
#99B565
(153,181,101)
#89A15A
(137,161,90)
#798D4F
(121,141,79)
#697944
(105,121,68)
#596539
(89,101,57)
#49512E
(73,81,46)
#393D23
(57,61,35)
#292918
(41,41,24)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #B9DD7B

#B9DD7B
(185,221,123)
#BFE087
(191,224,135)
#C5E393
(197,227,147)
#CBE69F
(203,230,159)
#D1E9AB
(209,233,171)
#D7ECB7
(215,236,183)
#DDEFC3
(221,239,195)
#E3F2CF
(227,242,207)
#E9F5DB
(233,245,219)
#EFF8E7
(239,248,231)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DD7B; }

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

This text font color is #B9DD7B.

Background Color

.myBgColor { background-color: #B9DD7B; }

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

This div background color is #B9DD7B.

Border color

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

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

This div border color is #B9DD7B.

Opacity

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

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

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

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

This text has shadow with #B9DD7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DD7B.

Preview

Color preview on black background

This text has color #B9DD7B on black background.


Color preview on white background

This text has color #B9DD7B on white background.


Black color preview on #B9DD7B background

This text has black color on #B9DD7B background.


White color preview on #B9DD7B background

This text has white color on #B9DD7B background.


Related colors

Complementary color

Complementary color for #hex is #462284.


I love getcolorcode.com

Triadic colors

1 #7BB9DD and #DD7BB9 with #B9DD7B are triadic colors.

2 #7BDDB9 and #DDB97B with #B9DD7B are triadic colors.