COLOR #BBF7DC

HEX: #BBF7DC RGB: (187,247,220)

Color info

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

RGB color model

#BBF7DC color RGB value is (187,247,220).

RGB: (187,247,220) (73%, 97%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 247 of 255 = 97%
B 220 of 255 = 86%

187
247
220

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

Portions of RGB colors in percentages

R + G + B = 187 + 247 + 220 = 654 (100%)
R 187 of 654 ~ 28.59%
G 247 of 654 ~ 37.77%
B 220 of 654 ~ 33.64'%

%28.59
%37.77
%33.64

CMYK color model

#BBF7DC color CMYK value is (24,0,11,3).

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

CMYK: (24,0,11,3)
C24M0Y11K3 (24%, 0%, 11%, 3%)
(0.24 / 0.00 / 0.11 / 0.03)

CMYK percentages

%24.29
%0
%10.93
%3.14

Codes

Color #BBF7DC in popluar color models

BB F7 DC
RGB 187 247 220
HSL 153° 78.95% 85.10%
HSB/HSV 153° 24.29% 96.86%
CMYK 24.29% 0.00% 10.93%
3.14%

Color #BBF7DC in popluar number systems.

HEX BB F7 DC
Decimal 187 247 220
Binary 10111011 11110111 11011100
Octal 273 367 334

Shades and tints

Shades of #BBF7DC

#BBF7DC
(187,247,220)
#AAE1C8
(170,225,200)
#99CBB4
(153,203,180)
#88B5A0
(136,181,160)
#779F8C
(119,159,140)
#668978
(102,137,120)
#557364
(85,115,100)
#445D50
(68,93,80)
#33473C
(51,71,60)
#223128
(34,49,40)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #BBF7DC

#BBF7DC
(187,247,220)
#C1F7DF
(193,247,223)
#C7F7E2
(199,247,226)
#CDF7E5
(205,247,229)
#D3F7E8
(211,247,232)
#D9F7EB
(217,247,235)
#DFF7EE
(223,247,238)
#E5F7F1
(229,247,241)
#EBF7F4
(235,247,244)
#F1F7F7
(241,247,247)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF7DC; }

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

This text font color is #BBF7DC.

Background Color

.myBgColor { background-color: #BBF7DC; }

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

This div background color is #BBF7DC.

Border color

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

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

This div border color is #BBF7DC.

Opacity

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

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

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

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

This text has shadow with #BBF7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBF7DC.

Preview

Color preview on black background

This text has color #BBF7DC on black background.


Color preview on white background

This text has color #BBF7DC on white background.


Black color preview on #BBF7DC background

This text has black color on #BBF7DC background.


White color preview on #BBF7DC background

This text has white color on #BBF7DC background.


Related colors

Complementary color

Complementary color for #hex is #440823.


I love getcolorcode.com

Triadic colors

1 #DCBBF7 and #F7DCBB with #BBF7DC are triadic colors.

2 #DCF7BB and #F7BBDC with #BBF7DC are triadic colors.