COLOR #BBF2DD

HEX: #BBF2DD
RGB: (187,242,221)

Color info

#BBF2DD contains red, green and blue colors in about the same proportion. Web safe color of #BBF2DD is #CCFFCC (or #CFC).

RGB color model

#BBF2DD color RGB value is (187,242,221).

  • red value is 187;
  • green value is 242;
  • blue value is 221.
RGB:
(187,242,221)
(73%,95%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 242 of 255 = 95%
B 221 of 255 = 87%

187
242
221

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

Portions of RGB colors in percentages

R + G + B =
187 + 242 + 221 = 650 (100%)
R 187 of 650 ~ 28.77%
G 242 of 650 ~ 37.23%
B 221 of 650 ~ 34%

%28.77
%37.23
%34

CMYK color model

#BBF2DD color CMYK value is (23,0,9,5).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 5.10%
CMYK:
(23,0,9,5)
C23M0Y9K5 
(23%,0%,9%,5%)
(0.23/0.00/0.09/0.05)	

CMYK percentages

%22.73
%0
%8.68
%5.1

Codes

Color #BBF2DD in popluar color models

BBF2DD
RGB187242221
HSL157°67.90%84.12%
HSB/HSV157°22.73%94.90%
CMYK22.73%0.00%8.68%
5.10%

Color #BBF2DD in popluar number systems.

HEXBBF2DD
Decimal187242221
Binary101110111111001011011101
Octal273362335

Shades and tints

Shades of #BBF2DD

#BBF2DD
(187,242,221)
#AADCC9
(170,220,201)
#99C6B5
(153,198,181)
#88B0A1
(136,176,161)
#779A8D
(119,154,141)
#668479
(102,132,121)
#556E65
(85,110,101)
#445851
(68,88,81)
#33423D
(51,66,61)
#222C29
(34,44,41)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #BBF2DD

#BBF2DD
(187,242,221)
#C1F3E0
(193,243,224)
#C7F4E3
(199,244,227)
#CDF5E6
(205,245,230)
#D3F6E9
(211,246,233)
#D9F7EC
(217,247,236)
#DFF8EF
(223,248,239)
#E5F9F2
(229,249,242)
#EBFAF5
(235,250,245)
#F1FBF8
(241,251,248)
#F7FCFB
(247,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBF2DD color. Also use rgb(187,242,221) instead hex code.

Text Font Color

.myTextColor { color: #BBF2DD; }

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

This text font color is #BBF2DD.


Background Color

.myBgColor { background-color: #BBF2DD; }

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

This div background color is #BBF2DD.


Border color

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

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

This div border color is #BBF2DD.


Opacity

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

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

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

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

This text has shadow with #BBF2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBF2DD on black background.


Color preview on white background

This text has color #BBF2DD on white background.



Black color preview on #BBF2DD background

This text has black color on #BBF2DD background.


White color preview on #BBF2DD background

This text has white color on #BBF2DD background.