COLOR #BBF7DA

HEX: #BBF7DA
RGB: (187,247,218)

Color info

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

RGB color model

#BBF7DA color RGB value is (187,247,218).

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

RGB channels and saturation

R 187 of 255 = 73%
G 247 of 255 = 97%
B 218 of 255 = 85%

187
247
218

R + G + B ~ 85%. #BBF7DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 247 + 218 = 652 (100%)
R 187 of 652 ~ 28.68%
G 247 of 652 ~ 37.88%
B 218 of 652 ~ 33.44%

%28.68
%37.88
%33.44

CMYK color model

#BBF7DA color CMYK value is (24,0,12,3).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(24,0,12,3)
C24M0Y12K3 
(24%,0%,12%,3%)
(0.24/0.00/0.12/0.03)	

CMYK percentages

%24.29
%0
%11.74
%3.14

Codes

Color #BBF7DA in popluar color models

BBF7DA
RGB187247218
HSL151°78.95%85.10%
HSB/HSV151°24.29%96.86%
CMYK24.29%0.00%11.74%
3.14%

Color #BBF7DA in popluar number systems.

HEXBBF7DA
Decimal187247218
Binary101110111111011111011010
Octal273367332

Shades and tints

Shades of #BBF7DA

#BBF7DA
(187,247,218)
#AAE1C7
(170,225,199)
#99CBB4
(153,203,180)
#88B5A1
(136,181,161)
#779F8E
(119,159,142)
#66897B
(102,137,123)
#557368
(85,115,104)
#445D55
(68,93,85)
#334742
(51,71,66)
#22312F
(34,49,47)
#111B1C
(17,27,28)
#000000
(0,0,0)

Tints of #BBF7DA

#BBF7DA
(187,247,218)
#C1F7DD
(193,247,221)
#C7F7E0
(199,247,224)
#CDF7E3
(205,247,227)
#D3F7E6
(211,247,230)
#D9F7E9
(217,247,233)
#DFF7EC
(223,247,236)
#E5F7EF
(229,247,239)
#EBF7F2
(235,247,242)
#F1F7F5
(241,247,245)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF7DA; }

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

This text font color is #BBF7DA.


Background Color

.myBgColor { background-color: #BBF7DA; }

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

This div background color is #BBF7DA.


Border color

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

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

This div border color is #BBF7DA.


Opacity

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

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

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

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

This text has shadow with #BBF7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF7DA on black background.


Color preview on white background

This text has color #BBF7DA on white background.



Black color preview on #BBF7DA background

This text has black color on #BBF7DA background.


White color preview on #BBF7DA background

This text has white color on #BBF7DA background.