COLOR #BBD3CF

HEX: #BBD3CF
RGB: (187,211,207)

Color info

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

RGB color model

#BBD3CF color RGB value is (187,211,207).

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

RGB channels and saturation

R 187 of 255 = 73%
G 211 of 255 = 83%
B 207 of 255 = 81%

187
211
207

R + G + B ~ 79%. #BBD3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 211 + 207 = 605 (100%)
R 187 of 605 ~ 30.91%
G 211 of 605 ~ 34.88%
B 207 of 605 ~ 34.21%

%30.91
%34.88
%34.21

CMYK color model

#BBD3CF color CMYK value is (11,0,2,17).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.25%
CMYK:
(11,0,2,17)
C11M0Y2K17 
(11%,0%,2%,17%)
(0.11/0.00/0.02/0.17)	

CMYK percentages

%11.37
%0
%1.9
%17.25

Codes

Color #BBD3CF in popluar color models

BBD3CF
RGB187211207
HSL170°21.43%78.04%
HSB/HSV170°11.37%82.75%
CMYK11.37%0.00%1.90%
17.25%

Color #BBD3CF in popluar number systems.

HEXBBD3CF
Decimal187211207
Binary101110111101001111001111
Octal273323317

Shades and tints

Shades of #BBD3CF

#BBD3CF
(187,211,207)
#AAC0BD
(170,192,189)
#99ADAB
(153,173,171)
#889A99
(136,154,153)
#778787
(119,135,135)
#667475
(102,116,117)
#556163
(85,97,99)
#444E51
(68,78,81)
#333B3F
(51,59,63)
#22282D
(34,40,45)
#11151B
(17,21,27)
#000000
(0,0,0)

Tints of #BBD3CF

#BBD3CF
(187,211,207)
#C1D7D3
(193,215,211)
#C7DBD7
(199,219,215)
#CDDFDB
(205,223,219)
#D3E3DF
(211,227,223)
#D9E7E3
(217,231,227)
#DFEBE7
(223,235,231)
#E5EFEB
(229,239,235)
#EBF3EF
(235,243,239)
#F1F7F3
(241,247,243)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD3CF; }

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

This text font color is #BBD3CF.


Background Color

.myBgColor { background-color: #BBD3CF; }

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

This div background color is #BBD3CF.


Border color

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

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

This div border color is #BBD3CF.


Opacity

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

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

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

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

This text has shadow with #BBD3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD3CF on black background.


Color preview on white background

This text has color #BBD3CF on white background.



Black color preview on #BBD3CF background

This text has black color on #BBD3CF background.


White color preview on #BBD3CF background

This text has white color on #BBD3CF background.