COLOR #BBD3DB

HEX: #BBD3DB
RGB: (187,211,219)

Color info

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

RGB color model

#BBD3DB color RGB value is (187,211,219).

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

RGB channels and saturation

R 187 of 255 = 73%
G 211 of 255 = 83%
B 219 of 255 = 86%

187
211
219

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

Portions of RGB colors in percentages

R + G + B =
187 + 211 + 219 = 617 (100%)
R 187 of 617 ~ 30.31%
G 211 of 617 ~ 34.2%
B 219 of 617 ~ 35.49%

%30.31
%34.2
%35.49

CMYK color model

#BBD3DB color CMYK value is (15,4,0,14).

  • cyan value is 14.61%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(15,4,0,14)
C15M4Y0K14 
(15%,4%,0%,14%)
(0.15/0.04/0.00/0.14)	

CMYK percentages

%14.61
%3.65
%0
%14.12

Codes

Color #BBD3DB in popluar color models

BBD3DB
RGB187211219
HSL195°30.77%79.61%
HSB/HSV195°14.61%85.88%
CMYK14.61%3.65%0.00%
14.12%

Color #BBD3DB in popluar number systems.

HEXBBD3DB
Decimal187211219
Binary101110111101001111011011
Octal273323333

Shades and tints

Shades of #BBD3DB

#BBD3DB
(187,211,219)
#AAC0C8
(170,192,200)
#99ADB5
(153,173,181)
#889AA2
(136,154,162)
#77878F
(119,135,143)
#66747C
(102,116,124)
#556169
(85,97,105)
#444E56
(68,78,86)
#333B43
(51,59,67)
#222830
(34,40,48)
#11151D
(17,21,29)
#000000
(0,0,0)

Tints of #BBD3DB

#BBD3DB
(187,211,219)
#C1D7DE
(193,215,222)
#C7DBE1
(199,219,225)
#CDDFE4
(205,223,228)
#D3E3E7
(211,227,231)
#D9E7EA
(217,231,234)
#DFEBED
(223,235,237)
#E5EFF0
(229,239,240)
#EBF3F3
(235,243,243)
#F1F7F6
(241,247,246)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD3DB; }

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

This text font color is #BBD3DB.


Background Color

.myBgColor { background-color: #BBD3DB; }

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

This div background color is #BBD3DB.


Border color

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

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

This div border color is #BBD3DB.


Opacity

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

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

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

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

This text has shadow with #BBD3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD3DB on black background.


Color preview on white background

This text has color #BBD3DB on white background.



Black color preview on #BBD3DB background

This text has black color on #BBD3DB background.


White color preview on #BBD3DB background

This text has white color on #BBD3DB background.