COLOR #BBD1DF

HEX: #BBD1DF
RGB: (187,209,223)

Color info

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

RGB color model

#BBD1DF color RGB value is (187,209,223).

  • red value is 187;
  • green value is 209;
  • blue value is 223.
RGB:
(187,209,223)
(73%,82%,87%)

RGB channels and saturation

R 187 of 255 = 73%
G 209 of 255 = 82%
B 223 of 255 = 87%

187
209
223

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

Portions of RGB colors in percentages

R + G + B =
187 + 209 + 223 = 619 (100%)
R 187 of 619 ~ 30.21%
G 209 of 619 ~ 33.76%
B 223 of 619 ~ 36.03%

%30.21
%33.76
%36.03

CMYK color model

#BBD1DF color CMYK value is (16,6,0,13).

  • cyan value is 16.14%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(16,6,0,13)
C16M6Y0K13 
(16%,6%,0%,13%)
(0.16/0.06/0.00/0.13)	

CMYK percentages

%16.14
%6.28
%0
%12.55

Codes

Color #BBD1DF in popluar color models

BBD1DF
RGB187209223
HSL203°36.00%80.39%
HSB/HSV203°16.14%87.45%
CMYK16.14%6.28%0.00%
12.55%

Color #BBD1DF in popluar number systems.

HEXBBD1DF
Decimal187209223
Binary101110111101000111011111
Octal273321337

Shades and tints

Shades of #BBD1DF

#BBD1DF
(187,209,223)
#AABECB
(170,190,203)
#99ABB7
(153,171,183)
#8898A3
(136,152,163)
#77858F
(119,133,143)
#66727B
(102,114,123)
#555F67
(85,95,103)
#444C53
(68,76,83)
#33393F
(51,57,63)
#22262B
(34,38,43)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #BBD1DF

#BBD1DF
(187,209,223)
#C1D5E1
(193,213,225)
#C7D9E3
(199,217,227)
#CDDDE5
(205,221,229)
#D3E1E7
(211,225,231)
#D9E5E9
(217,229,233)
#DFE9EB
(223,233,235)
#E5EDED
(229,237,237)
#EBF1EF
(235,241,239)
#F1F5F1
(241,245,241)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD1DF color. Also use rgb(187,209,223) instead hex code.

Text Font Color

.myTextColor { color: #BBD1DF; }

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

This text font color is #BBD1DF.


Background Color

.myBgColor { background-color: #BBD1DF; }

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

This div background color is #BBD1DF.


Border color

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

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

This div border color is #BBD1DF.


Opacity

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

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

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

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

This text has shadow with #BBD1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD1DF on black background.


Color preview on white background

This text has color #BBD1DF on white background.



Black color preview on #BBD1DF background

This text has black color on #BBD1DF background.


White color preview on #BBD1DF background

This text has white color on #BBD1DF background.