COLOR #BBD4D7

HEX: #BBD4D7
RGB: (187,212,215)

Color info

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

RGB color model

#BBD4D7 color RGB value is (187,212,215).

  • red value is 187;
  • green value is 212;
  • blue value is 215.
RGB:
(187,212,215)
(73%,83%,84%)

RGB channels and saturation

R 187 of 255 = 73%
G 212 of 255 = 83%
B 215 of 255 = 84%

187
212
215

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

Portions of RGB colors in percentages

R + G + B =
187 + 212 + 215 = 614 (100%)
R 187 of 614 ~ 30.46%
G 212 of 614 ~ 34.53%
B 215 of 614 ~ 35.02%

%30.46
%34.53
%35.02

CMYK color model

#BBD4D7 color CMYK value is (13,1,0,16).

  • cyan value is 13.02%
  • magenta value is 1.40%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(13,1,0,16)
C13M1Y0K16 
(13%,1%,0%,16%)
(0.13/0.01/0.00/0.16)	

CMYK percentages

%13.02
%1.4
%0
%15.69

Codes

Color #BBD4D7 in popluar color models

BBD4D7
RGB187212215
HSL186°25.93%78.82%
HSB/HSV186°13.02%84.31%
CMYK13.02%1.40%0.00%
15.69%

Color #BBD4D7 in popluar number systems.

HEXBBD4D7
Decimal187212215
Binary101110111101010011010111
Octal273324327

Shades and tints

Shades of #BBD4D7

#BBD4D7
(187,212,215)
#AAC1C4
(170,193,196)
#99AEB1
(153,174,177)
#889B9E
(136,155,158)
#77888B
(119,136,139)
#667578
(102,117,120)
#556265
(85,98,101)
#444F52
(68,79,82)
#333C3F
(51,60,63)
#22292C
(34,41,44)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #BBD4D7

#BBD4D7
(187,212,215)
#C1D7DA
(193,215,218)
#C7DADD
(199,218,221)
#CDDDE0
(205,221,224)
#D3E0E3
(211,224,227)
#D9E3E6
(217,227,230)
#DFE6E9
(223,230,233)
#E5E9EC
(229,233,236)
#EBECEF
(235,236,239)
#F1EFF2
(241,239,242)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD4D7 color. Also use rgb(187,212,215) instead hex code.

Text Font Color

.myTextColor { color: #BBD4D7; }

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

This text font color is #BBD4D7.


Background Color

.myBgColor { background-color: #BBD4D7; }

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

This div background color is #BBD4D7.


Border color

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

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

This div border color is #BBD4D7.


Opacity

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

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

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

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

This text has shadow with #BBD4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD4D7 on black background.


Color preview on white background

This text has color #BBD4D7 on white background.



Black color preview on #BBD4D7 background

This text has black color on #BBD4D7 background.


White color preview on #BBD4D7 background

This text has white color on #BBD4D7 background.