COLOR #B0D8DB

HEX: #B0D8DB
RGB: (176,216,219)

Color info

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

RGB color model

#B0D8DB color RGB value is (176,216,219).

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

RGB channels and saturation

R 176 of 255 = 69%
G 216 of 255 = 85%
B 219 of 255 = 86%

176
216
219

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

Portions of RGB colors in percentages

R + G + B =
176 + 216 + 219 = 611 (100%)
R 176 of 611 ~ 28.81%
G 216 of 611 ~ 35.35%
B 219 of 611 ~ 35.84%

%28.81
%35.35
%35.84

CMYK color model

#B0D8DB color CMYK value is (20,1,0,14).

  • cyan value is 19.63%
  • magenta value is 1.37%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(20,1,0,14)
C20M1Y0K14 
(20%,1%,0%,14%)
(0.20/0.01/0.00/0.14)	

CMYK percentages

%19.63
%1.37
%0
%14.12

Codes

Color #B0D8DB in popluar color models

B0D8DB
RGB176216219
HSL184°37.39%77.45%
HSB/HSV184°19.63%85.88%
CMYK19.63%1.37%0.00%
14.12%

Color #B0D8DB in popluar number systems.

HEXB0D8DB
Decimal176216219
Binary101100001101100011011011
Octal260330333

Shades and tints

Shades of #B0D8DB

#B0D8DB
(176,216,219)
#A0C5C8
(160,197,200)
#90B2B5
(144,178,181)
#809FA2
(128,159,162)
#708C8F
(112,140,143)
#60797C
(96,121,124)
#506669
(80,102,105)
#405356
(64,83,86)
#304043
(48,64,67)
#202D30
(32,45,48)
#101A1D
(16,26,29)
#000000
(0,0,0)

Tints of #B0D8DB

#B0D8DB
(176,216,219)
#B7DBDE
(183,219,222)
#BEDEE1
(190,222,225)
#C5E1E4
(197,225,228)
#CCE4E7
(204,228,231)
#D3E7EA
(211,231,234)
#DAEAED
(218,234,237)
#E1EDF0
(225,237,240)
#E8F0F3
(232,240,243)
#EFF3F6
(239,243,246)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D8DB; }

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

This text font color is #B0D8DB.


Background Color

.myBgColor { background-color: #B0D8DB; }

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

This div background color is #B0D8DB.


Border color

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

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

This div border color is #B0D8DB.


Opacity

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

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

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

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

This text has shadow with #B0D8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D8DB on black background.


Color preview on white background

This text has color #B0D8DB on white background.



Black color preview on #B0D8DB background

This text has black color on #B0D8DB background.


White color preview on #B0D8DB background

This text has white color on #B0D8DB background.