COLOR #B9DA8D

HEX: #B9DA8D RGB: (185,218,141)

Color info

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

RGB color model

#B9DA8D color RGB value is (185,218,141).

RGB: (185,218,141) (73%, 85%, 55%)

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 141 of 255 = 55%

185
218
141

R + G + B ~ 71%. #B9DA8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 218 + 141 = 544 (100%)
R 185 of 544 ~ 34.01%
G 218 of 544 ~ 40.07%
B 141 of 544 ~ 25.92'%

%34.01
%40.07
%25.92

CMYK color model

#B9DA8D color CMYK value is (15,0,35,15).

  • cyan value is 15.14%
  • magenta value is 0.00%
  • yellow value is 35.32%
  • key color value is 14.51%

CMYK: (15,0,35,15)
C15M0Y35K15 (15%, 0%, 35%, 15%)
(0.15 / 0.00 / 0.35 / 0.15)

CMYK percentages

%15.14
%0
%35.32
%14.51

Codes

Color #B9DA8D in popluar color models

B9 DA 8D
RGB 185 218 141
HSL 86° 50.99% 70.39%
HSB/HSV 86° 35.32% 85.49%
CMYK 15.14% 0.00% 35.32%
14.51%

Color #B9DA8D in popluar number systems.

HEX B9 DA 8D
Decimal 185 218 141
Binary 10111001 11011010 10001101
Octal 271 332 215

Shades and tints

Shades of #B9DA8D

#B9DA8D
(185,218,141)
#A9C781
(169,199,129)
#99B475
(153,180,117)
#89A169
(137,161,105)
#798E5D
(121,142,93)
#697B51
(105,123,81)
#596845
(89,104,69)
#495539
(73,85,57)
#39422D
(57,66,45)
#292F21
(41,47,33)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #B9DA8D

#B9DA8D
(185,218,141)
#BFDD97
(191,221,151)
#C5E0A1
(197,224,161)
#CBE3AB
(203,227,171)
#D1E6B5
(209,230,181)
#D7E9BF
(215,233,191)
#DDECC9
(221,236,201)
#E3EFD3
(227,239,211)
#E9F2DD
(233,242,221)
#EFF5E7
(239,245,231)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DA8D color. Also use rgb(185,218,141) instead hex code.

Text Font Color

.myTextColor { color: #B9DA8D; }

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

This text font color is #B9DA8D.

Background Color

.myBgColor { background-color: #B9DA8D; }

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

This div background color is #B9DA8D.

Border color

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

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

This div border color is #B9DA8D.

Opacity

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

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

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

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

This text has shadow with #B9DA8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DA8D.

Preview

Color preview on black background

This text has color #B9DA8D on black background.


Color preview on white background

This text has color #B9DA8D on white background.


Black color preview on #B9DA8D background

This text has black color on #B9DA8D background.


White color preview on #B9DA8D background

This text has white color on #B9DA8D background.


Related colors

Complementary color

Complementary color for #hex is #462572.


I love getcolorcode.com

Triadic colors

1 #8DB9DA and #DA8DB9 with #B9DA8D are triadic colors.

2 #8DDAB9 and #DAB98D with #B9DA8D are triadic colors.