COLOR #B0C7C9

HEX: #B0C7C9 RGB: (176,199,201)

Color info

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

RGB color model

#B0C7C9 color RGB value is (176,199,201).

RGB: (176,199,201) (69%, 78%, 79%)

RGB channels and saturation

R 176 of 255 = 69%
G 199 of 255 = 78%
B 201 of 255 = 79%

176
199
201

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

Portions of RGB colors in percentages

R + G + B = 176 + 199 + 201 = 576 (100%)
R 176 of 576 ~ 30.56%
G 199 of 576 ~ 34.55%
B 201 of 576 ~ 34.9'%

%30.56
%34.55
%34.9

CMYK color model

#B0C7C9 color CMYK value is (12,1,0,21).

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

CMYK: (12,1,0,21)
C12M1Y0K21 (12%, 1%, 0%, 21%)
(0.12 / 0.01 / 0.00 / 0.21)

CMYK percentages

%12.44
%1
%0
%21.18

Codes

Color #B0C7C9 in popluar color models

B0 C7 C9
RGB 176 199 201
HSL 185° 18.80% 73.92%
HSB/HSV 185° 12.44% 78.82%
CMYK 12.44% 1.00% 0.00%
21.18%

Color #B0C7C9 in popluar number systems.

HEX B0 C7 C9
Decimal 176 199 201
Binary 10110000 11000111 11001001
Octal 260 307 311

Shades and tints

Shades of #B0C7C9

#B0C7C9
(176,199,201)
#A0B5B7
(160,181,183)
#90A3A5
(144,163,165)
#809193
(128,145,147)
#707F81
(112,127,129)
#606D6F
(96,109,111)
#505B5D
(80,91,93)
#40494B
(64,73,75)
#303739
(48,55,57)
#202527
(32,37,39)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #B0C7C9

#B0C7C9
(176,199,201)
#B7CCCD
(183,204,205)
#BED1D1
(190,209,209)
#C5D6D5
(197,214,213)
#CCDBD9
(204,219,217)
#D3E0DD
(211,224,221)
#DAE5E1
(218,229,225)
#E1EAE5
(225,234,229)
#E8EFE9
(232,239,233)
#EFF4ED
(239,244,237)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C7C9; }

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

This text font color is #B0C7C9.

Background Color

.myBgColor { background-color: #B0C7C9; }

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

This div background color is #B0C7C9.

Border color

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

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

This div border color is #B0C7C9.

Opacity

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

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

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

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

This text has shadow with #B0C7C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C7C9.

Preview

Color preview on black background

This text has color #B0C7C9 on black background.


Color preview on white background

This text has color #B0C7C9 on white background.


Black color preview on #B0C7C9 background

This text has black color on #B0C7C9 background.


White color preview on #B0C7C9 background

This text has white color on #B0C7C9 background.


Related colors

Complementary color

Complementary color for #hex is #4F3836.


I love getcolorcode.com

Triadic colors

1 #C9B0C7 and #C7C9B0 with #B0C7C9 are triadic colors.

2 #C9C7B0 and #C7B0C9 with #B0C7C9 are triadic colors.