COLOR #BBD6DA

HEX: #BBD6DA RGB: (187,214,218)

Color info

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

RGB color model

#BBD6DA color RGB value is (187,214,218).

RGB: (187,214,218) (73%, 84%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 214 of 255 = 84%
B 218 of 255 = 85%

187
214
218

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

Portions of RGB colors in percentages

R + G + B = 187 + 214 + 218 = 619 (100%)
R 187 of 619 ~ 30.21%
G 214 of 619 ~ 34.57%
B 218 of 619 ~ 35.22'%

%30.21
%34.57
%35.22

CMYK color model

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

  • cyan value is 14.22%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (14,2,0,15)
C14M2Y0K15 (14%, 2%, 0%, 15%)
(0.14 / 0.02 / 0.00 / 0.15)

CMYK percentages

%14.22
%1.83
%0
%14.51

Codes

Color #BBD6DA in popluar color models

BB D6 DA
RGB 187 214 218
HSL 188° 29.52% 79.41%
HSB/HSV 188° 14.22% 85.49%
CMYK 14.22% 1.83% 0.00%
14.51%

Color #BBD6DA in popluar number systems.

HEX BB D6 DA
Decimal 187 214 218
Binary 10111011 11010110 11011010
Octal 273 326 332

Shades and tints

Shades of #BBD6DA

#BBD6DA
(187,214,218)
#AAC3C7
(170,195,199)
#99B0B4
(153,176,180)
#889DA1
(136,157,161)
#778A8E
(119,138,142)
#66777B
(102,119,123)
#556468
(85,100,104)
#445155
(68,81,85)
#333E42
(51,62,66)
#222B2F
(34,43,47)
#11181C
(17,24,28)
#000000
(0,0,0)

Tints of #BBD6DA

#BBD6DA
(187,214,218)
#C1D9DD
(193,217,221)
#C7DCE0
(199,220,224)
#CDDFE3
(205,223,227)
#D3E2E6
(211,226,230)
#D9E5E9
(217,229,233)
#DFE8EC
(223,232,236)
#E5EBEF
(229,235,239)
#EBEEF2
(235,238,242)
#F1F1F5
(241,241,245)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD6DA; }

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

This text font color is #BBD6DA.

Background Color

.myBgColor { background-color: #BBD6DA; }

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

This div background color is #BBD6DA.

Border color

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

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

This div border color is #BBD6DA.

Opacity

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

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

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

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

This text has shadow with #BBD6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD6DA.

Preview

Color preview on black background

This text has color #BBD6DA on black background.


Color preview on white background

This text has color #BBD6DA on white background.


Black color preview on #BBD6DA background

This text has black color on #BBD6DA background.


White color preview on #BBD6DA background

This text has white color on #BBD6DA background.


Related colors

Complementary color

Complementary color for #hex is #442925.


I love getcolorcode.com

Triadic colors

1 #DABBD6 and #D6DABB with #BBD6DA are triadic colors.

2 #DAD6BB and #D6BBDA with #BBD6DA are triadic colors.