COLOR #BBF6A8

HEX: #BBF6A8
RGB: (187,246,168)

Color info

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

RGB color model

#BBF6A8 color RGB value is (187,246,168).

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

RGB channels and saturation

R 187 of 255 = 73%
G 246 of 255 = 96%
B 168 of 255 = 66%

187
246
168

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

Portions of RGB colors in percentages

R + G + B =
187 + 246 + 168 = 601 (100%)
R 187 of 601 ~ 31.11%
G 246 of 601 ~ 40.93%
B 168 of 601 ~ 27.95%

%31.11
%40.93
%27.95

CMYK color model

#BBF6A8 color CMYK value is (24,0,32,4).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 3.53%
CMYK:
(24,0,32,4)
C24M0Y32K4 
(24%,0%,32%,4%)
(0.24/0.00/0.32/0.04)	

CMYK percentages

%23.98
%0
%31.71
%3.53

Codes

Color #BBF6A8 in popluar color models

BBF6A8
RGB187246168
HSL105°81.25%81.18%
HSB/HSV105°31.71%96.47%
CMYK23.98%0.00%31.71%
3.53%

Color #BBF6A8 in popluar number systems.

HEXBBF6A8
Decimal187246168
Binary101110111111011010101000
Octal273366250

Shades and tints

Shades of #BBF6A8

#BBF6A8
(187,246,168)
#AAE099
(170,224,153)
#99CA8A
(153,202,138)
#88B47B
(136,180,123)
#779E6C
(119,158,108)
#66885D
(102,136,93)
#55724E
(85,114,78)
#445C3F
(68,92,63)
#334630
(51,70,48)
#223021
(34,48,33)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #BBF6A8

#BBF6A8
(187,246,168)
#C1F6AF
(193,246,175)
#C7F6B6
(199,246,182)
#CDF6BD
(205,246,189)
#D3F6C4
(211,246,196)
#D9F6CB
(217,246,203)
#DFF6D2
(223,246,210)
#E5F6D9
(229,246,217)
#EBF6E0
(235,246,224)
#F1F6E7
(241,246,231)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF6A8; }

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

This text font color is #BBF6A8.


Background Color

.myBgColor { background-color: #BBF6A8; }

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

This div background color is #BBF6A8.


Border color

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

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

This div border color is #BBF6A8.


Opacity

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

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

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

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

This text has shadow with #BBF6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF6A8 on black background.


Color preview on white background

This text has color #BBF6A8 on white background.



Black color preview on #BBF6A8 background

This text has black color on #BBF6A8 background.


White color preview on #BBF6A8 background

This text has white color on #BBF6A8 background.