COLOR #BBF7CD

HEX: #BBF7CD
RGB: (187,247,205)

Color info

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

RGB color model

#BBF7CD color RGB value is (187,247,205).

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

RGB channels and saturation

R 187 of 255 = 73%
G 247 of 255 = 97%
B 205 of 255 = 80%

187
247
205

R + G + B ~ 83%. #BBF7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 247 + 205 = 639 (100%)
R 187 of 639 ~ 29.26%
G 247 of 639 ~ 38.65%
B 205 of 639 ~ 32.08%

%29.26
%38.65
%32.08

CMYK color model

#BBF7CD color CMYK value is (24,0,17,3).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 3.14%
CMYK:
(24,0,17,3)
C24M0Y17K3 
(24%,0%,17%,3%)
(0.24/0.00/0.17/0.03)	

CMYK percentages

%24.29
%0
%17
%3.14

Codes

Color #BBF7CD in popluar color models

BBF7CD
RGB187247205
HSL138°78.95%85.10%
HSB/HSV138°24.29%96.86%
CMYK24.29%0.00%17.00%
3.14%

Color #BBF7CD in popluar number systems.

HEXBBF7CD
Decimal187247205
Binary101110111111011111001101
Octal273367315

Shades and tints

Shades of #BBF7CD

#BBF7CD
(187,247,205)
#AAE1BB
(170,225,187)
#99CBA9
(153,203,169)
#88B597
(136,181,151)
#779F85
(119,159,133)
#668973
(102,137,115)
#557361
(85,115,97)
#445D4F
(68,93,79)
#33473D
(51,71,61)
#22312B
(34,49,43)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #BBF7CD

#BBF7CD
(187,247,205)
#C1F7D1
(193,247,209)
#C7F7D5
(199,247,213)
#CDF7D9
(205,247,217)
#D3F7DD
(211,247,221)
#D9F7E1
(217,247,225)
#DFF7E5
(223,247,229)
#E5F7E9
(229,247,233)
#EBF7ED
(235,247,237)
#F1F7F1
(241,247,241)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBF7CD; }

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

This text font color is #BBF7CD.


Background Color

.myBgColor { background-color: #BBF7CD; }

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

This div background color is #BBF7CD.


Border color

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

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

This div border color is #BBF7CD.


Opacity

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

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

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

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

This text has shadow with #BBF7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF7CD on black background.


Color preview on white background

This text has color #BBF7CD on white background.



Black color preview on #BBF7CD background

This text has black color on #BBF7CD background.


White color preview on #BBF7CD background

This text has white color on #BBF7CD background.