COLOR #BBFD80

HEX: #BBFD80
RGB: (187,253,128)

Color info

#BBFD80 contains mainly green color. Web safe color of #BBFD80 is #CCFF66 (or #CF6).

RGB color model

#BBFD80 color RGB value is (187,253,128).

  • red value is 187;
  • green value is 253;
  • blue value is 128.
RGB:
(187,253,128)
(73%,99%,50%)

RGB channels and saturation

R 187 of 255 = 73%
G 253 of 255 = 99%
B 128 of 255 = 50%

187
253
128

R + G + B ~ 74%. #BBFD80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 253 + 128 = 568 (100%)
R 187 of 568 ~ 32.92%
G 253 of 568 ~ 44.54%
B 128 of 568 ~ 22.54%

%32.92
%44.54
%22.54

CMYK color model

#BBFD80 color CMYK value is (26,0,49,1).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 49.41%
  • key color value is 0.78%
CMYK:
(26,0,49,1)
C26M0Y49K1 
(26%,0%,49%,1%)
(0.26/0.00/0.49/0.01)	

CMYK percentages

%26.09
%0
%49.41
%0.78

Codes

Color #BBFD80 in popluar color models

BBFD80
RGB187253128
HSL92°96.90%74.71%
HSB/HSV92°49.41%99.22%
CMYK26.09%0.00%49.41%
0.78%

Color #BBFD80 in popluar number systems.

HEXBBFD80
Decimal187253128
Binary101110111111110110000000
Octal273375200

Shades and tints

Shades of #BBFD80

#BBFD80
(187,253,128)
#AAE675
(170,230,117)
#99CF6A
(153,207,106)
#88B85F
(136,184,95)
#77A154
(119,161,84)
#668A49
(102,138,73)
#55733E
(85,115,62)
#445C33
(68,92,51)
#334528
(51,69,40)
#222E1D
(34,46,29)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #BBFD80

#BBFD80
(187,253,128)
#C1FD8B
(193,253,139)
#C7FD96
(199,253,150)
#CDFDA1
(205,253,161)
#D3FDAC
(211,253,172)
#D9FDB7
(217,253,183)
#DFFDC2
(223,253,194)
#E5FDCD
(229,253,205)
#EBFDD8
(235,253,216)
#F1FDE3
(241,253,227)
#F7FDEE
(247,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBFD80 color. Also use rgb(187,253,128) instead hex code.

Text Font Color

.myTextColor { color: #BBFD80; }

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

This text font color is #BBFD80.


Background Color

.myBgColor { background-color: #BBFD80; }

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

This div background color is #BBFD80.


Border color

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

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

This div border color is #BBFD80.


Opacity

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

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

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

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

This text has shadow with #BBFD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBFD80 on black background.


Color preview on white background

This text has color #BBFD80 on white background.



Black color preview on #BBFD80 background

This text has black color on #BBFD80 background.


White color preview on #BBFD80 background

This text has white color on #BBFD80 background.