COLOR #B4D880

HEX: #B4D880
RGB: (180,216,128)

Color info

#B4D880 contains mainly red and green colors. Web safe color of #B4D880 is #CCCC66 (or #CC6).

RGB color model

#B4D880 color RGB value is (180,216,128).

  • red value is 180;
  • green value is 216;
  • blue value is 128.
RGB:
(180,216,128)
(71%,85%,50%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 128 of 255 = 50%

180
216
128

R + G + B ~ 69%. #B4D880 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 216 + 128 = 524 (100%)
R 180 of 524 ~ 34.35%
G 216 of 524 ~ 41.22%
B 128 of 524 ~ 24.43%

%34.35
%41.22
%24.43

CMYK color model

#B4D880 color CMYK value is (17,0,41,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 40.74%
  • key color value is 15.29%
CMYK:
(17,0,41,15)
C17M0Y41K15 
(17%,0%,41%,15%)
(0.17/0.00/0.41/0.15)	

CMYK percentages

%16.67
%0
%40.74
%15.29

Codes

Color #B4D880 in popluar color models

B4D880
RGB180216128
HSL85°53.01%67.45%
HSB/HSV85°40.74%84.71%
CMYK16.67%0.00%40.74%
15.29%

Color #B4D880 in popluar number systems.

HEXB4D880
Decimal180216128
Binary101101001101100010000000
Octal264330200

Shades and tints

Shades of #B4D880

#B4D880
(180,216,128)
#A4C575
(164,197,117)
#94B26A
(148,178,106)
#849F5F
(132,159,95)
#748C54
(116,140,84)
#647949
(100,121,73)
#54663E
(84,102,62)
#445333
(68,83,51)
#344028
(52,64,40)
#242D1D
(36,45,29)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #B4D880

#B4D880
(180,216,128)
#BADB8B
(186,219,139)
#C0DE96
(192,222,150)
#C6E1A1
(198,225,161)
#CCE4AC
(204,228,172)
#D2E7B7
(210,231,183)
#D8EAC2
(216,234,194)
#DEEDCD
(222,237,205)
#E4F0D8
(228,240,216)
#EAF3E3
(234,243,227)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D880 color. Also use rgb(180,216,128) instead hex code.

Text Font Color

.myTextColor { color: #B4D880; }

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

This text font color is #B4D880.


Background Color

.myBgColor { background-color: #B4D880; }

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

This div background color is #B4D880.


Border color

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

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

This div border color is #B4D880.


Opacity

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

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

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

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

This text has shadow with #B4D880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D880 on black background.


Color preview on white background

This text has color #B4D880 on white background.



Black color preview on #B4D880 background

This text has black color on #B4D880 background.


White color preview on #B4D880 background

This text has white color on #B4D880 background.