COLOR #BBF69F

HEX: #BBF69F
RGB: (187,246,159)

Color info

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

RGB color model

#BBF69F color RGB value is (187,246,159).

  • red value is 187;
  • green value is 246;
  • blue value is 159.
RGB:
(187,246,159)
(73%,96%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 246 of 255 = 96%
B 159 of 255 = 62%

187
246
159

R + G + B ~ 77%. #BBF69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 246 + 159 = 592 (100%)
R 187 of 592 ~ 31.59%
G 246 of 592 ~ 41.55%
B 159 of 592 ~ 26.86%

%31.59
%41.55
%26.86

CMYK color model

#BBF69F color CMYK value is (24,0,35,4).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 35.37%
  • key color value is 3.53%
CMYK:
(24,0,35,4)
C24M0Y35K4 
(24%,0%,35%,4%)
(0.24/0.00/0.35/0.04)	

CMYK percentages

%23.98
%0
%35.37
%3.53

Codes

Color #BBF69F in popluar color models

BBF69F
RGB187246159
HSL101°82.86%79.41%
HSB/HSV101°35.37%96.47%
CMYK23.98%0.00%35.37%
3.53%

Color #BBF69F in popluar number systems.

HEXBBF69F
Decimal187246159
Binary101110111111011010011111
Octal273366237

Shades and tints

Shades of #BBF69F

#BBF69F
(187,246,159)
#AAE091
(170,224,145)
#99CA83
(153,202,131)
#88B475
(136,180,117)
#779E67
(119,158,103)
#668859
(102,136,89)
#55724B
(85,114,75)
#445C3D
(68,92,61)
#33462F
(51,70,47)
#223021
(34,48,33)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #BBF69F

#BBF69F
(187,246,159)
#C1F6A7
(193,246,167)
#C7F6AF
(199,246,175)
#CDF6B7
(205,246,183)
#D3F6BF
(211,246,191)
#D9F6C7
(217,246,199)
#DFF6CF
(223,246,207)
#E5F6D7
(229,246,215)
#EBF6DF
(235,246,223)
#F1F6E7
(241,246,231)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF69F color. Also use rgb(187,246,159) instead hex code.

Text Font Color

.myTextColor { color: #BBF69F; }

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

This text font color is #BBF69F.


Background Color

.myBgColor { background-color: #BBF69F; }

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

This div background color is #BBF69F.


Border color

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

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

This div border color is #BBF69F.


Opacity

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

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

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

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

This text has shadow with #BBF69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF69F on black background.


Color preview on white background

This text has color #BBF69F on white background.



Black color preview on #BBF69F background

This text has black color on #BBF69F background.


White color preview on #BBF69F background

This text has white color on #BBF69F background.