COLOR #BBD3DD

HEX: #BBD3DD
RGB: (187,211,221)

Color info

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

RGB color model

#BBD3DD color RGB value is (187,211,221).

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

RGB channels and saturation

R 187 of 255 = 73%
G 211 of 255 = 83%
B 221 of 255 = 87%

187
211
221

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

Portions of RGB colors in percentages

R + G + B =
187 + 211 + 221 = 619 (100%)
R 187 of 619 ~ 30.21%
G 211 of 619 ~ 34.09%
B 221 of 619 ~ 35.7%

%30.21
%34.09
%35.7

CMYK color model

#BBD3DD color CMYK value is (15,5,0,13).

  • cyan value is 15.38%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,5,0,13)
C15M5Y0K13 
(15%,5%,0%,13%)
(0.15/0.05/0.00/0.13)	

CMYK percentages

%15.38
%4.52
%0
%13.33

Codes

Color #BBD3DD in popluar color models

BBD3DD
RGB187211221
HSL198°33.33%80.00%
HSB/HSV198°15.38%86.67%
CMYK15.38%4.52%0.00%
13.33%

Color #BBD3DD in popluar number systems.

HEXBBD3DD
Decimal187211221
Binary101110111101001111011101
Octal273323335

Shades and tints

Shades of #BBD3DD

#BBD3DD
(187,211,221)
#AAC0C9
(170,192,201)
#99ADB5
(153,173,181)
#889AA1
(136,154,161)
#77878D
(119,135,141)
#667479
(102,116,121)
#556165
(85,97,101)
#444E51
(68,78,81)
#333B3D
(51,59,61)
#222829
(34,40,41)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BBD3DD

#BBD3DD
(187,211,221)
#C1D7E0
(193,215,224)
#C7DBE3
(199,219,227)
#CDDFE6
(205,223,230)
#D3E3E9
(211,227,233)
#D9E7EC
(217,231,236)
#DFEBEF
(223,235,239)
#E5EFF2
(229,239,242)
#EBF3F5
(235,243,245)
#F1F7F8
(241,247,248)
#F7FBFB
(247,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD3DD; }

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

This text font color is #BBD3DD.


Background Color

.myBgColor { background-color: #BBD3DD; }

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

This div background color is #BBD3DD.


Border color

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

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

This div border color is #BBD3DD.


Opacity

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

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

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

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

This text has shadow with #BBD3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD3DD on black background.


Color preview on white background

This text has color #BBD3DD on white background.



Black color preview on #BBD3DD background

This text has black color on #BBD3DD background.


White color preview on #BBD3DD background

This text has white color on #BBD3DD background.