COLOR #B4DC88

HEX: #B4DC88
RGB: (180,220,136)

Color info

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

RGB color model

#B4DC88 color RGB value is (180,220,136).

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

RGB channels and saturation

R 180 of 255 = 71%
G 220 of 255 = 86%
B 136 of 255 = 53%

180
220
136

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

Portions of RGB colors in percentages

R + G + B =
180 + 220 + 136 = 536 (100%)
R 180 of 536 ~ 33.58%
G 220 of 536 ~ 41.04%
B 136 of 536 ~ 25.37%

%33.58
%41.04
%25.37

CMYK color model

#B4DC88 color CMYK value is (18,0,38,14).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 38.18%
  • key color value is 13.73%
CMYK:
(18,0,38,14)
C18M0Y38K14 
(18%,0%,38%,14%)
(0.18/0.00/0.38/0.14)	

CMYK percentages

%18.18
%0
%38.18
%13.73

Codes

Color #B4DC88 in popluar color models

B4DC88
RGB180220136
HSL89°54.55%69.80%
HSB/HSV89°38.18%86.27%
CMYK18.18%0.00%38.18%
13.73%

Color #B4DC88 in popluar number systems.

HEXB4DC88
Decimal180220136
Binary101101001101110010001000
Octal264334210

Shades and tints

Shades of #B4DC88

#B4DC88
(180,220,136)
#A4C87C
(164,200,124)
#94B470
(148,180,112)
#84A064
(132,160,100)
#748C58
(116,140,88)
#64784C
(100,120,76)
#546440
(84,100,64)
#445034
(68,80,52)
#343C28
(52,60,40)
#24281C
(36,40,28)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #B4DC88

#B4DC88
(180,220,136)
#BADF92
(186,223,146)
#C0E29C
(192,226,156)
#C6E5A6
(198,229,166)
#CCE8B0
(204,232,176)
#D2EBBA
(210,235,186)
#D8EEC4
(216,238,196)
#DEF1CE
(222,241,206)
#E4F4D8
(228,244,216)
#EAF7E2
(234,247,226)
#F0FAEC
(240,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DC88 color. Also use rgb(180,220,136) instead hex code.

Text Font Color

.myTextColor { color: #B4DC88; }

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

This text font color is #B4DC88.


Background Color

.myBgColor { background-color: #B4DC88; }

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

This div background color is #B4DC88.


Border color

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

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

This div border color is #B4DC88.


Opacity

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

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

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

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

This text has shadow with #B4DC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DC88 on black background.


Color preview on white background

This text has color #B4DC88 on white background.



Black color preview on #B4DC88 background

This text has black color on #B4DC88 background.


White color preview on #B4DC88 background

This text has white color on #B4DC88 background.