COLOR #B5DB89

HEX: #B5DB89
RGB: (181,219,137)

Color info

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

RGB color model

#B5DB89 color RGB value is (181,219,137).

  • red value is 181;
  • green value is 219;
  • blue value is 137.
RGB:
(181,219,137)
(71%,86%,54%)

RGB channels and saturation

R 181 of 255 = 71%
G 219 of 255 = 86%
B 137 of 255 = 54%

181
219
137

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

Portions of RGB colors in percentages

R + G + B =
181 + 219 + 137 = 537 (100%)
R 181 of 537 ~ 33.71%
G 219 of 537 ~ 40.78%
B 137 of 537 ~ 25.51%

%33.71
%40.78
%25.51

CMYK color model

#B5DB89 color CMYK value is (17,0,37,14).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 37.44%
  • key color value is 14.12%
CMYK:
(17,0,37,14)
C17M0Y37K14 
(17%,0%,37%,14%)
(0.17/0.00/0.37/0.14)	

CMYK percentages

%17.35
%0
%37.44
%14.12

Codes

Color #B5DB89 in popluar color models

B5DB89
RGB181219137
HSL88°53.25%69.80%
HSB/HSV88°37.44%85.88%
CMYK17.35%0.00%37.44%
14.12%

Color #B5DB89 in popluar number systems.

HEXB5DB89
Decimal181219137
Binary101101011101101110001001
Octal265333211

Shades and tints

Shades of #B5DB89

#B5DB89
(181,219,137)
#A5C87D
(165,200,125)
#95B571
(149,181,113)
#85A265
(133,162,101)
#758F59
(117,143,89)
#657C4D
(101,124,77)
#556941
(85,105,65)
#455635
(69,86,53)
#354329
(53,67,41)
#25301D
(37,48,29)
#151D11
(21,29,17)
#000000
(0,0,0)

Tints of #B5DB89

#B5DB89
(181,219,137)
#BBDE93
(187,222,147)
#C1E19D
(193,225,157)
#C7E4A7
(199,228,167)
#CDE7B1
(205,231,177)
#D3EABB
(211,234,187)
#D9EDC5
(217,237,197)
#DFF0CF
(223,240,207)
#E5F3D9
(229,243,217)
#EBF6E3
(235,246,227)
#F1F9ED
(241,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DB89 color. Also use rgb(181,219,137) instead hex code.

Text Font Color

.myTextColor { color: #B5DB89; }

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

This text font color is #B5DB89.


Background Color

.myBgColor { background-color: #B5DB89; }

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

This div background color is #B5DB89.


Border color

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

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

This div border color is #B5DB89.


Opacity

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

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

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

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

This text has shadow with #B5DB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DB89 on black background.


Color preview on white background

This text has color #B5DB89 on white background.



Black color preview on #B5DB89 background

This text has black color on #B5DB89 background.


White color preview on #B5DB89 background

This text has white color on #B5DB89 background.