COLOR #BBD4D5

HEX: #BBD4D5
RGB: (187,212,213)

Color info

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

RGB color model

#BBD4D5 color RGB value is (187,212,213).

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

RGB channels and saturation

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

187
212
213

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

Portions of RGB colors in percentages

R + G + B =
187 + 212 + 213 = 612 (100%)
R 187 of 612 ~ 30.56%
G 212 of 612 ~ 34.64%
B 213 of 612 ~ 34.8%

%30.56
%34.64
%34.8

CMYK color model

#BBD4D5 color CMYK value is (12,0,0,16).

  • cyan value is 12.21%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(12,0,0,16)
C12M0Y0K16 
(12%,0%,0%,16%)
(0.12/0.00/0.00/0.16)	

CMYK percentages

%12.21
%0.47
%0
%16.47

Codes

Color #BBD4D5 in popluar color models

BBD4D5
RGB187212213
HSL182°23.64%78.43%
HSB/HSV182°12.21%83.53%
CMYK12.21%0.47%0.00%
16.47%

Color #BBD4D5 in popluar number systems.

HEXBBD4D5
Decimal187212213
Binary101110111101010011010101
Octal273324325

Shades and tints

Shades of #BBD4D5

#BBD4D5
(187,212,213)
#AAC1C2
(170,193,194)
#99AEAF
(153,174,175)
#889B9C
(136,155,156)
#778889
(119,136,137)
#667576
(102,117,118)
#556263
(85,98,99)
#444F50
(68,79,80)
#333C3D
(51,60,61)
#22292A
(34,41,42)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #BBD4D5

#BBD4D5
(187,212,213)
#C1D7D8
(193,215,216)
#C7DADB
(199,218,219)
#CDDDDE
(205,221,222)
#D3E0E1
(211,224,225)
#D9E3E4
(217,227,228)
#DFE6E7
(223,230,231)
#E5E9EA
(229,233,234)
#EBECED
(235,236,237)
#F1EFF0
(241,239,240)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD4D5; }

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

This text font color is #BBD4D5.


Background Color

.myBgColor { background-color: #BBD4D5; }

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

This div background color is #BBD4D5.


Border color

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

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

This div border color is #BBD4D5.


Opacity

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

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

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

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

This text has shadow with #BBD4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD4D5 on black background.


Color preview on white background

This text has color #BBD4D5 on white background.



Black color preview on #BBD4D5 background

This text has black color on #BBD4D5 background.


White color preview on #BBD4D5 background

This text has white color on #BBD4D5 background.