COLOR #BBD2D4

HEX: #BBD2D4
RGB: (187,210,212)

Color info

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

RGB color model

#BBD2D4 color RGB value is (187,210,212).

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

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 212 of 255 = 83%

187
210
212

R + G + B ~ 79%. #BBD2D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 210 + 212 = 609 (100%)
R 187 of 609 ~ 30.71%
G 210 of 609 ~ 34.48%
B 212 of 609 ~ 34.81%

%30.71
%34.48
%34.81

CMYK color model

#BBD2D4 color CMYK value is (12,1,0,17).

  • cyan value is 11.79%
  • magenta value is 0.94%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(12,1,0,17)
C12M1Y0K17 
(12%,1%,0%,17%)
(0.12/0.01/0.00/0.17)	

CMYK percentages

%11.79
%0.94
%0
%16.86

Codes

Color #BBD2D4 in popluar color models

BBD2D4
RGB187210212
HSL185°22.52%78.24%
HSB/HSV185°11.79%83.14%
CMYK11.79%0.94%0.00%
16.86%

Color #BBD2D4 in popluar number systems.

HEXBBD2D4
Decimal187210212
Binary101110111101001011010100
Octal273322324

Shades and tints

Shades of #BBD2D4

#BBD2D4
(187,210,212)
#AABFC1
(170,191,193)
#99ACAE
(153,172,174)
#88999B
(136,153,155)
#778688
(119,134,136)
#667375
(102,115,117)
#556062
(85,96,98)
#444D4F
(68,77,79)
#333A3C
(51,58,60)
#222729
(34,39,41)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BBD2D4

#BBD2D4
(187,210,212)
#C1D6D7
(193,214,215)
#C7DADA
(199,218,218)
#CDDEDD
(205,222,221)
#D3E2E0
(211,226,224)
#D9E6E3
(217,230,227)
#DFEAE6
(223,234,230)
#E5EEE9
(229,238,233)
#EBF2EC
(235,242,236)
#F1F6EF
(241,246,239)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD2D4; }

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

This text font color is #BBD2D4.


Background Color

.myBgColor { background-color: #BBD2D4; }

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

This div background color is #BBD2D4.


Border color

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

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

This div border color is #BBD2D4.


Opacity

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

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

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

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

This text has shadow with #BBD2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD2D4 on black background.


Color preview on white background

This text has color #BBD2D4 on white background.



Black color preview on #BBD2D4 background

This text has black color on #BBD2D4 background.


White color preview on #BBD2D4 background

This text has white color on #BBD2D4 background.