COLOR #B0D580

HEX: #B0D580
RGB: (176,213,128)

Color info

#B0D580 contains mainly red and green colors. Web safe color of #B0D580 is #99CC66 (or #9C6).

RGB color model

#B0D580 color RGB value is (176,213,128).

  • red value is 176;
  • green value is 213;
  • blue value is 128.
RGB:
(176,213,128)
(69%,84%,50%)

RGB channels and saturation

R 176 of 255 = 69%
G 213 of 255 = 84%
B 128 of 255 = 50%

176
213
128

R + G + B ~ 68%. #B0D580 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 213 + 128 = 517 (100%)
R 176 of 517 ~ 34.04%
G 213 of 517 ~ 41.2%
B 128 of 517 ~ 24.76%

%34.04
%41.2
%24.76

CMYK color model

#B0D580 color CMYK value is (17,0,40,16).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 39.91%
  • key color value is 16.47%
CMYK:
(17,0,40,16)
C17M0Y40K16 
(17%,0%,40%,16%)
(0.17/0.00/0.40/0.16)	

CMYK percentages

%17.37
%0
%39.91
%16.47

Codes

Color #B0D580 in popluar color models

B0D580
RGB176213128
HSL86°50.30%66.86%
HSB/HSV86°39.91%83.53%
CMYK17.37%0.00%39.91%
16.47%

Color #B0D580 in popluar number systems.

HEXB0D580
Decimal176213128
Binary101100001101010110000000
Octal260325200

Shades and tints

Shades of #B0D580

#B0D580
(176,213,128)
#A0C275
(160,194,117)
#90AF6A
(144,175,106)
#809C5F
(128,156,95)
#708954
(112,137,84)
#607649
(96,118,73)
#50633E
(80,99,62)
#405033
(64,80,51)
#303D28
(48,61,40)
#202A1D
(32,42,29)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #B0D580

#B0D580
(176,213,128)
#B7D88B
(183,216,139)
#BEDB96
(190,219,150)
#C5DEA1
(197,222,161)
#CCE1AC
(204,225,172)
#D3E4B7
(211,228,183)
#DAE7C2
(218,231,194)
#E1EACD
(225,234,205)
#E8EDD8
(232,237,216)
#EFF0E3
(239,240,227)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D580 color. Also use rgb(176,213,128) instead hex code.

Text Font Color

.myTextColor { color: #B0D580; }

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

This text font color is #B0D580.


Background Color

.myBgColor { background-color: #B0D580; }

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

This div background color is #B0D580.


Border color

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

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

This div border color is #B0D580.


Opacity

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

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

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

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

This text has shadow with #B0D580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D580 on black background.


Color preview on white background

This text has color #B0D580 on white background.



Black color preview on #B0D580 background

This text has black color on #B0D580 background.


White color preview on #B0D580 background

This text has white color on #B0D580 background.