COLOR #BBDBD6

HEX: #BBDBD6 RGB: (187,219,214)

Color info

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

RGB color model

#BBDBD6 color RGB value is (187,219,214).

RGB: (187,219,214) (73%, 86%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 219 of 255 = 86%
B 214 of 255 = 84%

187
219
214

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

Portions of RGB colors in percentages

R + G + B = 187 + 219 + 214 = 620 (100%)
R 187 of 620 ~ 30.16%
G 219 of 620 ~ 35.32%
B 214 of 620 ~ 34.52'%

%30.16
%35.32
%34.52

CMYK color model

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

  • cyan value is 14.61%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%

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

CMYK percentages

%14.61
%0
%2.28
%14.12

Codes

Color #BBDBD6 in popluar color models

BB DB D6
RGB 187 219 214
HSL 171° 30.77% 79.61%
HSB/HSV 171° 14.61% 85.88%
CMYK 14.61% 0.00% 2.28%
14.12%

Color #BBDBD6 in popluar number systems.

HEX BB DB D6
Decimal 187 219 214
Binary 10111011 11011011 11010110
Octal 273 333 326

Shades and tints

Shades of #BBDBD6

#BBDBD6
(187,219,214)
#AAC8C3
(170,200,195)
#99B5B0
(153,181,176)
#88A29D
(136,162,157)
#778F8A
(119,143,138)
#667C77
(102,124,119)
#556964
(85,105,100)
#445651
(68,86,81)
#33433E
(51,67,62)
#22302B
(34,48,43)
#111D18
(17,29,24)
#000000
(0,0,0)

Tints of #BBDBD6

#BBDBD6
(187,219,214)
#C1DED9
(193,222,217)
#C7E1DC
(199,225,220)
#CDE4DF
(205,228,223)
#D3E7E2
(211,231,226)
#D9EAE5
(217,234,229)
#DFEDE8
(223,237,232)
#E5F0EB
(229,240,235)
#EBF3EE
(235,243,238)
#F1F6F1
(241,246,241)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDBD6; }

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

This text font color is #BBDBD6.

Background Color

.myBgColor { background-color: #BBDBD6; }

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

This div background color is #BBDBD6.

Border color

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

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

This div border color is #BBDBD6.

Opacity

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

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

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

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

This text has shadow with #BBDBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBDBD6.

Preview

Color preview on black background

This text has color #BBDBD6 on black background.


Color preview on white background

This text has color #BBDBD6 on white background.


Black color preview on #BBDBD6 background

This text has black color on #BBDBD6 background.


White color preview on #BBDBD6 background

This text has white color on #BBDBD6 background.


Related colors

Complementary color

Complementary color for #hex is #442429.


I love getcolorcode.com

Triadic colors

1 #D6BBDB and #DBD6BB with #BBDBD6 are triadic colors.

2 #D6DBBB and #DBBBD6 with #BBDBD6 are triadic colors.