COLOR #BBD6DD

HEX: #BBD6DD
RGB: (187,214,221)

Color info

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

RGB color model

#BBD6DD color RGB value is (187,214,221).

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

RGB channels and saturation

R 187 of 255 = 73%
G 214 of 255 = 84%
B 221 of 255 = 87%

187
214
221

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

Portions of RGB colors in percentages

R + G + B =
187 + 214 + 221 = 622 (100%)
R 187 of 622 ~ 30.06%
G 214 of 622 ~ 34.41%
B 221 of 622 ~ 35.53%

%30.06
%34.41
%35.53

CMYK color model

#BBD6DD color CMYK value is (15,3,0,13).

  • cyan value is 15.38%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,3,0,13)
C15M3Y0K13 
(15%,3%,0%,13%)
(0.15/0.03/0.00/0.13)	

CMYK percentages

%15.38
%3.17
%0
%13.33

Codes

Color #BBD6DD in popluar color models

BBD6DD
RGB187214221
HSL192°33.33%80.00%
HSB/HSV192°15.38%86.67%
CMYK15.38%3.17%0.00%
13.33%

Color #BBD6DD in popluar number systems.

HEXBBD6DD
Decimal187214221
Binary101110111101011011011101
Octal273326335

Shades and tints

Shades of #BBD6DD

#BBD6DD
(187,214,221)
#AAC3C9
(170,195,201)
#99B0B5
(153,176,181)
#889DA1
(136,157,161)
#778A8D
(119,138,141)
#667779
(102,119,121)
#556465
(85,100,101)
#445151
(68,81,81)
#333E3D
(51,62,61)
#222B29
(34,43,41)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBD6DD

#BBD6DD
(187,214,221)
#C1D9E0
(193,217,224)
#C7DCE3
(199,220,227)
#CDDFE6
(205,223,230)
#D3E2E9
(211,226,233)
#D9E5EC
(217,229,236)
#DFE8EF
(223,232,239)
#E5EBF2
(229,235,242)
#EBEEF5
(235,238,245)
#F1F1F8
(241,241,248)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD6DD; }

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

This text font color is #BBD6DD.


Background Color

.myBgColor { background-color: #BBD6DD; }

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

This div background color is #BBD6DD.


Border color

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

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

This div border color is #BBD6DD.


Opacity

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

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

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

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

This text has shadow with #BBD6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD6DD on black background.


Color preview on white background

This text has color #BBD6DD on white background.



Black color preview on #BBD6DD background

This text has black color on #BBD6DD background.


White color preview on #BBD6DD background

This text has white color on #BBD6DD background.