COLOR #B4DA89

HEX: #B4DA89
RGB: (180,218,137)

Color info

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

RGB color model

#B4DA89 color RGB value is (180,218,137).

  • red value is 180;
  • green value is 218;
  • blue value is 137.
RGB:
(180,218,137)
(71%,85%,54%)

RGB channels and saturation

R 180 of 255 = 71%
G 218 of 255 = 85%
B 137 of 255 = 54%

180
218
137

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

Portions of RGB colors in percentages

R + G + B =
180 + 218 + 137 = 535 (100%)
R 180 of 535 ~ 33.64%
G 218 of 535 ~ 40.75%
B 137 of 535 ~ 25.61%

%33.64
%40.75
%25.61

CMYK color model

#B4DA89 color CMYK value is (17,0,37,15).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 37.16%
  • key color value is 14.51%
CMYK:
(17,0,37,15)
C17M0Y37K15 
(17%,0%,37%,15%)
(0.17/0.00/0.37/0.15)	

CMYK percentages

%17.43
%0
%37.16
%14.51

Codes

Color #B4DA89 in popluar color models

B4DA89
RGB180218137
HSL88°52.26%69.61%
HSB/HSV88°37.16%85.49%
CMYK17.43%0.00%37.16%
14.51%

Color #B4DA89 in popluar number systems.

HEXB4DA89
Decimal180218137
Binary101101001101101010001001
Octal264332211

Shades and tints

Shades of #B4DA89

#B4DA89
(180,218,137)
#A4C77D
(164,199,125)
#94B471
(148,180,113)
#84A165
(132,161,101)
#748E59
(116,142,89)
#647B4D
(100,123,77)
#546841
(84,104,65)
#445535
(68,85,53)
#344229
(52,66,41)
#242F1D
(36,47,29)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #B4DA89

#B4DA89
(180,218,137)
#BADD93
(186,221,147)
#C0E09D
(192,224,157)
#C6E3A7
(198,227,167)
#CCE6B1
(204,230,177)
#D2E9BB
(210,233,187)
#D8ECC5
(216,236,197)
#DEEFCF
(222,239,207)
#E4F2D9
(228,242,217)
#EAF5E3
(234,245,227)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DA89 color. Also use rgb(180,218,137) instead hex code.

Text Font Color

.myTextColor { color: #B4DA89; }

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

This text font color is #B4DA89.


Background Color

.myBgColor { background-color: #B4DA89; }

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

This div background color is #B4DA89.


Border color

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

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

This div border color is #B4DA89.


Opacity

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

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

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

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

This text has shadow with #B4DA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DA89 on black background.


Color preview on white background

This text has color #B4DA89 on white background.



Black color preview on #B4DA89 background

This text has black color on #B4DA89 background.


White color preview on #B4DA89 background

This text has white color on #B4DA89 background.