COLOR #BBF5AB

HEX: #BBF5AB
RGB: (187,245,171)

Color info

#BBF5AB contains mainly red and green colors. Web safe color of #BBF5AB is #CCFF99 (or #CF9).

RGB color model

#BBF5AB color RGB value is (187,245,171).

  • red value is 187;
  • green value is 245;
  • blue value is 171.
RGB:
(187,245,171)
(73%,96%,67%)

RGB channels and saturation

R 187 of 255 = 73%
G 245 of 255 = 96%
B 171 of 255 = 67%

187
245
171

R + G + B ~ 79%. #BBF5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 245 + 171 = 603 (100%)
R 187 of 603 ~ 31.01%
G 245 of 603 ~ 40.63%
B 171 of 603 ~ 28.36%

%31.01
%40.63
%28.36

CMYK color model

#BBF5AB color CMYK value is (24,0,30,4).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 3.92%
CMYK:
(24,0,30,4)
C24M0Y30K4 
(24%,0%,30%,4%)
(0.24/0.00/0.30/0.04)	

CMYK percentages

%23.67
%0
%30.2
%3.92

Codes

Color #BBF5AB in popluar color models

BBF5AB
RGB187245171
HSL107°78.72%81.57%
HSB/HSV107°30.20%96.08%
CMYK23.67%0.00%30.20%
3.92%

Color #BBF5AB in popluar number systems.

HEXBBF5AB
Decimal187245171
Binary101110111111010110101011
Octal273365253

Shades and tints

Shades of #BBF5AB

#BBF5AB
(187,245,171)
#AADF9C
(170,223,156)
#99C98D
(153,201,141)
#88B37E
(136,179,126)
#779D6F
(119,157,111)
#668760
(102,135,96)
#557151
(85,113,81)
#445B42
(68,91,66)
#334533
(51,69,51)
#222F24
(34,47,36)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #BBF5AB

#BBF5AB
(187,245,171)
#C1F5B2
(193,245,178)
#C7F5B9
(199,245,185)
#CDF5C0
(205,245,192)
#D3F5C7
(211,245,199)
#D9F5CE
(217,245,206)
#DFF5D5
(223,245,213)
#E5F5DC
(229,245,220)
#EBF5E3
(235,245,227)
#F1F5EA
(241,245,234)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF5AB color. Also use rgb(187,245,171) instead hex code.

Text Font Color

.myTextColor { color: #BBF5AB; }

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

This text font color is #BBF5AB.


Background Color

.myBgColor { background-color: #BBF5AB; }

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

This div background color is #BBF5AB.


Border color

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

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

This div border color is #BBF5AB.


Opacity

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

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

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

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

This text has shadow with #BBF5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF5AB on black background.


Color preview on white background

This text has color #BBF5AB on white background.



Black color preview on #BBF5AB background

This text has black color on #BBF5AB background.


White color preview on #BBF5AB background

This text has white color on #BBF5AB background.