COLOR #BBDDDF

HEX: #BBDDDF
RGB: (187,221,223)

Color info

#BBDDDF contains red, green and blue colors in about the same proportion. Web safe color of #BBDDDF is #CCCCCC (or #CCC).

RGB color model

#BBDDDF color RGB value is (187,221,223).

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

RGB channels and saturation

R 187 of 255 = 73%
G 221 of 255 = 87%
B 223 of 255 = 87%

187
221
223

R + G + B ~ 82%. #BBDDDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 221 + 223 = 631 (100%)
R 187 of 631 ~ 29.64%
G 221 of 631 ~ 35.02%
B 223 of 631 ~ 35.34%

%29.64
%35.02
%35.34

CMYK color model

#BBDDDF color CMYK value is (16,1,0,13).

  • cyan value is 16.14%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(16,1,0,13)
C16M1Y0K13 
(16%,1%,0%,13%)
(0.16/0.01/0.00/0.13)	

CMYK percentages

%16.14
%0.9
%0
%12.55

Codes

Color #BBDDDF in popluar color models

BBDDDF
RGB187221223
HSL183°36.00%80.39%
HSB/HSV183°16.14%87.45%
CMYK16.14%0.90%0.00%
12.55%

Color #BBDDDF in popluar number systems.

HEXBBDDDF
Decimal187221223
Binary101110111101110111011111
Octal273335337

Shades and tints

Shades of #BBDDDF

#BBDDDF
(187,221,223)
#AAC9CB
(170,201,203)
#99B5B7
(153,181,183)
#88A1A3
(136,161,163)
#778D8F
(119,141,143)
#66797B
(102,121,123)
#556567
(85,101,103)
#445153
(68,81,83)
#333D3F
(51,61,63)
#22292B
(34,41,43)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #BBDDDF

#BBDDDF
(187,221,223)
#C1E0E1
(193,224,225)
#C7E3E3
(199,227,227)
#CDE6E5
(205,230,229)
#D3E9E7
(211,233,231)
#D9ECE9
(217,236,233)
#DFEFEB
(223,239,235)
#E5F2ED
(229,242,237)
#EBF5EF
(235,245,239)
#F1F8F1
(241,248,241)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDDDF; }

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

This text font color is #BBDDDF.


Background Color

.myBgColor { background-color: #BBDDDF; }

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

This div background color is #BBDDDF.


Border color

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

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

This div border color is #BBDDDF.


Opacity

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

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

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

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

This text has shadow with #BBDDDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDDDF on black background.


Color preview on white background

This text has color #BBDDDF on white background.



Black color preview on #BBDDDF background

This text has black color on #BBDDDF background.


White color preview on #BBDDDF background

This text has white color on #BBDDDF background.