COLOR #BBF9EB

HEX: #BBF9EB
RGB: (187,249,235)

Color info

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

RGB color model

#BBF9EB color RGB value is (187,249,235).

  • red value is 187;
  • green value is 249;
  • blue value is 235.
RGB:
(187,249,235)
(73%,98%,92%)

RGB channels and saturation

R 187 of 255 = 73%
G 249 of 255 = 98%
B 235 of 255 = 92%

187
249
235

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

Portions of RGB colors in percentages

R + G + B =
187 + 249 + 235 = 671 (100%)
R 187 of 671 ~ 27.87%
G 249 of 671 ~ 37.11%
B 235 of 671 ~ 35.02%

%27.87
%37.11
%35.02

CMYK color model

#BBF9EB color CMYK value is (25,0,6,2).

  • cyan value is 24.90%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 2.35%
CMYK:
(25,0,6,2)
C25M0Y6K2 
(25%,0%,6%,2%)
(0.25/0.00/0.06/0.02)	

CMYK percentages

%24.9
%0
%5.62
%2.35

Codes

Color #BBF9EB in popluar color models

BBF9EB
RGB187249235
HSL166°83.78%85.49%
HSB/HSV166°24.90%97.65%
CMYK24.90%0.00%5.62%
2.35%

Color #BBF9EB in popluar number systems.

HEXBBF9EB
Decimal187249235
Binary101110111111100111101011
Octal273371353

Shades and tints

Shades of #BBF9EB

#BBF9EB
(187,249,235)
#AAE3D6
(170,227,214)
#99CDC1
(153,205,193)
#88B7AC
(136,183,172)
#77A197
(119,161,151)
#668B82
(102,139,130)
#55756D
(85,117,109)
#445F58
(68,95,88)
#334943
(51,73,67)
#22332E
(34,51,46)
#111D19
(17,29,25)
#000000
(0,0,0)

Tints of #BBF9EB

#BBF9EB
(187,249,235)
#C1F9EC
(193,249,236)
#C7F9ED
(199,249,237)
#CDF9EE
(205,249,238)
#D3F9EF
(211,249,239)
#D9F9F0
(217,249,240)
#DFF9F1
(223,249,241)
#E5F9F2
(229,249,242)
#EBF9F3
(235,249,243)
#F1F9F4
(241,249,244)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF9EB color. Also use rgb(187,249,235) instead hex code.

Text Font Color

.myTextColor { color: #BBF9EB; }

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

This text font color is #BBF9EB.


Background Color

.myBgColor { background-color: #BBF9EB; }

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

This div background color is #BBF9EB.


Border color

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

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

This div border color is #BBF9EB.


Opacity

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

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

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

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

This text has shadow with #BBF9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF9EB on black background.


Color preview on white background

This text has color #BBF9EB on white background.



Black color preview on #BBF9EB background

This text has black color on #BBF9EB background.


White color preview on #BBF9EB background

This text has white color on #BBF9EB background.