COLOR #B0C1C9

HEX: #B0C1C9 RGB: (176,193,201)

Color info

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

RGB color model

#B0C1C9 color RGB value is (176,193,201).

RGB: (176,193,201) (69%, 76%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 193 of 255 = 76%
B 201 of 255 = 79%

176
193
201

R + G + B ~ 75%. #B0C1C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 193 + 201 = 570 (100%)
R 176 of 570 ~ 30.88%
G 193 of 570 ~ 33.86%
B 201 of 570 ~ 35.26'%

%30.88
%33.86
%35.26

CMYK color model

#B0C1C9 color CMYK value is (12,4,0,21).

  • cyan value is 12.44%
  • magenta value is 3.98%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (12,4,0,21)
C12M4Y0K21 (12%, 4%, 0%, 21%)
(0.12 / 0.04 / 0.00 / 0.21)

CMYK percentages

%12.44
%3.98
%0
%21.18

Codes

Color #B0C1C9 in popluar color models

B0 C1 C9
RGB 176 193 201
HSL 199° 18.80% 73.92%
HSB/HSV 199° 12.44% 78.82%
CMYK 12.44% 3.98% 0.00%
21.18%

Color #B0C1C9 in popluar number systems.

HEX B0 C1 C9
Decimal 176 193 201
Binary 10110000 11000001 11001001
Octal 260 301 311

Shades and tints

Shades of #B0C1C9

#B0C1C9
(176,193,201)
#A0B0B7
(160,176,183)
#909FA5
(144,159,165)
#808E93
(128,142,147)
#707D81
(112,125,129)
#606C6F
(96,108,111)
#505B5D
(80,91,93)
#404A4B
(64,74,75)
#303939
(48,57,57)
#202827
(32,40,39)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #B0C1C9

#B0C1C9
(176,193,201)
#B7C6CD
(183,198,205)
#BECBD1
(190,203,209)
#C5D0D5
(197,208,213)
#CCD5D9
(204,213,217)
#D3DADD
(211,218,221)
#DADFE1
(218,223,225)
#E1E4E5
(225,228,229)
#E8E9E9
(232,233,233)
#EFEEED
(239,238,237)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C1C9; }

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

This text font color is #B0C1C9.

Background Color

.myBgColor { background-color: #B0C1C9; }

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

This div background color is #B0C1C9.

Border color

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

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

This div border color is #B0C1C9.

Opacity

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

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

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

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

This text has shadow with #B0C1C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C1C9.

Preview

Color preview on black background

This text has color #B0C1C9 on black background.


Color preview on white background

This text has color #B0C1C9 on white background.


Black color preview on #B0C1C9 background

This text has black color on #B0C1C9 background.


White color preview on #B0C1C9 background

This text has white color on #B0C1C9 background.


Related colors

Complementary color

Complementary color for #hex is #4F3E36.


I love getcolorcode.com

Triadic colors

1 #C9B0C1 and #C1C9B0 with #B0C1C9 are triadic colors.

2 #C9C1B0 and #C1B0C9 with #B0C1C9 are triadic colors.