COLOR #BBD8D0

HEX: #BBD8D0
RGB: (187,216,208)

Color info

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

RGB color model

#BBD8D0 color RGB value is (187,216,208).

  • red value is 187;
  • green value is 216;
  • blue value is 208.
RGB:
(187,216,208)
(73%,85%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 216 of 255 = 85%
B 208 of 255 = 82%

187
216
208

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

Portions of RGB colors in percentages

R + G + B =
187 + 216 + 208 = 611 (100%)
R 187 of 611 ~ 30.61%
G 216 of 611 ~ 35.35%
B 208 of 611 ~ 34.04%

%30.61
%35.35
%34.04

CMYK color model

#BBD8D0 color CMYK value is (13,0,4,15).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 15.29%
CMYK:
(13,0,4,15)
C13M0Y4K15 
(13%,0%,4%,15%)
(0.13/0.00/0.04/0.15)	

CMYK percentages

%13.43
%0
%3.7
%15.29

Codes

Color #BBD8D0 in popluar color models

BBD8D0
RGB187216208
HSL163°27.10%79.02%
HSB/HSV163°13.43%84.71%
CMYK13.43%0.00%3.70%
15.29%

Color #BBD8D0 in popluar number systems.

HEXBBD8D0
Decimal187216208
Binary101110111101100011010000
Octal273330320

Shades and tints

Shades of #BBD8D0

#BBD8D0
(187,216,208)
#AAC5BE
(170,197,190)
#99B2AC
(153,178,172)
#889F9A
(136,159,154)
#778C88
(119,140,136)
#667976
(102,121,118)
#556664
(85,102,100)
#445352
(68,83,82)
#334040
(51,64,64)
#222D2E
(34,45,46)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #BBD8D0

#BBD8D0
(187,216,208)
#C1DBD4
(193,219,212)
#C7DED8
(199,222,216)
#CDE1DC
(205,225,220)
#D3E4E0
(211,228,224)
#D9E7E4
(217,231,228)
#DFEAE8
(223,234,232)
#E5EDEC
(229,237,236)
#EBF0F0
(235,240,240)
#F1F3F4
(241,243,244)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD8D0 color. Also use rgb(187,216,208) instead hex code.

Text Font Color

.myTextColor { color: #BBD8D0; }

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

This text font color is #BBD8D0.


Background Color

.myBgColor { background-color: #BBD8D0; }

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

This div background color is #BBD8D0.


Border color

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

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

This div border color is #BBD8D0.


Opacity

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

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

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

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

This text has shadow with #BBD8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD8D0 on black background.


Color preview on white background

This text has color #BBD8D0 on white background.



Black color preview on #BBD8D0 background

This text has black color on #BBD8D0 background.


White color preview on #BBD8D0 background

This text has white color on #BBD8D0 background.