COLOR #BBF7DF

HEX: #BBF7DF RGB: (187,247,223)

Color info

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

RGB color model

#BBF7DF color RGB value is (187,247,223).

RGB: (187,247,223) (73%, 97%, 87%)

RGB channels and saturation

R 187 of 255 = 73%
G 247 of 255 = 97%
B 223 of 255 = 87%

187
247
223

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

Portions of RGB colors in percentages

R + G + B = 187 + 247 + 223 = 657 (100%)
R 187 of 657 ~ 28.46%
G 247 of 657 ~ 37.6%
B 223 of 657 ~ 33.94'%

%28.46
%37.6
%33.94

CMYK color model

#BBF7DF color CMYK value is (24,0,10,3).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 3.14%

CMYK: (24,0,10,3)
C24M0Y10K3 (24%, 0%, 10%, 3%)
(0.24 / 0.00 / 0.10 / 0.03)

CMYK percentages

%24.29
%0
%9.72
%3.14

Codes

Color #BBF7DF in popluar color models

BB F7 DF
RGB 187 247 223
HSL 156° 78.95% 85.10%
HSB/HSV 156° 24.29% 96.86%
CMYK 24.29% 0.00% 9.72%
3.14%

Color #BBF7DF in popluar number systems.

HEX BB F7 DF
Decimal 187 247 223
Binary 10111011 11110111 11011111
Octal 273 367 337

Shades and tints

Shades of #BBF7DF

#BBF7DF
(187,247,223)
#AAE1CB
(170,225,203)
#99CBB7
(153,203,183)
#88B5A3
(136,181,163)
#779F8F
(119,159,143)
#66897B
(102,137,123)
#557367
(85,115,103)
#445D53
(68,93,83)
#33473F
(51,71,63)
#22312B
(34,49,43)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #BBF7DF

#BBF7DF
(187,247,223)
#C1F7E1
(193,247,225)
#C7F7E3
(199,247,227)
#CDF7E5
(205,247,229)
#D3F7E7
(211,247,231)
#D9F7E9
(217,247,233)
#DFF7EB
(223,247,235)
#E5F7ED
(229,247,237)
#EBF7EF
(235,247,239)
#F1F7F1
(241,247,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF7DF; }

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

This text font color is #BBF7DF.

Background Color

.myBgColor { background-color: #BBF7DF; }

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

This div background color is #BBF7DF.

Border color

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

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

This div border color is #BBF7DF.

Opacity

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

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

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

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

This text has shadow with #BBF7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF7DF.

Preview

Color preview on black background

This text has color #BBF7DF on black background.


Color preview on white background

This text has color #BBF7DF on white background.


Black color preview on #BBF7DF background

This text has black color on #BBF7DF background.


White color preview on #BBF7DF background

This text has white color on #BBF7DF background.


Related colors

Complementary color

Complementary color for #hex is #440820.


I love getcolorcode.com

Triadic colors

1 #DFBBF7 and #F7DFBB with #BBF7DF are triadic colors.

2 #DFF7BB and #F7BBDF with #BBF7DF are triadic colors.