COLOR #BBDFD1

HEX: #BBDFD1
RGB: (187,223,209)

Color info

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

RGB color model

#BBDFD1 color RGB value is (187,223,209).

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

RGB channels and saturation

R 187 of 255 = 73%
G 223 of 255 = 87%
B 209 of 255 = 82%

187
223
209

R + G + B ~ 81%. #BBDFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 223 + 209 = 619 (100%)
R 187 of 619 ~ 30.21%
G 223 of 619 ~ 36.03%
B 209 of 619 ~ 33.76%

%30.21
%36.03
%33.76

CMYK color model

#BBDFD1 color CMYK value is (16,0,6,13).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 12.55%
CMYK:
(16,0,6,13)
C16M0Y6K13 
(16%,0%,6%,13%)
(0.16/0.00/0.06/0.13)	

CMYK percentages

%16.14
%0
%6.28
%12.55

Codes

Color #BBDFD1 in popluar color models

BBDFD1
RGB187223209
HSL157°36.00%80.39%
HSB/HSV157°16.14%87.45%
CMYK16.14%0.00%6.28%
12.55%

Color #BBDFD1 in popluar number systems.

HEXBBDFD1
Decimal187223209
Binary101110111101111111010001
Octal273337321

Shades and tints

Shades of #BBDFD1

#BBDFD1
(187,223,209)
#AACBBE
(170,203,190)
#99B7AB
(153,183,171)
#88A398
(136,163,152)
#778F85
(119,143,133)
#667B72
(102,123,114)
#55675F
(85,103,95)
#44534C
(68,83,76)
#333F39
(51,63,57)
#222B26
(34,43,38)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #BBDFD1

#BBDFD1
(187,223,209)
#C1E1D5
(193,225,213)
#C7E3D9
(199,227,217)
#CDE5DD
(205,229,221)
#D3E7E1
(211,231,225)
#D9E9E5
(217,233,229)
#DFEBE9
(223,235,233)
#E5EDED
(229,237,237)
#EBEFF1
(235,239,241)
#F1F1F5
(241,241,245)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDFD1; }

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

This text font color is #BBDFD1.


Background Color

.myBgColor { background-color: #BBDFD1; }

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

This div background color is #BBDFD1.


Border color

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

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

This div border color is #BBDFD1.


Opacity

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

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

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

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

This text has shadow with #BBDFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDFD1 on black background.


Color preview on white background

This text has color #BBDFD1 on white background.



Black color preview on #BBDFD1 background

This text has black color on #BBDFD1 background.


White color preview on #BBDFD1 background

This text has white color on #BBDFD1 background.