COLOR #BBDDD1

HEX: #BBDDD1
RGB: (187,221,209)

Color info

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

RGB color model

#BBDDD1 color RGB value is (187,221,209).

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

RGB channels and saturation

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

187
221
209

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

Portions of RGB colors in percentages

R + G + B =
187 + 221 + 209 = 617 (100%)
R 187 of 617 ~ 30.31%
G 221 of 617 ~ 35.82%
B 209 of 617 ~ 33.87%

%30.31
%35.82
%33.87

CMYK color model

#BBDDD1 color CMYK value is (15,0,5,13).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(15,0,5,13)
C15M0Y5K13 
(15%,0%,5%,13%)
(0.15/0.00/0.05/0.13)	

CMYK percentages

%15.38
%0
%5.43
%13.33

Codes

Color #BBDDD1 in popluar color models

BBDDD1
RGB187221209
HSL159°33.33%80.00%
HSB/HSV159°15.38%86.67%
CMYK15.38%0.00%5.43%
13.33%

Color #BBDDD1 in popluar number systems.

HEXBBDDD1
Decimal187221209
Binary101110111101110111010001
Octal273335321

Shades and tints

Shades of #BBDDD1

#BBDDD1
(187,221,209)
#AAC9BE
(170,201,190)
#99B5AB
(153,181,171)
#88A198
(136,161,152)
#778D85
(119,141,133)
#667972
(102,121,114)
#55655F
(85,101,95)
#44514C
(68,81,76)
#333D39
(51,61,57)
#222926
(34,41,38)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #BBDDD1

#BBDDD1
(187,221,209)
#C1E0D5
(193,224,213)
#C7E3D9
(199,227,217)
#CDE6DD
(205,230,221)
#D3E9E1
(211,233,225)
#D9ECE5
(217,236,229)
#DFEFE9
(223,239,233)
#E5F2ED
(229,242,237)
#EBF5F1
(235,245,241)
#F1F8F5
(241,248,245)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDDD1; }

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

This text font color is #BBDDD1.


Background Color

.myBgColor { background-color: #BBDDD1; }

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

This div background color is #BBDDD1.


Border color

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

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

This div border color is #BBDDD1.


Opacity

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

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

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

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

This text has shadow with #BBDDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBDDD1 on black background.


Color preview on white background

This text has color #BBDDD1 on white background.



Black color preview on #BBDDD1 background

This text has black color on #BBDDD1 background.


White color preview on #BBDDD1 background

This text has white color on #BBDDD1 background.