COLOR #BBF7F1

HEX: #BBF7F1
RGB: (187,247,241)

Color info

#BBF7F1 contains mainly green and blue colors. Web safe color of #BBF7F1 is #CCFFFF (or #CFF).

RGB color model

#BBF7F1 color RGB value is (187,247,241).

  • red value is 187;
  • green value is 247;
  • blue value is 241.
RGB:
(187,247,241)
(73%,97%,95%)

RGB channels and saturation

R 187 of 255 = 73%
G 247 of 255 = 97%
B 241 of 255 = 95%

187
247
241

R + G + B ~ 88%. #BBF7F1 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 247 + 241 = 675 (100%)
R 187 of 675 ~ 27.7%
G 247 of 675 ~ 36.59%
B 241 of 675 ~ 35.7%

%27.7
%36.59
%35.7

CMYK color model

#BBF7F1 color CMYK value is (24,0,2,3).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 2.43%
  • key color value is 3.14%
CMYK:
(24,0,2,3)
C24M0Y2K3 
(24%,0%,2%,3%)
(0.24/0.00/0.02/0.03)	

CMYK percentages

%24.29
%0
%2.43
%3.14

Codes

Color #BBF7F1 in popluar color models

BBF7F1
RGB187247241
HSL174°78.95%85.10%
HSB/HSV174°24.29%96.86%
CMYK24.29%0.00%2.43%
3.14%

Color #BBF7F1 in popluar number systems.

HEXBBF7F1
Decimal187247241
Binary101110111111011111110001
Octal273367361

Shades and tints

Shades of #BBF7F1

#BBF7F1
(187,247,241)
#AAE1DC
(170,225,220)
#99CBC7
(153,203,199)
#88B5B2
(136,181,178)
#779F9D
(119,159,157)
#668988
(102,137,136)
#557373
(85,115,115)
#445D5E
(68,93,94)
#334749
(51,71,73)
#223134
(34,49,52)
#111B1F
(17,27,31)
#000000
(0,0,0)

Tints of #BBF7F1

#BBF7F1
(187,247,241)
#C1F7F2
(193,247,242)
#C7F7F3
(199,247,243)
#CDF7F4
(205,247,244)
#D3F7F5
(211,247,245)
#D9F7F6
(217,247,246)
#DFF7F7
(223,247,247)
#E5F7F8
(229,247,248)
#EBF7F9
(235,247,249)
#F1F7FA
(241,247,250)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF7F1 color. Also use rgb(187,247,241) instead hex code.

Text Font Color

.myTextColor { color: #BBF7F1; }

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

This text font color is #BBF7F1.


Background Color

.myBgColor { background-color: #BBF7F1; }

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

This div background color is #BBF7F1.


Border color

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

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

This div border color is #BBF7F1.


Opacity

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

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

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

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

This text has shadow with #BBF7F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF7F1 on black background.


Color preview on white background

This text has color #BBF7F1 on white background.



Black color preview on #BBF7F1 background

This text has black color on #BBF7F1 background.


White color preview on #BBF7F1 background

This text has white color on #BBF7F1 background.