COLOR #B0C9D1

HEX: #B0C9D1
RGB: (176,201,209)

Color info

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

RGB color model

#B0C9D1 color RGB value is (176,201,209).

  • red value is 176;
  • green value is 201;
  • blue value is 209.
RGB:
(176,201,209)
(69%,79%,82%)

RGB channels and saturation

R 176 of 255 = 69%
G 201 of 255 = 79%
B 209 of 255 = 82%

176
201
209

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

Portions of RGB colors in percentages

R + G + B =
176 + 201 + 209 = 586 (100%)
R 176 of 586 ~ 30.03%
G 201 of 586 ~ 34.3%
B 209 of 586 ~ 35.67%

%30.03
%34.3
%35.67

CMYK color model

#B0C9D1 color CMYK value is (16,4,0,18).

  • cyan value is 15.79%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,4,0,18)
C16M4Y0K18 
(16%,4%,0%,18%)
(0.16/0.04/0.00/0.18)	

CMYK percentages

%15.79
%3.83
%0
%18.04

Codes

Color #B0C9D1 in popluar color models

B0C9D1
RGB176201209
HSL195°26.40%75.49%
HSB/HSV195°15.79%81.96%
CMYK15.79%3.83%0.00%
18.04%

Color #B0C9D1 in popluar number systems.

HEXB0C9D1
Decimal176201209
Binary101100001100100111010001
Octal260311321

Shades and tints

Shades of #B0C9D1

#B0C9D1
(176,201,209)
#A0B7BE
(160,183,190)
#90A5AB
(144,165,171)
#809398
(128,147,152)
#708185
(112,129,133)
#606F72
(96,111,114)
#505D5F
(80,93,95)
#404B4C
(64,75,76)
#303939
(48,57,57)
#202726
(32,39,38)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #B0C9D1

#B0C9D1
(176,201,209)
#B7CDD5
(183,205,213)
#BED1D9
(190,209,217)
#C5D5DD
(197,213,221)
#CCD9E1
(204,217,225)
#D3DDE5
(211,221,229)
#DAE1E9
(218,225,233)
#E1E5ED
(225,229,237)
#E8E9F1
(232,233,241)
#EFEDF5
(239,237,245)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C9D1 color. Also use rgb(176,201,209) instead hex code.

Text Font Color

.myTextColor { color: #B0C9D1; }

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

This text font color is #B0C9D1.


Background Color

.myBgColor { background-color: #B0C9D1; }

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

This div background color is #B0C9D1.


Border color

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

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

This div border color is #B0C9D1.


Opacity

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

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

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

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

This text has shadow with #B0C9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C9D1 on black background.


Color preview on white background

This text has color #B0C9D1 on white background.



Black color preview on #B0C9D1 background

This text has black color on #B0C9D1 background.


White color preview on #B0C9D1 background

This text has white color on #B0C9D1 background.