COLOR #BBDBDA

HEX: #BBDBDA
RGB: (187,219,218)

Color info

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

RGB color model

#BBDBDA color RGB value is (187,219,218).

  • red value is 187;
  • green value is 219;
  • blue value is 218.
RGB:
(187,219,218)
(73%,86%,85%)

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 218 of 255 = 85%

187
219
218

R + G + B ~ 81%. #BBDBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 219 + 218 = 624 (100%)
R 187 of 624 ~ 29.97%
G 219 of 624 ~ 35.1%
B 218 of 624 ~ 34.94%

%29.97
%35.1
%34.94

CMYK color model

#BBDBDA color CMYK value is (15,0,0,14).

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.12%
CMYK:
(15,0,0,14)
C15M0Y0K14 
(15%,0%,0%,14%)
(0.15/0.00/0.00/0.14)	

CMYK percentages

%14.61
%0
%0.46
%14.12

Codes

Color #BBDBDA in popluar color models

BBDBDA
RGB187219218
HSL178°30.77%79.61%
HSB/HSV178°14.61%85.88%
CMYK14.61%0.00%0.46%
14.12%

Color #BBDBDA in popluar number systems.

HEXBBDBDA
Decimal187219218
Binary101110111101101111011010
Octal273333332

Shades and tints

Shades of #BBDBDA

#BBDBDA
(187,219,218)
#AAC8C7
(170,200,199)
#99B5B4
(153,181,180)
#88A2A1
(136,162,161)
#778F8E
(119,143,142)
#667C7B
(102,124,123)
#556968
(85,105,104)
#445655
(68,86,85)
#334342
(51,67,66)
#22302F
(34,48,47)
#111D1C
(17,29,28)
#000000
(0,0,0)

Tints of #BBDBDA

#BBDBDA
(187,219,218)
#C1DEDD
(193,222,221)
#C7E1E0
(199,225,224)
#CDE4E3
(205,228,227)
#D3E7E6
(211,231,230)
#D9EAE9
(217,234,233)
#DFEDEC
(223,237,236)
#E5F0EF
(229,240,239)
#EBF3F2
(235,243,242)
#F1F6F5
(241,246,245)
#F7F9F8
(247,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBDBDA color. Also use rgb(187,219,218) instead hex code.

Text Font Color

.myTextColor { color: #BBDBDA; }

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

This text font color is #BBDBDA.


Background Color

.myBgColor { background-color: #BBDBDA; }

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

This div background color is #BBDBDA.


Border color

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

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

This div border color is #BBDBDA.


Opacity

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

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

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

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

This text has shadow with #BBDBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDBDA on black background.


Color preview on white background

This text has color #BBDBDA on white background.



Black color preview on #BBDBDA background

This text has black color on #BBDBDA background.


White color preview on #BBDBDA background

This text has white color on #BBDBDA background.