COLOR #B2C0C7

HEX: #B2C0C7 RGB: (178,192,199)

Color info

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

RGB color model

#B2C0C7 color RGB value is (178,192,199).

RGB: (178,192,199) (70%, 75%, 78%)

RGB channels and saturation

R 178 of 255 = 70%
G 192 of 255 = 75%
B 199 of 255 = 78%

178
192
199

R + G + B ~ 74%. #B2C0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 192 + 199 = 569 (100%)
R 178 of 569 ~ 31.28%
G 192 of 569 ~ 33.74%
B 199 of 569 ~ 34.97'%

%31.28
%33.74
%34.97

CMYK color model

#B2C0C7 color CMYK value is (11,4,0,22).

  • cyan value is 10.55%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (11,4,0,22)
C11M4Y0K22 (11%, 4%, 0%, 22%)
(0.11 / 0.04 / 0.00 / 0.22)

CMYK percentages

%10.55
%3.52
%0
%21.96

Codes

Color #B2C0C7 in popluar color models

B2 C0 C7
RGB 178 192 199
HSL 200° 15.79% 73.92%
HSB/HSV 200° 10.55% 78.04%
CMYK 10.55% 3.52% 0.00%
21.96%

Color #B2C0C7 in popluar number systems.

HEX B2 C0 C7
Decimal 178 192 199
Binary 10110010 11000000 11000111
Octal 262 300 307

Shades and tints

Shades of #B2C0C7

#B2C0C7
(178,192,199)
#A2AFB5
(162,175,181)
#929EA3
(146,158,163)
#828D91
(130,141,145)
#727C7F
(114,124,127)
#626B6D
(98,107,109)
#525A5B
(82,90,91)
#424949
(66,73,73)
#323837
(50,56,55)
#222725
(34,39,37)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #B2C0C7

#B2C0C7
(178,192,199)
#B9C5CC
(185,197,204)
#C0CAD1
(192,202,209)
#C7CFD6
(199,207,214)
#CED4DB
(206,212,219)
#D5D9E0
(213,217,224)
#DCDEE5
(220,222,229)
#E3E3EA
(227,227,234)
#EAE8EF
(234,232,239)
#F1EDF4
(241,237,244)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C0C7 color. Also use rgb(178,192,199) instead hex code.

Text Font Color

.myTextColor { color: #B2C0C7; }

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

This text font color is #B2C0C7.

Background Color

.myBgColor { background-color: #B2C0C7; }

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

This div background color is #B2C0C7.

Border color

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

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

This div border color is #B2C0C7.

Opacity

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

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

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

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

This text has shadow with #B2C0C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C0C7.

Preview

Color preview on black background

This text has color #B2C0C7 on black background.


Color preview on white background

This text has color #B2C0C7 on white background.


Black color preview on #B2C0C7 background

This text has black color on #B2C0C7 background.


White color preview on #B2C0C7 background

This text has white color on #B2C0C7 background.


Related colors

Complementary color

Complementary color for #hex is #4D3F38.


I love getcolorcode.com

Triadic colors

1 #C7B2C0 and #C0C7B2 with #B2C0C7 are triadic colors.

2 #C7C0B2 and #C0B2C7 with #B2C0C7 are triadic colors.