COLOR #BBF8E0

HEX: #BBF8E0
RGB: (187,248,224)

Color info

#BBF8E0 contains mainly green and blue colors. Web safe color of #BBF8E0 is #CCFFCC (or #CFC).

RGB color model

#BBF8E0 color RGB value is (187,248,224).

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

RGB channels and saturation

R 187 of 255 = 73%
G 248 of 255 = 97%
B 224 of 255 = 88%

187
248
224

R + G + B ~ 86%. #BBF8E0 is light color.

Portions of RGB colors in percentages

R + G + B =
187 + 248 + 224 = 659 (100%)
R 187 of 659 ~ 28.38%
G 248 of 659 ~ 37.63%
B 224 of 659 ~ 33.99%

%28.38
%37.63
%33.99

CMYK color model

#BBF8E0 color CMYK value is (25,0,10,3).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 2.75%
CMYK:
(25,0,10,3)
C25M0Y10K3 
(25%,0%,10%,3%)
(0.25/0.00/0.10/0.03)	

CMYK percentages

%24.6
%0
%9.68
%2.75

Codes

Color #BBF8E0 in popluar color models

BBF8E0
RGB187248224
HSL156°81.33%85.29%
HSB/HSV156°24.60%97.25%
CMYK24.60%0.00%9.68%
2.75%

Color #BBF8E0 in popluar number systems.

HEXBBF8E0
Decimal187248224
Binary101110111111100011100000
Octal273370340

Shades and tints

Shades of #BBF8E0

#BBF8E0
(187,248,224)
#AAE2CC
(170,226,204)
#99CCB8
(153,204,184)
#88B6A4
(136,182,164)
#77A090
(119,160,144)
#668A7C
(102,138,124)
#557468
(85,116,104)
#445E54
(68,94,84)
#334840
(51,72,64)
#22322C
(34,50,44)
#111C18
(17,28,24)
#000000
(0,0,0)

Tints of #BBF8E0

#BBF8E0
(187,248,224)
#C1F8E2
(193,248,226)
#C7F8E4
(199,248,228)
#CDF8E6
(205,248,230)
#D3F8E8
(211,248,232)
#D9F8EA
(217,248,234)
#DFF8EC
(223,248,236)
#E5F8EE
(229,248,238)
#EBF8F0
(235,248,240)
#F1F8F2
(241,248,242)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF8E0; }

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

This text font color is #BBF8E0.


Background Color

.myBgColor { background-color: #BBF8E0; }

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

This div background color is #BBF8E0.


Border color

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

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

This div border color is #BBF8E0.


Opacity

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

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

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

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

This text has shadow with #BBF8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF8E0 on black background.


Color preview on white background

This text has color #BBF8E0 on white background.



Black color preview on #BBF8E0 background

This text has black color on #BBF8E0 background.


White color preview on #BBF8E0 background

This text has white color on #BBF8E0 background.