COLOR #BBF2AB

HEX: #BBF2AB
RGB: (187,242,171)

Color info

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

RGB color model

#BBF2AB color RGB value is (187,242,171).

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

RGB channels and saturation

R 187 of 255 = 73%
G 242 of 255 = 95%
B 171 of 255 = 67%

187
242
171

R + G + B ~ 78%. #BBF2AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 242 + 171 = 600 (100%)
R 187 of 600 ~ 31.17%
G 242 of 600 ~ 40.33%
B 171 of 600 ~ 28.5%

%31.17
%40.33
%28.5

CMYK color model

#BBF2AB color CMYK value is (23,0,29,5).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 29.34%
  • key color value is 5.10%
CMYK:
(23,0,29,5)
C23M0Y29K5 
(23%,0%,29%,5%)
(0.23/0.00/0.29/0.05)	

CMYK percentages

%22.73
%0
%29.34
%5.1

Codes

Color #BBF2AB in popluar color models

BBF2AB
RGB187242171
HSL106°73.20%80.98%
HSB/HSV106°29.34%94.90%
CMYK22.73%0.00%29.34%
5.10%

Color #BBF2AB in popluar number systems.

HEXBBF2AB
Decimal187242171
Binary101110111111001010101011
Octal273362253

Shades and tints

Shades of #BBF2AB

#BBF2AB
(187,242,171)
#AADC9C
(170,220,156)
#99C68D
(153,198,141)
#88B07E
(136,176,126)
#779A6F
(119,154,111)
#668460
(102,132,96)
#556E51
(85,110,81)
#445842
(68,88,66)
#334233
(51,66,51)
#222C24
(34,44,36)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #BBF2AB

#BBF2AB
(187,242,171)
#C1F3B2
(193,243,178)
#C7F4B9
(199,244,185)
#CDF5C0
(205,245,192)
#D3F6C7
(211,246,199)
#D9F7CE
(217,247,206)
#DFF8D5
(223,248,213)
#E5F9DC
(229,249,220)
#EBFAE3
(235,250,227)
#F1FBEA
(241,251,234)
#F7FCF1
(247,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF2AB; }

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

This text font color is #BBF2AB.


Background Color

.myBgColor { background-color: #BBF2AB; }

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

This div background color is #BBF2AB.


Border color

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

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

This div border color is #BBF2AB.


Opacity

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

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

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

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

This text has shadow with #BBF2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF2AB on black background.


Color preview on white background

This text has color #BBF2AB on white background.



Black color preview on #BBF2AB background

This text has black color on #BBF2AB background.


White color preview on #BBF2AB background

This text has white color on #BBF2AB background.