COLOR #B5DB88

HEX: #B5DB88
RGB: (181,219,136)

Color info

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

RGB color model

#B5DB88 color RGB value is (181,219,136).

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

RGB channels and saturation

R 181 of 255 = 71%
G 219 of 255 = 86%
B 136 of 255 = 53%

181
219
136

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

Portions of RGB colors in percentages

R + G + B =
181 + 219 + 136 = 536 (100%)
R 181 of 536 ~ 33.77%
G 219 of 536 ~ 40.86%
B 136 of 536 ~ 25.37%

%33.77
%40.86
%25.37

CMYK color model

#B5DB88 color CMYK value is (17,0,38,14).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 37.90%
  • key color value is 14.12%
CMYK:
(17,0,38,14)
C17M0Y38K14 
(17%,0%,38%,14%)
(0.17/0.00/0.38/0.14)	

CMYK percentages

%17.35
%0
%37.9
%14.12

Codes

Color #B5DB88 in popluar color models

B5DB88
RGB181219136
HSL87°53.55%69.61%
HSB/HSV87°37.90%85.88%
CMYK17.35%0.00%37.90%
14.12%

Color #B5DB88 in popluar number systems.

HEXB5DB88
Decimal181219136
Binary101101011101101110001000
Octal265333210

Shades and tints

Shades of #B5DB88

#B5DB88
(181,219,136)
#A5C87C
(165,200,124)
#95B570
(149,181,112)
#85A264
(133,162,100)
#758F58
(117,143,88)
#657C4C
(101,124,76)
#556940
(85,105,64)
#455634
(69,86,52)
#354328
(53,67,40)
#25301C
(37,48,28)
#151D10
(21,29,16)
#000000
(0,0,0)

Tints of #B5DB88

#B5DB88
(181,219,136)
#BBDE92
(187,222,146)
#C1E19C
(193,225,156)
#C7E4A6
(199,228,166)
#CDE7B0
(205,231,176)
#D3EABA
(211,234,186)
#D9EDC4
(217,237,196)
#DFF0CE
(223,240,206)
#E5F3D8
(229,243,216)
#EBF6E2
(235,246,226)
#F1F9EC
(241,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DB88; }

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

This text font color is #B5DB88.


Background Color

.myBgColor { background-color: #B5DB88; }

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

This div background color is #B5DB88.


Border color

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

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

This div border color is #B5DB88.


Opacity

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

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

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

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

This text has shadow with #B5DB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DB88 on black background.


Color preview on white background

This text has color #B5DB88 on white background.



Black color preview on #B5DB88 background

This text has black color on #B5DB88 background.


White color preview on #B5DB88 background

This text has white color on #B5DB88 background.