COLOR #B0C7CD

HEX: #B0C7CD RGB: (176,199,205)

Color info

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

RGB color model

#B0C7CD color RGB value is (176,199,205).

RGB: (176,199,205) (69%, 78%, 80%)

RGB channels and saturation

R 176 of 255 = 69%
G 199 of 255 = 78%
B 205 of 255 = 80%

176
199
205

R + G + B ~ 76%. #B0C7CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 199 + 205 = 580 (100%)
R 176 of 580 ~ 30.34%
G 199 of 580 ~ 34.31%
B 205 of 580 ~ 35.34'%

%30.34
%34.31
%35.34

CMYK color model

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

  • cyan value is 14.15%
  • magenta value is 2.93%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (14,3,0,20)
C14M3Y0K20 (14%, 3%, 0%, 20%)
(0.14 / 0.03 / 0.00 / 0.20)

CMYK percentages

%14.15
%2.93
%0
%19.61

Codes

Color #B0C7CD in popluar color models

B0 C7 CD
RGB 176 199 205
HSL 192° 22.48% 74.71%
HSB/HSV 192° 14.15% 80.39%
CMYK 14.15% 2.93% 0.00%
19.61%

Color #B0C7CD in popluar number systems.

HEX B0 C7 CD
Decimal 176 199 205
Binary 10110000 11000111 11001101
Octal 260 307 315

Shades and tints

Shades of #B0C7CD

#B0C7CD
(176,199,205)
#A0B5BB
(160,181,187)
#90A3A9
(144,163,169)
#809197
(128,145,151)
#707F85
(112,127,133)
#606D73
(96,109,115)
#505B61
(80,91,97)
#40494F
(64,73,79)
#30373D
(48,55,61)
#20252B
(32,37,43)
#101319
(16,19,25)
#000000
(0,0,0)

Tints of #B0C7CD

#B0C7CD
(176,199,205)
#B7CCD1
(183,204,209)
#BED1D5
(190,209,213)
#C5D6D9
(197,214,217)
#CCDBDD
(204,219,221)
#D3E0E1
(211,224,225)
#DAE5E5
(218,229,229)
#E1EAE9
(225,234,233)
#E8EFED
(232,239,237)
#EFF4F1
(239,244,241)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C7CD; }

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

This text font color is #B0C7CD.

Background Color

.myBgColor { background-color: #B0C7CD; }

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

This div background color is #B0C7CD.

Border color

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

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

This div border color is #B0C7CD.

Opacity

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

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

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

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

This text has shadow with #B0C7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C7CD.

Preview

Color preview on black background

This text has color #B0C7CD on black background.


Color preview on white background

This text has color #B0C7CD on white background.


Black color preview on #B0C7CD background

This text has black color on #B0C7CD background.


White color preview on #B0C7CD background

This text has white color on #B0C7CD background.


Related colors

Complementary color

Complementary color for #hex is #4F3832.


I love getcolorcode.com

Triadic colors

1 #CDB0C7 and #C7CDB0 with #B0C7CD are triadic colors.

2 #CDC7B0 and #C7B0CD with #B0C7CD are triadic colors.