COLOR #B2C2C7

HEX: #B2C2C7
RGB: (178,194,199)

Color info

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

RGB color model

#B2C2C7 color RGB value is (178,194,199).

  • red value is 178;
  • green value is 194;
  • blue value is 199.
RGB:
(178,194,199)
(70%,76%,78%)

RGB channels and saturation

R 178 of 255 = 70%
G 194 of 255 = 76%
B 199 of 255 = 78%

178
194
199

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

Portions of RGB colors in percentages

R + G + B =
178 + 194 + 199 = 571 (100%)
R 178 of 571 ~ 31.17%
G 194 of 571 ~ 33.98%
B 199 of 571 ~ 34.85%

%31.17
%33.98
%34.85

CMYK color model

#B2C2C7 color CMYK value is (11,3,0,22).

  • cyan value is 10.55%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(11,3,0,22)
C11M3Y0K22 
(11%,3%,0%,22%)
(0.11/0.03/0.00/0.22)	

CMYK percentages

%10.55
%2.51
%0
%21.96

Codes

Color #B2C2C7 in popluar color models

B2C2C7
RGB178194199
HSL194°15.79%73.92%
HSB/HSV194°10.55%78.04%
CMYK10.55%2.51%0.00%
21.96%

Color #B2C2C7 in popluar number systems.

HEXB2C2C7
Decimal178194199
Binary101100101100001011000111
Octal262302307

Shades and tints

Shades of #B2C2C7

#B2C2C7
(178,194,199)
#A2B1B5
(162,177,181)
#92A0A3
(146,160,163)
#828F91
(130,143,145)
#727E7F
(114,126,127)
#626D6D
(98,109,109)
#525C5B
(82,92,91)
#424B49
(66,75,73)
#323A37
(50,58,55)
#222925
(34,41,37)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #B2C2C7

#B2C2C7
(178,194,199)
#B9C7CC
(185,199,204)
#C0CCD1
(192,204,209)
#C7D1D6
(199,209,214)
#CED6DB
(206,214,219)
#D5DBE0
(213,219,224)
#DCE0E5
(220,224,229)
#E3E5EA
(227,229,234)
#EAEAEF
(234,234,239)
#F1EFF4
(241,239,244)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2C2C7; }

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

This text font color is #B2C2C7.


Background Color

.myBgColor { background-color: #B2C2C7; }

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

This div background color is #B2C2C7.


Border color

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

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

This div border color is #B2C2C7.


Opacity

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

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

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

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

This text has shadow with #B2C2C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C2C7 on black background.


Color preview on white background

This text has color #B2C2C7 on white background.



Black color preview on #B2C2C7 background

This text has black color on #B2C2C7 background.


White color preview on #B2C2C7 background

This text has white color on #B2C2C7 background.