COLOR #BBF6BF

HEX: #BBF6BF
RGB: (187,246,191)

Color info

#BBF6BF contains red, green and blue colors in about the same proportion. Web safe color of #BBF6BF is #CCFFCC (or #CFC).

RGB color model

#BBF6BF color RGB value is (187,246,191).

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

RGB channels and saturation

R 187 of 255 = 73%
G 246 of 255 = 96%
B 191 of 255 = 75%

187
246
191

R + G + B ~ 81%. #BBF6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 246 + 191 = 624 (100%)
R 187 of 624 ~ 29.97%
G 246 of 624 ~ 39.42%
B 191 of 624 ~ 30.61%

%29.97
%39.42
%30.61

CMYK color model

#BBF6BF color CMYK value is (24,0,22,4).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 3.53%
CMYK:
(24,0,22,4)
C24M0Y22K4 
(24%,0%,22%,4%)
(0.24/0.00/0.22/0.04)	

CMYK percentages

%23.98
%0
%22.36
%3.53

Codes

Color #BBF6BF in popluar color models

BBF6BF
RGB187246191
HSL124°76.62%84.90%
HSB/HSV124°23.98%96.47%
CMYK23.98%0.00%22.36%
3.53%

Color #BBF6BF in popluar number systems.

HEXBBF6BF
Decimal187246191
Binary101110111111011010111111
Octal273366277

Shades and tints

Shades of #BBF6BF

#BBF6BF
(187,246,191)
#AAE0AE
(170,224,174)
#99CA9D
(153,202,157)
#88B48C
(136,180,140)
#779E7B
(119,158,123)
#66886A
(102,136,106)
#557259
(85,114,89)
#445C48
(68,92,72)
#334637
(51,70,55)
#223026
(34,48,38)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #BBF6BF

#BBF6BF
(187,246,191)
#C1F6C4
(193,246,196)
#C7F6C9
(199,246,201)
#CDF6CE
(205,246,206)
#D3F6D3
(211,246,211)
#D9F6D8
(217,246,216)
#DFF6DD
(223,246,221)
#E5F6E2
(229,246,226)
#EBF6E7
(235,246,231)
#F1F6EC
(241,246,236)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF6BF; }

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

This text font color is #BBF6BF.


Background Color

.myBgColor { background-color: #BBF6BF; }

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

This div background color is #BBF6BF.


Border color

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

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

This div border color is #BBF6BF.


Opacity

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

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

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

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

This text has shadow with #BBF6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF6BF on black background.


Color preview on white background

This text has color #BBF6BF on white background.



Black color preview on #BBF6BF background

This text has black color on #BBF6BF background.


White color preview on #BBF6BF background

This text has white color on #BBF6BF background.