COLOR #BBD8CF

HEX: #BBD8CF
RGB: (187,216,207)

Color info

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

RGB color model

#BBD8CF color RGB value is (187,216,207).

  • red value is 187;
  • green value is 216;
  • blue value is 207.
RGB:
(187,216,207)
(73%,85%,81%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 207 of 255 = 81%

187
216
207

R + G + B ~ 80%. #BBD8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 216 + 207 = 610 (100%)
R 187 of 610 ~ 30.66%
G 216 of 610 ~ 35.41%
B 207 of 610 ~ 33.93%

%30.66
%35.41
%33.93

CMYK color model

#BBD8CF color CMYK value is (13,0,4,15).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 15.29%
CMYK:
(13,0,4,15)
C13M0Y4K15 
(13%,0%,4%,15%)
(0.13/0.00/0.04/0.15)	

CMYK percentages

%13.43
%0
%4.17
%15.29

Codes

Color #BBD8CF in popluar color models

BBD8CF
RGB187216207
HSL161°27.10%79.02%
HSB/HSV161°13.43%84.71%
CMYK13.43%0.00%4.17%
15.29%

Color #BBD8CF in popluar number systems.

HEXBBD8CF
Decimal187216207
Binary101110111101100011001111
Octal273330317

Shades and tints

Shades of #BBD8CF

#BBD8CF
(187,216,207)
#AAC5BD
(170,197,189)
#99B2AB
(153,178,171)
#889F99
(136,159,153)
#778C87
(119,140,135)
#667975
(102,121,117)
#556663
(85,102,99)
#445351
(68,83,81)
#33403F
(51,64,63)
#222D2D
(34,45,45)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #BBD8CF

#BBD8CF
(187,216,207)
#C1DBD3
(193,219,211)
#C7DED7
(199,222,215)
#CDE1DB
(205,225,219)
#D3E4DF
(211,228,223)
#D9E7E3
(217,231,227)
#DFEAE7
(223,234,231)
#E5EDEB
(229,237,235)
#EBF0EF
(235,240,239)
#F1F3F3
(241,243,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD8CF color. Also use rgb(187,216,207) instead hex code.

Text Font Color

.myTextColor { color: #BBD8CF; }

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

This text font color is #BBD8CF.


Background Color

.myBgColor { background-color: #BBD8CF; }

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

This div background color is #BBD8CF.


Border color

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

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

This div border color is #BBD8CF.


Opacity

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

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

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

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

This text has shadow with #BBD8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD8CF on black background.


Color preview on white background

This text has color #BBD8CF on white background.



Black color preview on #BBD8CF background

This text has black color on #BBD8CF background.


White color preview on #BBD8CF background

This text has white color on #BBD8CF background.