COLOR #BBF6E0

HEX: #BBF6E0
RGB: (187,246,224)

Color info

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

RGB color model

#BBF6E0 color RGB value is (187,246,224).

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

RGB channels and saturation

R 187 of 255 = 73%
G 246 of 255 = 96%
B 224 of 255 = 88%

187
246
224

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

Portions of RGB colors in percentages

R + G + B =
187 + 246 + 224 = 657 (100%)
R 187 of 657 ~ 28.46%
G 246 of 657 ~ 37.44%
B 224 of 657 ~ 34.09%

%28.46
%37.44
%34.09

CMYK color model

#BBF6E0 color CMYK value is (24,0,9,4).

  • cyan value is 23.98%
  • magenta value is 0.00%
  • yellow value is 8.94%
  • key color value is 3.53%
CMYK:
(24,0,9,4)
C24M0Y9K4 
(24%,0%,9%,4%)
(0.24/0.00/0.09/0.04)	

CMYK percentages

%23.98
%0
%8.94
%3.53

Codes

Color #BBF6E0 in popluar color models

BBF6E0
RGB187246224
HSL158°76.62%84.90%
HSB/HSV158°23.98%96.47%
CMYK23.98%0.00%8.94%
3.53%

Color #BBF6E0 in popluar number systems.

HEXBBF6E0
Decimal187246224
Binary101110111111011011100000
Octal273366340

Shades and tints

Shades of #BBF6E0

#BBF6E0
(187,246,224)
#AAE0CC
(170,224,204)
#99CAB8
(153,202,184)
#88B4A4
(136,180,164)
#779E90
(119,158,144)
#66887C
(102,136,124)
#557268
(85,114,104)
#445C54
(68,92,84)
#334640
(51,70,64)
#22302C
(34,48,44)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #BBF6E0

#BBF6E0
(187,246,224)
#C1F6E2
(193,246,226)
#C7F6E4
(199,246,228)
#CDF6E6
(205,246,230)
#D3F6E8
(211,246,232)
#D9F6EA
(217,246,234)
#DFF6EC
(223,246,236)
#E5F6EE
(229,246,238)
#EBF6F0
(235,246,240)
#F1F6F2
(241,246,242)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF6E0; }

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

This text font color is #BBF6E0.


Background Color

.myBgColor { background-color: #BBF6E0; }

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

This div background color is #BBF6E0.


Border color

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

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

This div border color is #BBF6E0.


Opacity

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

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

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

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

This text has shadow with #BBF6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF6E0 on black background.


Color preview on white background

This text has color #BBF6E0 on white background.



Black color preview on #BBF6E0 background

This text has black color on #BBF6E0 background.


White color preview on #BBF6E0 background

This text has white color on #BBF6E0 background.