COLOR #B0DDDB

HEX: #B0DDDB
RGB: (176,221,219)

Color info

#B0DDDB contains red, green and blue colors in about the same proportion. Web safe color of #B0DDDB is #99CCCC (or #9CC).

RGB color model

#B0DDDB color RGB value is (176,221,219).

  • red value is 176;
  • green value is 221;
  • blue value is 219.
RGB:
(176,221,219)
(69%,87%,86%)

RGB channels and saturation

R 176 of 255 = 69%
G 221 of 255 = 87%
B 219 of 255 = 86%

176
221
219

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

Portions of RGB colors in percentages

R + G + B =
176 + 221 + 219 = 616 (100%)
R 176 of 616 ~ 28.57%
G 221 of 616 ~ 35.88%
B 219 of 616 ~ 35.55%

%28.57
%35.88
%35.55

CMYK color model

#B0DDDB color CMYK value is (20,0,1,13).

  • cyan value is 20.36%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 13.33%
CMYK:
(20,0,1,13)
C20M0Y1K13 
(20%,0%,1%,13%)
(0.20/0.00/0.01/0.13)	

CMYK percentages

%20.36
%0
%0.9
%13.33

Codes

Color #B0DDDB in popluar color models

B0DDDB
RGB176221219
HSL177°39.82%77.84%
HSB/HSV177°20.36%86.67%
CMYK20.36%0.00%0.90%
13.33%

Color #B0DDDB in popluar number systems.

HEXB0DDDB
Decimal176221219
Binary101100001101110111011011
Octal260335333

Shades and tints

Shades of #B0DDDB

#B0DDDB
(176,221,219)
#A0C9C8
(160,201,200)
#90B5B5
(144,181,181)
#80A1A2
(128,161,162)
#708D8F
(112,141,143)
#60797C
(96,121,124)
#506569
(80,101,105)
#405156
(64,81,86)
#303D43
(48,61,67)
#202930
(32,41,48)
#10151D
(16,21,29)
#000000
(0,0,0)

Tints of #B0DDDB

#B0DDDB
(176,221,219)
#B7E0DE
(183,224,222)
#BEE3E1
(190,227,225)
#C5E6E4
(197,230,228)
#CCE9E7
(204,233,231)
#D3ECEA
(211,236,234)
#DAEFED
(218,239,237)
#E1F2F0
(225,242,240)
#E8F5F3
(232,245,243)
#EFF8F6
(239,248,246)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DDDB color. Also use rgb(176,221,219) instead hex code.

Text Font Color

.myTextColor { color: #B0DDDB; }

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

This text font color is #B0DDDB.


Background Color

.myBgColor { background-color: #B0DDDB; }

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

This div background color is #B0DDDB.


Border color

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

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

This div border color is #B0DDDB.


Opacity

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

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

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

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

This text has shadow with #B0DDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DDDB on black background.


Color preview on white background

This text has color #B0DDDB on white background.



Black color preview on #B0DDDB background

This text has black color on #B0DDDB background.


White color preview on #B0DDDB background

This text has white color on #B0DDDB background.