COLOR #BBF5B3

HEX: #BBF5B3
RGB: (187,245,179)

Color info

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

RGB color model

#BBF5B3 color RGB value is (187,245,179).

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

RGB channels and saturation

R 187 of 255 = 73%
G 245 of 255 = 96%
B 179 of 255 = 70%

187
245
179

R + G + B ~ 80%. #BBF5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 245 + 179 = 611 (100%)
R 187 of 611 ~ 30.61%
G 245 of 611 ~ 40.1%
B 179 of 611 ~ 29.3%

%30.61
%40.1
%29.3

CMYK color model

#BBF5B3 color CMYK value is (24,0,27,4).

  • cyan value is 23.67%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 3.92%
CMYK:
(24,0,27,4)
C24M0Y27K4 
(24%,0%,27%,4%)
(0.24/0.00/0.27/0.04)	

CMYK percentages

%23.67
%0
%26.94
%3.92

Codes

Color #BBF5B3 in popluar color models

BBF5B3
RGB187245179
HSL113°76.74%83.14%
HSB/HSV113°26.94%96.08%
CMYK23.67%0.00%26.94%
3.92%

Color #BBF5B3 in popluar number systems.

HEXBBF5B3
Decimal187245179
Binary101110111111010110110011
Octal273365263

Shades and tints

Shades of #BBF5B3

#BBF5B3
(187,245,179)
#AADFA3
(170,223,163)
#99C993
(153,201,147)
#88B383
(136,179,131)
#779D73
(119,157,115)
#668763
(102,135,99)
#557153
(85,113,83)
#445B43
(68,91,67)
#334533
(51,69,51)
#222F23
(34,47,35)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #BBF5B3

#BBF5B3
(187,245,179)
#C1F5B9
(193,245,185)
#C7F5BF
(199,245,191)
#CDF5C5
(205,245,197)
#D3F5CB
(211,245,203)
#D9F5D1
(217,245,209)
#DFF5D7
(223,245,215)
#E5F5DD
(229,245,221)
#EBF5E3
(235,245,227)
#F1F5E9
(241,245,233)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF5B3; }

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

This text font color is #BBF5B3.


Background Color

.myBgColor { background-color: #BBF5B3; }

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

This div background color is #BBF5B3.


Border color

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

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

This div border color is #BBF5B3.


Opacity

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

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

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

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

This text has shadow with #BBF5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF5B3 on black background.


Color preview on white background

This text has color #BBF5B3 on white background.



Black color preview on #BBF5B3 background

This text has black color on #BBF5B3 background.


White color preview on #BBF5B3 background

This text has white color on #BBF5B3 background.