COLOR #BBF8B3

HEX: #BBF8B3
RGB: (187,248,179)

Color info

#BBF8B3 contains mainly green color. Web safe color of #BBF8B3 is #CCFF99 (or #CF9).

RGB color model

#BBF8B3 color RGB value is (187,248,179).

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

RGB channels and saturation

R 187 of 255 = 73%
G 248 of 255 = 97%
B 179 of 255 = 70%

187
248
179

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

Portions of RGB colors in percentages

R + G + B =
187 + 248 + 179 = 614 (100%)
R 187 of 614 ~ 30.46%
G 248 of 614 ~ 40.39%
B 179 of 614 ~ 29.15%

%30.46
%40.39
%29.15

CMYK color model

#BBF8B3 color CMYK value is (25,0,28,3).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 27.82%
  • key color value is 2.75%
CMYK:
(25,0,28,3)
C25M0Y28K3 
(25%,0%,28%,3%)
(0.25/0.00/0.28/0.03)	

CMYK percentages

%24.6
%0
%27.82
%2.75

Codes

Color #BBF8B3 in popluar color models

BBF8B3
RGB187248179
HSL113°83.13%83.73%
HSB/HSV113°27.82%97.25%
CMYK24.60%0.00%27.82%
2.75%

Color #BBF8B3 in popluar number systems.

HEXBBF8B3
Decimal187248179
Binary101110111111100010110011
Octal273370263

Shades and tints

Shades of #BBF8B3

#BBF8B3
(187,248,179)
#AAE2A3
(170,226,163)
#99CC93
(153,204,147)
#88B683
(136,182,131)
#77A073
(119,160,115)
#668A63
(102,138,99)
#557453
(85,116,83)
#445E43
(68,94,67)
#334833
(51,72,51)
#223223
(34,50,35)
#111C13
(17,28,19)
#000000
(0,0,0)

Tints of #BBF8B3

#BBF8B3
(187,248,179)
#C1F8B9
(193,248,185)
#C7F8BF
(199,248,191)
#CDF8C5
(205,248,197)
#D3F8CB
(211,248,203)
#D9F8D1
(217,248,209)
#DFF8D7
(223,248,215)
#E5F8DD
(229,248,221)
#EBF8E3
(235,248,227)
#F1F8E9
(241,248,233)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF8B3; }

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

This text font color is #BBF8B3.


Background Color

.myBgColor { background-color: #BBF8B3; }

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

This div background color is #BBF8B3.


Border color

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

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

This div border color is #BBF8B3.


Opacity

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

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

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

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

This text has shadow with #BBF8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF8B3 on black background.


Color preview on white background

This text has color #BBF8B3 on white background.



Black color preview on #BBF8B3 background

This text has black color on #BBF8B3 background.


White color preview on #BBF8B3 background

This text has white color on #BBF8B3 background.