COLOR #BBF8D2

HEX: #BBF8D2
RGB: (187,248,210)

Color info

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

RGB color model

#BBF8D2 color RGB value is (187,248,210).

  • red value is 187;
  • green value is 248;
  • blue value is 210.
RGB:
(187,248,210)
(73%,97%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 248 of 255 = 97%
B 210 of 255 = 82%

187
248
210

R + G + B ~ 84%. #BBF8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 248 + 210 = 645 (100%)
R 187 of 645 ~ 28.99%
G 248 of 645 ~ 38.45%
B 210 of 645 ~ 32.56%

%28.99
%38.45
%32.56

CMYK color model

#BBF8D2 color CMYK value is (25,0,15,3).

  • cyan value is 24.60%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 2.75%
CMYK:
(25,0,15,3)
C25M0Y15K3 
(25%,0%,15%,3%)
(0.25/0.00/0.15/0.03)	

CMYK percentages

%24.6
%0
%15.32
%2.75

Codes

Color #BBF8D2 in popluar color models

BBF8D2
RGB187248210
HSL143°81.33%85.29%
HSB/HSV143°24.60%97.25%
CMYK24.60%0.00%15.32%
2.75%

Color #BBF8D2 in popluar number systems.

HEXBBF8D2
Decimal187248210
Binary101110111111100011010010
Octal273370322

Shades and tints

Shades of #BBF8D2

#BBF8D2
(187,248,210)
#AAE2BF
(170,226,191)
#99CCAC
(153,204,172)
#88B699
(136,182,153)
#77A086
(119,160,134)
#668A73
(102,138,115)
#557460
(85,116,96)
#445E4D
(68,94,77)
#33483A
(51,72,58)
#223227
(34,50,39)
#111C14
(17,28,20)
#000000
(0,0,0)

Tints of #BBF8D2

#BBF8D2
(187,248,210)
#C1F8D6
(193,248,214)
#C7F8DA
(199,248,218)
#CDF8DE
(205,248,222)
#D3F8E2
(211,248,226)
#D9F8E6
(217,248,230)
#DFF8EA
(223,248,234)
#E5F8EE
(229,248,238)
#EBF8F2
(235,248,242)
#F1F8F6
(241,248,246)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF8D2 color. Also use rgb(187,248,210) instead hex code.

Text Font Color

.myTextColor { color: #BBF8D2; }

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

This text font color is #BBF8D2.


Background Color

.myBgColor { background-color: #BBF8D2; }

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

This div background color is #BBF8D2.


Border color

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

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

This div border color is #BBF8D2.


Opacity

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

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

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

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

This text has shadow with #BBF8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF8D2 on black background.


Color preview on white background

This text has color #BBF8D2 on white background.



Black color preview on #BBF8D2 background

This text has black color on #BBF8D2 background.


White color preview on #BBF8D2 background

This text has white color on #BBF8D2 background.