COLOR #BBDFD8

HEX: #BBDFD8
RGB: (187,223,216)

Color info

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

RGB color model

#BBDFD8 color RGB value is (187,223,216).

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

RGB channels and saturation

R 187 of 255 = 73%
G 223 of 255 = 87%
B 216 of 255 = 85%

187
223
216

R + G + B ~ 82%. #BBDFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 223 + 216 = 626 (100%)
R 187 of 626 ~ 29.87%
G 223 of 626 ~ 35.62%
B 216 of 626 ~ 34.5%

%29.87
%35.62
%34.5

CMYK color model

#BBDFD8 color CMYK value is (16,0,3,13).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 12.55%
CMYK:
(16,0,3,13)
C16M0Y3K13 
(16%,0%,3%,13%)
(0.16/0.00/0.03/0.13)	

CMYK percentages

%16.14
%0
%3.14
%12.55

Codes

Color #BBDFD8 in popluar color models

BBDFD8
RGB187223216
HSL168°36.00%80.39%
HSB/HSV168°16.14%87.45%
CMYK16.14%0.00%3.14%
12.55%

Color #BBDFD8 in popluar number systems.

HEXBBDFD8
Decimal187223216
Binary101110111101111111011000
Octal273337330

Shades and tints

Shades of #BBDFD8

#BBDFD8
(187,223,216)
#AACBC5
(170,203,197)
#99B7B2
(153,183,178)
#88A39F
(136,163,159)
#778F8C
(119,143,140)
#667B79
(102,123,121)
#556766
(85,103,102)
#445353
(68,83,83)
#333F40
(51,63,64)
#222B2D
(34,43,45)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #BBDFD8

#BBDFD8
(187,223,216)
#C1E1DB
(193,225,219)
#C7E3DE
(199,227,222)
#CDE5E1
(205,229,225)
#D3E7E4
(211,231,228)
#D9E9E7
(217,233,231)
#DFEBEA
(223,235,234)
#E5EDED
(229,237,237)
#EBEFF0
(235,239,240)
#F1F1F3
(241,241,243)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDFD8; }

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

This text font color is #BBDFD8.


Background Color

.myBgColor { background-color: #BBDFD8; }

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

This div background color is #BBDFD8.


Border color

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

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

This div border color is #BBDFD8.


Opacity

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

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

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

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

This text has shadow with #BBDFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDFD8 on black background.


Color preview on white background

This text has color #BBDFD8 on white background.



Black color preview on #BBDFD8 background

This text has black color on #BBDFD8 background.


White color preview on #BBDFD8 background

This text has white color on #BBDFD8 background.