COLOR #B0D5DB

HEX: #B0D5DB
RGB: (176,213,219)

Color info

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

RGB color model

#B0D5DB color RGB value is (176,213,219).

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

RGB channels and saturation

R 176 of 255 = 69%
G 213 of 255 = 84%
B 219 of 255 = 86%

176
213
219

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

Portions of RGB colors in percentages

R + G + B =
176 + 213 + 219 = 608 (100%)
R 176 of 608 ~ 28.95%
G 213 of 608 ~ 35.03%
B 219 of 608 ~ 36.02%

%28.95
%35.03
%36.02

CMYK color model

#B0D5DB color CMYK value is (20,3,0,14).

  • cyan value is 19.63%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(20,3,0,14)
C20M3Y0K14 
(20%,3%,0%,14%)
(0.20/0.03/0.00/0.14)	

CMYK percentages

%19.63
%2.74
%0
%14.12

Codes

Color #B0D5DB in popluar color models

B0D5DB
RGB176213219
HSL188°37.39%77.45%
HSB/HSV188°19.63%85.88%
CMYK19.63%2.74%0.00%
14.12%

Color #B0D5DB in popluar number systems.

HEXB0D5DB
Decimal176213219
Binary101100001101010111011011
Octal260325333

Shades and tints

Shades of #B0D5DB

#B0D5DB
(176,213,219)
#A0C2C8
(160,194,200)
#90AFB5
(144,175,181)
#809CA2
(128,156,162)
#70898F
(112,137,143)
#60767C
(96,118,124)
#506369
(80,99,105)
#405056
(64,80,86)
#303D43
(48,61,67)
#202A30
(32,42,48)
#10171D
(16,23,29)
#000000
(0,0,0)

Tints of #B0D5DB

#B0D5DB
(176,213,219)
#B7D8DE
(183,216,222)
#BEDBE1
(190,219,225)
#C5DEE4
(197,222,228)
#CCE1E7
(204,225,231)
#D3E4EA
(211,228,234)
#DAE7ED
(218,231,237)
#E1EAF0
(225,234,240)
#E8EDF3
(232,237,243)
#EFF0F6
(239,240,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D5DB; }

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

This text font color is #B0D5DB.


Background Color

.myBgColor { background-color: #B0D5DB; }

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

This div background color is #B0D5DB.


Border color

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

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

This div border color is #B0D5DB.


Opacity

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

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

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

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

This text has shadow with #B0D5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D5DB on black background.


Color preview on white background

This text has color #B0D5DB on white background.



Black color preview on #B0D5DB background

This text has black color on #B0D5DB background.


White color preview on #B0D5DB background

This text has white color on #B0D5DB background.