COLOR #B0C1DB

HEX: #B0C1DB RGB: (176,193,219)

Color info

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

RGB color model

#B0C1DB color RGB value is (176,193,219).

RGB: (176,193,219) (69%, 76%, 86%)

RGB channels and saturation

R 176 of 255 = 69%
G 193 of 255 = 76%
B 219 of 255 = 86%

176
193
219

R + G + B ~ 77%. #B0C1DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 193 + 219 = 588 (100%)
R 176 of 588 ~ 29.93%
G 193 of 588 ~ 32.82%
B 219 of 588 ~ 37.24'%

%29.93
%32.82
%37.24

CMYK color model

#B0C1DB color CMYK value is (20,12,0,14).

  • cyan value is 19.63%
  • magenta value is 11.87%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (20,12,0,14)
C20M12Y0K14 (20%, 12%, 0%, 14%)
(0.20 / 0.12 / 0.00 / 0.14)

CMYK percentages

%19.63
%11.87
%0
%14.12

Codes

Color #B0C1DB in popluar color models

B0 C1 DB
RGB 176 193 219
HSL 216° 37.39% 77.45%
HSB/HSV 216° 19.63% 85.88%
CMYK 19.63% 11.87% 0.00%
14.12%

Color #B0C1DB in popluar number systems.

HEX B0 C1 DB
Decimal 176 193 219
Binary 10110000 11000001 11011011
Octal 260 301 333

Shades and tints

Shades of #B0C1DB

#B0C1DB
(176,193,219)
#A0B0C8
(160,176,200)
#909FB5
(144,159,181)
#808EA2
(128,142,162)
#707D8F
(112,125,143)
#606C7C
(96,108,124)
#505B69
(80,91,105)
#404A56
(64,74,86)
#303943
(48,57,67)
#202830
(32,40,48)
#10171D
(16,23,29)
#000000
(0,0,0)

Tints of #B0C1DB

#B0C1DB
(176,193,219)
#B7C6DE
(183,198,222)
#BECBE1
(190,203,225)
#C5D0E4
(197,208,228)
#CCD5E7
(204,213,231)
#D3DAEA
(211,218,234)
#DADFED
(218,223,237)
#E1E4F0
(225,228,240)
#E8E9F3
(232,233,243)
#EFEEF6
(239,238,246)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C1DB; }

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

This text font color is #B0C1DB.

Background Color

.myBgColor { background-color: #B0C1DB; }

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

This div background color is #B0C1DB.

Border color

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

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

This div border color is #B0C1DB.

Opacity

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

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

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

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

This text has shadow with #B0C1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C1DB.

Preview

Color preview on black background

This text has color #B0C1DB on black background.


Color preview on white background

This text has color #B0C1DB on white background.


Black color preview on #B0C1DB background

This text has black color on #B0C1DB background.


White color preview on #B0C1DB background

This text has white color on #B0C1DB background.


Related colors

Complementary color

Complementary color for #hex is #4F3E24.


I love getcolorcode.com

Triadic colors

1 #DBB0C1 and #C1DBB0 with #B0C1DB are triadic colors.

2 #DBC1B0 and #C1B0DB with #B0C1DB are triadic colors.